java-mall-app/unpackage/dist/dev/mp-weixin/components/actibity-countdown.wxss
2025-12-12 17:04:03 +08:00

41 lines
660 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;
}
.uni-countdown-time{
background-color: #E72234;
border-radius:40rpx;
width: 40rpx;
height: 40rpx;
font-size:26rpx;
font-family:PingFang SC;
font-weight:400;
color:#FFFFFF;
line-height:40rpx;
margin:30rpx 6rpx;
float:left;
}