u-count-down.wxss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .u-countdown.data-v-7ebf7480 {
  12. display: inline-flex;
  13. align-items: center;
  14. }
  15. .u-countdown-item.data-v-7ebf7480 {
  16. display: flex;
  17. flex-direction: row;
  18. align-items: center;
  19. justify-content: center;
  20. padding: 2rpx;
  21. border-radius: 6rpx;
  22. white-space: nowrap;
  23. -webkit-transform: translateZ(0);
  24. transform: translateZ(0);
  25. }
  26. .u-countdown-time.data-v-7ebf7480 {
  27. margin: 0;
  28. padding: 0;
  29. line-height: 1;
  30. }
  31. .u-countdown-colon.data-v-7ebf7480 {
  32. display: flex;
  33. flex-direction: row;
  34. justify-content: center;
  35. padding: 0 5rpx;
  36. line-height: 1;
  37. align-items: center;
  38. padding-bottom: 4rpx;
  39. }
  40. .u-countdown-scale.data-v-7ebf7480 {
  41. -webkit-transform: scale(0.9);
  42. transform: scale(0.9);
  43. -webkit-transform-origin: center center;
  44. transform-origin: center center;
  45. }