yunshangxie/unpackage/dist/dev/mp-weixin/tuniao-ui/components/tn-column-notice/tn-column-notice.wxss

43 lines
1.1 KiB
Plaintext
Raw Normal View History

2023-12-25 17:56:30 +08:00
@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;
}