u-row-notice.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .u-notice-bar.data-v-47e7f220 {
  12. padding: 18rpx 24rpx;
  13. overflow: hidden;
  14. }
  15. .u-direction-row.data-v-47e7f220 {
  16. display: -webkit-box;
  17. display: -webkit-flex;
  18. display: flex;
  19. -webkit-box-orient: horizontal;
  20. -webkit-box-direction: normal;
  21. -webkit-flex-direction: row;
  22. flex-direction: row;
  23. -webkit-box-align: center;
  24. -webkit-align-items: center;
  25. align-items: center;
  26. -webkit-box-pack: justify;
  27. -webkit-justify-content: space-between;
  28. justify-content: space-between;
  29. }
  30. .u-left-icon.data-v-47e7f220 {
  31. display: -webkit-inline-box;
  32. display: -webkit-inline-flex;
  33. display: inline-flex;
  34. -webkit-box-align: center;
  35. -webkit-align-items: center;
  36. align-items: center;
  37. }
  38. .u-notice-box.data-v-47e7f220 {
  39. -webkit-box-flex: 1;
  40. -webkit-flex: 1;
  41. flex: 1;
  42. display: -webkit-box;
  43. display: -webkit-flex;
  44. display: flex;
  45. -webkit-box-orient: horizontal;
  46. -webkit-box-direction: normal;
  47. -webkit-flex-direction: row;
  48. flex-direction: row;
  49. overflow: hidden;
  50. margin-left: 12rpx;
  51. }
  52. .u-right-icon.data-v-47e7f220 {
  53. margin-left: 12rpx;
  54. display: -webkit-inline-box;
  55. display: -webkit-inline-flex;
  56. display: inline-flex;
  57. -webkit-box-align: center;
  58. -webkit-align-items: center;
  59. align-items: center;
  60. }
  61. .u-notice-content.data-v-47e7f220 {
  62. -webkit-animation: u-loop-animation-data-v-47e7f220 10s linear infinite both;
  63. animation: u-loop-animation-data-v-47e7f220 10s linear infinite both;
  64. text-align: right;
  65. padding-left: 100%;
  66. display: -webkit-box;
  67. display: -webkit-flex;
  68. display: flex;
  69. -webkit-box-orient: horizontal;
  70. -webkit-box-direction: normal;
  71. -webkit-flex-direction: row;
  72. flex-direction: row;
  73. -webkit-flex-wrap: nowrap;
  74. flex-wrap: nowrap;
  75. }
  76. .u-notice-text.data-v-47e7f220 {
  77. font-size: 26rpx;
  78. word-break: keep-all;
  79. white-space: nowrap;
  80. }
  81. @-webkit-keyframes u-loop-animation-data-v-47e7f220 {
  82. 0% {
  83. -webkit-transform: translate3d(0, 0, 0);
  84. transform: translate3d(0, 0, 0);
  85. }
  86. 100% {
  87. -webkit-transform: translate3d(-100%, 0, 0);
  88. transform: translate3d(-100%, 0, 0);
  89. }
  90. }
  91. @keyframes u-loop-animation-data-v-47e7f220 {
  92. 0% {
  93. -webkit-transform: translate3d(0, 0, 0);
  94. transform: translate3d(0, 0, 0);
  95. }
  96. 100% {
  97. -webkit-transform: translate3d(-100%, 0, 0);
  98. transform: translate3d(-100%, 0, 0);
  99. }
  100. }