1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- @charset "UTF-8";
- /**
- * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
- * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
- * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
- */
- view.data-v-3bda0f19, scroll-view.data-v-3bda0f19, swiper-item.data-v-3bda0f19 {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-notice.data-v-3bda0f19 {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- }
- .u-notice__left-icon.data-v-3bda0f19 {
- align-items: center;
- margin-right: 5px;
- }
- .u-notice__right-icon.data-v-3bda0f19 {
- margin-left: 5px;
- align-items: center;
- }
- .u-notice__swiper.data-v-3bda0f19 {
- height: 16px;
- display: flex;
- flex-direction: row;
- align-items: center;
- flex: 1;
- }
- .u-notice__swiper__item.data-v-3bda0f19 {
- display: flex;
- flex-direction: row;
- align-items: center;
- overflow: hidden;
- }
- .u-notice__swiper__item__text.data-v-3bda0f19 {
- font-size: 14px;
- color: #f9ae3d;
- }
|