25 lines
422 B
Plaintext
25 lines
422 B
Plaintext
|
|
.uni-countdown {
|
|
padding: 2rpx 0;
|
|
flex-wrap: nowrap;
|
|
justify-content: center;
|
|
}
|
|
.uni-countdown-splitor {
|
|
width: auto !important;
|
|
justify-content: center;
|
|
line-height: 44rpx;
|
|
padding: 0 5rpx;
|
|
}
|
|
.uni-countdown-numbers {
|
|
line-height: 44rpx;
|
|
width: auto !important;
|
|
padding: 0 10rpx;
|
|
justify-content: center;
|
|
height: 44rpx;
|
|
border-radius: 8rpx;
|
|
margin: 0 5rpx;
|
|
border: 1px solid #000000;
|
|
font-size: 22rpx;
|
|
}
|
|
|