u-column-notice.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  6. */
  7. view.data-v-3bda0f19, scroll-view.data-v-3bda0f19, swiper-item.data-v-3bda0f19 {
  8. display: flex;
  9. flex-direction: column;
  10. flex-shrink: 0;
  11. flex-grow: 0;
  12. flex-basis: auto;
  13. align-items: stretch;
  14. align-content: flex-start;
  15. }
  16. .u-notice.data-v-3bda0f19 {
  17. display: flex;
  18. flex-direction: row;
  19. align-items: center;
  20. justify-content: space-between;
  21. }
  22. .u-notice__left-icon.data-v-3bda0f19 {
  23. align-items: center;
  24. margin-right: 5px;
  25. }
  26. .u-notice__right-icon.data-v-3bda0f19 {
  27. margin-left: 5px;
  28. align-items: center;
  29. }
  30. .u-notice__swiper.data-v-3bda0f19 {
  31. height: 16px;
  32. display: flex;
  33. flex-direction: row;
  34. align-items: center;
  35. flex: 1;
  36. }
  37. .u-notice__swiper__item.data-v-3bda0f19 {
  38. display: flex;
  39. flex-direction: row;
  40. align-items: center;
  41. overflow: hidden;
  42. }
  43. .u-notice__swiper__item__text.data-v-3bda0f19 {
  44. font-size: 14px;
  45. color: #f9ae3d;
  46. }