1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- @charset "UTF-8";
- /**
- * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
- * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
- * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
- */
- .u-notice-bar.data-v-475fdbf0 {
- width: 100%;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- flex-wrap: nowrap;
- padding: 18rpx 24rpx;
- overflow: hidden;
- }
- .u-swiper.data-v-475fdbf0 {
- font-size: 26rpx;
- height: 32rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- flex: 1;
- margin-left: 12rpx;
- }
- .u-swiper-item.data-v-475fdbf0 {
- display: flex;
- flex-direction: row;
- align-items: center;
- overflow: hidden;
- }
- .u-news-item.data-v-475fdbf0 {
- overflow: hidden;
- }
- .u-right-icon.data-v-475fdbf0 {
- margin-left: 12rpx;
- display: inline-flex;
- align-items: center;
- }
- .u-left-icon.data-v-475fdbf0 {
- display: inline-flex;
- align-items: center;
- }
|