@@ -354,19 +354,19 @@ radio-group label, checkbox-group label{
354354 right : 0 ;
355355 bottom : 0 ;
356356 left : 0 ;
357- height : 1 upx ;
357+ height : 1 px ;
358358 content : '' ;
359359 -webkit-transform : scaleY (.5 );
360360 transform : scaleY (.5 );
361361 background-color : # c8c7cc ;
362362}
363- .uni-list : before {
363+ .uni-list :: before {
364364 position : absolute;
365365 z-index : 10 ;
366366 right : 0 ;
367367 top : 0 ;
368368 left : 0 ;
369- height : 1 upx ;
369+ height : 1 px ;
370370 content : '' ;
371371 -webkit-transform : scaleY (.5 );
372372 transform : scaleY (.5 );
@@ -393,22 +393,22 @@ radio-group label, checkbox-group label{
393393.uni-list-cell-right {
394394 flex : 1 ;
395395}
396- .uni-list-cell : after {
396+ .uni-list-cell :: after {
397397 position : absolute;
398398 z-index : 3 ;
399399 right : 0 ;
400400 bottom : 0 ;
401401 left : 30upx ;
402- height : 1 upx ;
402+ height : 1 px ;
403403 content : '' ;
404404 -webkit-transform : scaleY (.5 );
405405 transform : scaleY (.5 );
406406 background-color : # c8c7cc ;
407407}
408- .uni-list .uni-list-cell : last-child : after {
408+ .uni-list .uni-list-cell : last-child :: after {
409409 height : 0upx ;
410410}
411- .uni-list-cell-last .uni-list-cell : after {
411+ .uni-list-cell-last .uni-list-cell :: after {
412412 height : 0upx ;
413413}
414414.uni-list-cell-divider {
@@ -418,23 +418,23 @@ radio-group label, checkbox-group label{
418418 background-color : # f7f7f7 ;
419419 padding : 15upx 20upx ;
420420}
421- .uni-list-cell-divider : before {
421+ .uni-list-cell-divider :: before {
422422 position : absolute;
423423 right : 0 ;
424424 top : 0 ;
425- left : 0 upx ;
426- height : 1 upx ;
425+ left : 0 ;
426+ height : 1 px ;
427427 content : '' ;
428428 -webkit-transform : scaleY (.5 );
429429 transform : scaleY (.5 );
430430 background-color : # c8c7cc ;
431431}
432- .uni-list-cell-divider : after {
432+ .uni-list-cell-divider :: after {
433433 position : absolute;
434434 right : 0 ;
435435 bottom : 0 ;
436436 left : 0upx ;
437- height : 1 upx ;
437+ height : 1 px ;
438438 content : '' ;
439439 -webkit-transform : scaleY (.5 );
440440 transform : scaleY (.5 );
@@ -478,7 +478,7 @@ radio-group label, checkbox-group label{
478478 -webkit-transform : translateY (-50% );
479479 transform : translateY (-50% );
480480}
481- .uni-list-cell-navigate .uni-navigate-bottom .uni-active : after {
481+ .uni-list-cell-navigate .uni-navigate-bottom .uni-active :: after {
482482 font-family : uniicons;
483483 content : '\e580' ;
484484 position : absolute;
@@ -502,7 +502,7 @@ radio-group label, checkbox-group label{
502502.uni-collapse .uni-list-cell {
503503 padding-left : 20upx ;
504504}
505- .uni-collapse .uni-list-cell : after {
505+ .uni-collapse .uni-list-cell :: after {
506506 left : 52upx ;
507507}
508508.uni-list .uni-active {
0 commit comments