u-count-down.ttss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  5. */
  6. .u-countdown.data-v-7ebf7480 {
  7. display: inline-flex;
  8. align-items: center;
  9. }
  10. .u-countdown-item.data-v-7ebf7480 {
  11. display: flex;
  12. flex-direction: row;
  13. align-items: center;
  14. justify-content: center;
  15. padding: 2rpx;
  16. border-radius: 6rpx;
  17. white-space: nowrap;
  18. -webkit-transform: translateZ(0);
  19. transform: translateZ(0);
  20. }
  21. .u-countdown-time.data-v-7ebf7480 {
  22. margin: 0;
  23. padding: 0;
  24. line-height: 1;
  25. }
  26. .u-countdown-colon.data-v-7ebf7480 {
  27. display: flex;
  28. flex-direction: row;
  29. justify-content: center;
  30. padding: 0 5rpx;
  31. line-height: 1;
  32. align-items: center;
  33. padding-bottom: 4rpx;
  34. }
  35. .u-countdown-scale.data-v-7ebf7480 {
  36. -webkit-transform: scale(0.9);
  37. transform: scale(0.9);
  38. -webkit-transform-origin: center center;
  39. transform-origin: center center;
  40. }