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

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

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

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

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
     justify-content: space-between;
311
     justify-content: space-between;
312
 
312
 
313
     img {
313
     img {
314
-      width: 100%;
314
+      width: 90%;
315
       background-size: 100% auto;
315
       background-size: 100% auto;
316
       margin-top: 0;
316
       margin-top: 0;
317
       border-radius: 18px;
317
       border-radius: 18px;

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

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

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

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

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

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