李志伟 3 年之前
父節點
當前提交
07457427a1

+ 8
- 10
src/components/CalendarPoster.vue 查看文件

@@ -222,21 +222,20 @@ export default {
222 222
       padding-bottom: 33px;
223 223
       align-items: center;
224 224
       .block1 {
225
-        width: 180px;
226 225
         height: 113px;
227 226
         .section1 {
228
-          height: 84px;
227
+          height: 75.6px;
229 228
           border-radius: 8px;
230 229
           background-size: 100% auto;
231 230
           background-color: #fff;
232
-          width: 180px;
231
+          width: 162px;
233 232
           justify-content: center;
234 233
           align-items: center;
235 234
           border: 0;
236 235
         }
237 236
         .info2 {
238
-          width: 156px;
239
-          height: 60px;
237
+          width: 140.4px;
238
+          height: 54px;
240 239
           display: block;
241 240
           color: #fff;
242 241
           text-align: center;
@@ -281,20 +280,19 @@ export default {
281 280
         .txt1 {
282 281
           background-size: 100% auto;
283 282
           background-repeat: no-repeat;
284
-          width: 160px;
285
-          height: 48px;
283
+          width: 152.1px;
284
+          height: 43.2px;
286 285
           margin-bottom: 80px;
287 286
         }
288 287
       }
289 288
 
290 289
       .main5-month {
291
-        // background-size: 100% 100%;
292 290
         background-position: 50% 50%;
293 291
         background-repeat: no-repeat;
294
-        height: 48px;
292
+        height: 43.2px;
295 293
         border-radius: 8px;
296 294
         margin-top: 11px;
297
-        width: 343px;
295
+        width: 308.7px;
298 296
         background-color: #b02c32;
299 297
         border: 0;
300 298
         position: fixed;

+ 0
- 39
src/components/MyWinning.vue 查看文件

@@ -205,45 +205,6 @@ export default {
205 205
         }
206 206
       }
207 207
     }
208
-
209
-    .mod2 {
210
-      z-index: 35;
211
-      height: 210px;
212
-      background-image: linear-gradient(
213
-        180deg,
214
-        transparent,
215
-        rgba(0, 0, 0, 0.6)
216
-      );
217
-      width: 100vw;
218
-      justify-content: flex-end;
219
-      padding-bottom: 33px;
220
-      align-items: center;
221
-      .block1 {
222
-        width: 180px;
223
-        height: 113px;
224
-        .section1 {
225
-          height: 48px;
226
-          border-radius: 8px;
227
-          background-size: 100% auto;
228
-          background-color: #fff;
229
-          width: 180px;
230
-          justify-content: center;
231
-          align-items: center;
232
-          border: 0;
233
-        }
234
-        .info2 {
235
-          width: 152px;
236
-          height: 54px;
237
-          display: block;
238
-          color: #fff;
239
-          text-align: center;
240
-          align-self: center;
241
-          margin-top: 12px;
242
-          background-size: 100% auto;
243
-          background-repeat: no-repeat;
244
-        }
245
-      }
246
-    }
247 208
   }
248 209
 
249 210
   // 第二个页面

+ 1
- 1
src/components/Popup.vue 查看文件

@@ -311,7 +311,7 @@ export default {
311 311
     justify-content: space-between;
312 312
 
313 313
     img {
314
-      width: 100%;
314
+      width: 90%;
315 315
       background-size: 100% auto;
316 316
       margin-top: 0;
317 317
       border-radius: 18px;

+ 2
- 2
src/components/ShaerPopup.vue 查看文件

@@ -181,8 +181,8 @@ export default {
181 181
         margin: 10px auto 0;
182 182
         .btn {
183 183
           z-index: 42;
184
-          width: 180px;
185
-          height: 52px;
184
+          width: 162px;
185
+          height: 46.8px;
186 186
           display: block;
187 187
           text-align: center;
188 188
           align-self: center;

+ 1
- 1
src/components/WinningPopup.vue 查看文件

@@ -251,7 +251,7 @@ export default {
251 251
         background-position: 50% 50%;
252 252
         background-repeat: no-repeat;
253 253
         padding-top: 0;
254
-        width: 100%;
254
+        width: 90%;
255 255
       }
256 256
     }
257 257
   }

+ 5
- 6
src/pages/SaveShare.vue 查看文件

@@ -105,7 +105,7 @@ export default {
105 105
 }
106 106
 </script>
107 107
 
108
-<style lang="less" scoper>
108
+<style lang="less" scoped>
109 109
 .flex-col {
110 110
   display: flex;
111 111
   flex-direction: column;
@@ -138,21 +138,20 @@ export default {
138 138
     padding-bottom: 33px;
139 139
     align-items: center;
140 140
     .block1 {
141
-      width: 180px;
142 141
       height: 113px;
143 142
       .section1 {
144
-        height: 48px;
143
+        height: 43.2px;
145 144
         border-radius: 8px;
146 145
         background-size: 100% auto;
147 146
         background-color: #fff;
148
-        width: 180px;
147
+        width: 162px;
149 148
         justify-content: center;
150 149
         align-items: center;
151 150
         border: 0;
152 151
       }
153 152
       .info2 {
154
-        width: 152px;
155
-        height: 54px;
153
+        width: 136.8px;
154
+        height: 48.6px;
156 155
         display: block;
157 156
         color: #fff;
158 157
         text-align: center;