uni-countdown.wxss 882 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. /* 页面左右间距 */
  12. /* 文字尺寸 */
  13. /*文字颜色*/
  14. /* 边框颜色 */
  15. /*颜色*/
  16. /* 图片加载中颜色 */
  17. /* 行为相关颜色 */
  18. /* 功能栏字体大小 */
  19. /*功能栏左侧小图标*/
  20. .uni-countdown.data-v-6cd74fee {
  21. display: flex;
  22. flex-direction: row;
  23. justify-content: flex-start;
  24. }
  25. .uni-countdown__splitor.data-v-6cd74fee {
  26. display: flex;
  27. justify-content: center;
  28. line-height: 48rpx;
  29. font-size: 24rpx;
  30. }
  31. .uni-countdown__number.data-v-6cd74fee {
  32. display: flex;
  33. margin: 0 5rpx;
  34. justify-content: center;
  35. align-items: center;
  36. width: 52rpx;
  37. height: 48rpx;
  38. line-height: 48rpx;
  39. text-align: center;
  40. font-size: 24rpx;
  41. }