mobiscroll显示年月日文字

.mbsc-ios .dw-sel {text-align:center;}

.mbsc-ios .dw-li {font-size:14px;text-align:center;}

.dwwl0 .dw-ul .dw-li .dw-i:not(:empty):after {content:"年";}

.dwwl1 .dw-ul .dw-li .dw-i:not(:empty):after {content:"月";}

.dwwl2 .dw-ul .dw-li .dw-i:not(:empty):after {content:"日";}

.dwwl3 .dw-ul .dw-li .dw-i:not(:empty):after {content:"分";}

.dwwl4 .dw-ul .dw-li .dw-i:not(:empty):after {content:"秒";}

简单粗暴的,能用css就用css

你可能感兴趣的:(mobiscroll显示年月日文字)