秒杀时间样式 8.13

This commit is contained in:
ghusermoon 2020-08-13 18:07:55 +08:00
parent c4adcbc182
commit ca5c1a37ba

View File

@ -72,10 +72,14 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 20rpx; font-size: 20rpx;
> text {
text-align: center;
line-height: 26rpx;
}
.num{ .num{
box-sizing: content-box; // box-sizing: content-box;
width: 25rpx; width: 26rpx;
height: 25rpx; // height: 25rpx;
background-color: #bfbfbf; background-color: #bfbfbf;
margin: 0 10rpx; margin: 0 10rpx;
padding: 2rpx; padding: 2rpx;