5
5
background-color : $titleBgColor ;
6
6
}
7
7
$bottonBg : $auxiliaryColor07 ;
8
- div ,p ,ul ,li {
8
+ div ,p ,ul ,li , h2 , h3 {
9
9
margin :0 ;padding :0 ;
10
10
}
11
11
ol , ul ,li {
@@ -54,6 +54,7 @@ ol, ul ,li{
54
54
}
55
55
.show-status {
56
56
display : inline-block ;
57
+ position : relative ;
57
58
font :bold 1rem / 1.8rem " Microsoft Yahei" ;
58
59
padding :0 30px ;
59
60
margin :10px 0 30px ;
@@ -63,18 +64,18 @@ ol, ul ,li{
63
64
& .success-status {
64
65
color :$auxiliaryColor06 ;
65
66
}
66
- }
67
- .simple-box {
68
- position : relative ;
69
- .filter-box {
67
+ .total-step {
68
+ display : inline-block ;
70
69
position : absolute ;
71
- z-index : 99 ;
70
+ box-sizing : border-box ;
71
+ WIDTH:48px ;
72
+ right :-70px ;
72
73
top :0 ;
73
- left : 2 px ;
74
- right :2px ;
75
- bottom : 0 ;
76
- border-radius : 2 px ;
77
- background- color : rgba ( 255 , 255 , 255 , .6 ) ;
74
+ padding : 0 10 px ;
75
+ border :2px solid $auxiliaryColor03 ;
76
+ background-color : $auxiliaryColor07 ;
77
+ border-radius : 5 px ;
78
+ color :white ;
78
79
}
79
80
}
80
81
.widget-block {
@@ -120,23 +121,27 @@ ol, ul ,li{
120
121
border-radius : 40px ;
121
122
& :before {
122
123
content : ' ' ;
123
- top :20 px ;
124
- left :28 px ;
124
+ top :14 px ;
125
+ left :21 px ;
125
126
position : absolute ;
126
127
width :0 ;
127
128
height :0 ;
128
129
border-color : transparent greenyellow transparent greenyellow ;
129
- border-width : 20 px 0 20 px 36 px ;
130
+ border-width : 16 px 0 16 px 30 px ;
130
131
border-style : solid ;
131
132
}
132
133
& .be-center {
133
134
background-color : white ;
134
135
position : relative ;
135
136
margin :50px auto 0 ;
137
+ & :before {
138
+ top :25px ;
139
+ left :30px ;
140
+ }
136
141
}
137
142
}
138
143
.shadow-box {
139
- position : absolute ;
144
+ position : fixed ;
140
145
display : flex ;
141
146
flex-direction : column ;
142
147
justify-content : center ;
@@ -151,6 +156,11 @@ ol, ul ,li{
151
156
}
152
157
153
158
.widget-block {
159
+ & .add-filter {
160
+ li {
161
+ filter :blur (1px );
162
+ }
163
+ }
154
164
li {
155
165
position : absolute ;
156
166
top :0 ;
@@ -188,17 +198,48 @@ ol, ul ,li{
188
198
}
189
199
}
190
200
.shadow-box {
201
+ & .show-success {
202
+ background-color : white ;
203
+ .vertical-box {
204
+ border : 2px solid $darkBluefontColor ;
205
+ border-radius : 15px ;
206
+ background-color : $primaryFontColor ;
207
+ }
208
+ .shadow-info {
209
+ color :$auxiliaryColor07 ;
210
+ }
211
+ }
212
+ .middle-left {
213
+ text-align : left ;
214
+ line-height : 42px ;
215
+ display : inline-block ;
216
+ }
217
+ .vertical-box {
218
+ margin :25px 35px ;
219
+ padding :15px 0 ;
220
+ box-sizing : border-box ;
221
+ }
191
222
.shadow-info {
192
223
width :100% ;
193
- font :bold 1.5rem / 1.8rem " Microsoft Yahei" ;
224
+ font :bold 1.3rem / 1.8rem " Microsoft Yahei" ;
225
+ padding :0 0 10px ;
194
226
color :white ;
195
227
}
228
+ .show-level {
229
+ font :bold 1.6rem / 2.5rem " Microsoft Yahei" ;
230
+ padding :20px 0 0 ;
231
+ color :$auxiliaryColor07 ;
232
+ }
233
+ .show-time {
234
+ font :bold 1.3rem / 1.8rem " Microsoft Yahei" ;
235
+ color :$auxiliaryColor07 ;
236
+ }
196
237
.shadow-event {
197
238
width :100% ;
198
239
display : flex ;
199
240
justify-content : space-around ;
200
241
align-items : center ;
201
- margin :20px 0 0 ;
242
+ margin :20px 0 10 px ;
202
243
span {
203
244
display : inline-block ;
204
245
position : relative ;
@@ -207,6 +248,27 @@ ol, ul ,li{
207
248
border-radius : 30px ;
208
249
background-color : $bottonBg ;
209
250
}
251
+ .more-button {
252
+ color :white ;
253
+ background-image : url (' ../images/refresh.svg' );
254
+ background-repeat :no-repeat ;
255
+ background-position : center center ;
256
+ background-size : 45px 45px ;
257
+ }
258
+ .share-button {
259
+ color :white ;
260
+ background-image : url (' ../images/share.svg' );
261
+ background-repeat :no-repeat ;
262
+ background-position : center center ;
263
+ background-size : 35px 35px ;
264
+ }
265
+ .home-button {
266
+ color :white ;
267
+ background-image : url (' ../images/home.svg' );
268
+ background-repeat :no-repeat ;
269
+ background-position : center center ;
270
+ background-size : 40px 40px ;
271
+ }
210
272
.reset-button {
211
273
& :before {
212
274
content : ' ' ;
@@ -218,7 +280,7 @@ ol, ul ,li{
218
280
background-color : $fiv-level ;
219
281
}
220
282
}
221
- .home -button {
283
+ .homed -button {
222
284
& :before {
223
285
content : ' ' ;
224
286
top :12px ;
@@ -241,4 +303,132 @@ ol, ul ,li{
241
303
}
242
304
}
243
305
}
306
+ }
307
+ .home-page {
308
+ margin-top :50px ;
309
+ text-align : center ;
310
+ color :$primaryFontColor ;
311
+ h2 {
312
+ line-height : 1.5em ;
313
+ }
314
+ h3 {
315
+ line-height : 2em ;
316
+ }
317
+ .level-items {
318
+ margin-top :30px ;
319
+ line-height : 3rem ;
320
+ color :$e05 ;
321
+ li {
322
+ font-weight : bold ;
323
+ margin :20px auto 0 ;
324
+ width :150px ;
325
+ font-size : 1.5rem ;
326
+ background-color : white ;
327
+ border-radius : 1.5rem ;
328
+ letter-spacing : 0.5rem ;
329
+ a {
330
+ color :$e05 ;
331
+ text-decoration : none ;
332
+ & :hover {
333
+ color :$e09 ;
334
+ cursor : pointer ;
335
+ }
336
+ }
337
+ & :last-child {
338
+ letter-spacing : 0.5rem ;
339
+ span {
340
+ letter-spacing : .1rem ;
341
+ }
342
+ }
343
+ }
344
+ }
345
+ }
346
+
347
+ .picker-module {
348
+ position : fixed ;
349
+ bottom :0 ;
350
+ left :0 ;
351
+ right :0 ;
352
+ z-index :5 ;
353
+ & .none {
354
+ display : none ;
355
+ }
356
+ .picker-content {
357
+ position : relative ;
358
+ z-index :7 ;
359
+ background-color : white ;
360
+ overflow : hidden ;
361
+ }
362
+ li {
363
+ height :35px ;
364
+ line-height : 35px ;
365
+ text-align : center ;
366
+ }
367
+ .opacity-layer {
368
+ position : relative ;
369
+ z-index : 8 ;
370
+ li {
371
+ background-color : rgba (225 ,225 ,225 ,0.6 );
372
+ & .curry {
373
+ border : 1px solid rgba (225 ,225 ,225 ,0.7 );
374
+ background-color :rgba (225 ,225 ,225 ,0.2 );
375
+ }
376
+ }
377
+
378
+ }
379
+ .select-list {
380
+ position : absolute ;
381
+ top :0 ;
382
+ width :100% ;
383
+ z-index : 6 ;
384
+ font-size : 1rem ;
385
+ transition : font 0.3s ,transform 0.5s ease-out ;
386
+ color :$darkBluefontColor ;
387
+ .curry {
388
+ font-size : 1.2rem ;
389
+ }
390
+ }
391
+
392
+ }
393
+ .button-bar {
394
+ position : relative ;
395
+ z-index :8 ;
396
+ line-height : 35px ;
397
+ background-color : $sec-level ;
398
+ font-size : 16px ;
399
+ color :$primaryFontColor ;
400
+ span {
401
+ display : inline-block ;
402
+ box-sizing : border-box ;
403
+ text-align : center ;
404
+ width :33.3% ;
405
+ }
406
+ .select-name {
407
+ font-size : 18px ;
408
+ }
409
+ .btn-cancel {
410
+ text-align : left ;
411
+ padding-left : 20px ;
412
+ & :hover {
413
+ cursor : pointer ;
414
+ color :white ;
415
+ }
416
+ }
417
+ .btn-sure {
418
+ text-align : right ;
419
+ padding-right : 20px ;
420
+ & :hover {
421
+ cursor : pointer ;
422
+ color :white ;
423
+ }
424
+ }
425
+ }
426
+ .piker-shadow {
427
+ position : fixed ;
428
+ bottom :0 ;
429
+ left :0 ;
430
+ right :0 ;
431
+ top :0 ;
432
+ z-index :4 ;
433
+ background-color : rgba (0 ,0 ,0 ,.68 );
244
434
}
0 commit comments