u-column-notice.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  6. */
  7. .u-notice-bar.data-v-475fdbf0 {
  8. width: 100%;
  9. display: flex;
  10. flex-direction: row;
  11. align-items: center;
  12. justify-content: center;
  13. flex-wrap: nowrap;
  14. padding: 18rpx 24rpx;
  15. overflow: hidden;
  16. }
  17. .u-swiper.data-v-475fdbf0 {
  18. font-size: 26rpx;
  19. height: 32rpx;
  20. display: flex;
  21. flex-direction: row;
  22. align-items: center;
  23. flex: 1;
  24. margin-left: 12rpx;
  25. }
  26. .u-swiper-item.data-v-475fdbf0 {
  27. display: flex;
  28. flex-direction: row;
  29. align-items: center;
  30. overflow: hidden;
  31. }
  32. .u-news-item.data-v-475fdbf0 {
  33. overflow: hidden;
  34. }
  35. .u-right-icon.data-v-475fdbf0 {
  36. margin-left: 12rpx;
  37. display: inline-flex;
  38. align-items: center;
  39. }
  40. .u-left-icon.data-v-475fdbf0 {
  41. display: inline-flex;
  42. align-items: center;
  43. }