mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
15 lines
222 B
Plaintext
15 lines
222 B
Plaintext
.van-count-down {
|
|
margin: 0 16px 10px;
|
|
}
|
|
|
|
.item {
|
|
display: inline-block;
|
|
width: 22px;
|
|
margin-right: 5px;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
background-color: #1989fa;
|
|
border-radius: 2px;
|
|
}
|