Browse Source

Merge branch 'dev' of http://git.ycjcjy.com/shigongli/miniapp-v2 into dev

李志伟 3 years ago
parent
commit
3dd72f60ab

+ 4
- 0
src/pages/details/foodDetails/foodDetails.less View File

@@ -187,17 +187,21 @@
187 187
   border-radius: 12px;
188 188
   column-count: 3;
189 189
   text-align: center;
190
+  height: 23vw;
190 191
 
191 192
   .sharebtn {
192 193
     position: absolute;
193 194
     width: 260px;
194 195
     opacity: 0;
196
+    bottom: 15px;
195 197
   }
196 198
   .tab {
197 199
     line-height: 96px;
198 200
     font-size: 28px;
199 201
     font-weight: bold;
200 202
     color: #202020;
203
+    position: relative;
204
+    top: 15px;
201 205
     image {
202 206
       width: 31px;
203 207
       height: 31px;

+ 4
- 0
src/pages/details/mjDetails/sceneryDetails.less View File

@@ -154,17 +154,21 @@
154 154
   border-radius: 12px;
155 155
   column-count: 3;
156 156
   text-align: center;
157
+  height: 23vw;
157 158
 
158 159
   .sharebtn {
159 160
     position: absolute;
160 161
     width: 260px;
161 162
     opacity: 0;
163
+    bottom: 15px;
162 164
   }
163 165
   .tab {
164 166
     line-height: 96px;
165 167
     font-size: 28px;
166 168
     font-weight: bold;
167 169
     color: #202020;
170
+    position: relative;
171
+    top: 15px;
168 172
     image {
169 173
       width: 31px;
170 174
       height: 31px;