u-column-notice.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. @charset "UTF-8";
  2. /* 颜色变量 */
  3. /* 行为相关颜色 */
  4. /* 文字基本颜色 */
  5. /* 背景颜色 */
  6. /* 边框颜色 */
  7. /* 尺寸变量 */
  8. /* 文字尺寸 */
  9. /* 图片尺寸 */
  10. /* Border Radius */
  11. /* 水平间距 */
  12. /* 垂直间距 */
  13. /* 透明度 */
  14. /* 文章场景相关 */
  15. view.data-v-475fdbf0, scroll-view.data-v-475fdbf0, swiper-item.data-v-475fdbf0 {
  16. display: flex;
  17. flex-direction: column;
  18. flex-shrink: 0;
  19. flex-grow: 0;
  20. flex-basis: auto;
  21. align-items: stretch;
  22. align-content: flex-start;
  23. }
  24. .u-notice.data-v-475fdbf0 {
  25. display: flex;
  26. flex-direction: row;
  27. align-items: center;
  28. justify-content: space-between;
  29. }
  30. .u-notice__left-icon.data-v-475fdbf0 {
  31. align-items: center;
  32. margin-right: 5px;
  33. }
  34. .u-notice__right-icon.data-v-475fdbf0 {
  35. margin-left: 5px;
  36. align-items: center;
  37. }
  38. .u-notice__swiper.data-v-475fdbf0 {
  39. height: 16px;
  40. display: flex;
  41. flex-direction: row;
  42. align-items: center;
  43. flex: 1;
  44. }
  45. .u-notice__swiper__item.data-v-475fdbf0 {
  46. display: flex;
  47. flex-direction: row;
  48. align-items: center;
  49. overflow: hidden;
  50. }
  51. .u-notice__swiper__item__text.data-v-475fdbf0 {
  52. font-size: 14px;
  53. color: #f9ae3d;
  54. }