43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
|
@charset "UTF-8";
|
|||
|
/**
|
|||
|
* 下方引入的为Tuniao UI的集成样式文件,为scss预处理器,其中包含了一些"tn-"开头的自定义变量
|
|||
|
* 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
|
|||
|
* Tuniao UI自定义的css类名和scss变量,均以"tn-"开头,不会造成冲突,请放心使用
|
|||
|
*/
|
|||
|
.tn-column-notice.data-v-114031fc {
|
|||
|
width: 100%;
|
|||
|
display: flex;
|
|||
|
flex-direction: row;
|
|||
|
align-items: center;
|
|||
|
justify-content: center;
|
|||
|
flex-wrap: nowrap;
|
|||
|
overflow: hidden;
|
|||
|
}
|
|||
|
.tn-column-notice__swiper.data-v-114031fc {
|
|||
|
height: auto;
|
|||
|
flex: 1;
|
|||
|
display: flex;
|
|||
|
flex-direction: row;
|
|||
|
align-items: center;
|
|||
|
margin-left: 12rpx;
|
|||
|
}
|
|||
|
.tn-column-notice__swiper--item.data-v-114031fc {
|
|||
|
display: flex;
|
|||
|
flex-direction: row;
|
|||
|
align-items: center;
|
|||
|
overflow: hidden;
|
|||
|
}
|
|||
|
.tn-column-notice__swiper--content.data-v-114031fc {
|
|||
|
overflow: hidden;
|
|||
|
}
|
|||
|
.tn-column-notice__icon--left.data-v-114031fc {
|
|||
|
display: inline-flex;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.tn-column-notice__icon--right.data-v-114031fc {
|
|||
|
margin-left: 12rpx;
|
|||
|
display: inline-flex;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
|