diySeckill.wxss 251 B

12345678910111213
  1. .seckill-time-i {
  2. display: inline-block;
  3. width: 32rpx;
  4. height: 32rpx;
  5. border-radius: 4rpx;
  6. background-color: #303133;
  7. color: #FFFFFF;
  8. text-align: center;
  9. margin: 0 6rpx;
  10. font-size: 24rpx;
  11. line-height: 32rpx;
  12. text-align: center;
  13. }