u-count-down.css 1.7 KB

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