12345678910111213141516171819202122232425262728293031323334353637 |
- @charset "UTF-8";
- /**
- * 下方引入的为Tuniao UI的集成样式文件,为scss预处理器,其中包含了一些"tn-"开头的自定义变量
- * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
- * Tuniao UI自定义的css类名和scss变量,均以"tn-"开头,不会造成冲突,请放心使用
- */
- .data-v-1b37d63c::-webkit-scrollbar {
- display: none;
- width: 0 !important;
- height: 0 !important;
- -webkit-appearance: none;
- background: transparent;
- }
- .tn-tabs-swiper__scroll-view.data-v-1b37d63c {
- position: relative;
- width: 100%;
- white-space: nowrap;
- }
- .tn-tabs-swiper__scroll-view__box.data-v-1b37d63c {
- position: relative;
- }
- .tn-tabs-swiper__scroll-view__item.data-v-1b37d63c {
- position: relative;
- display: inline-block;
- text-align: center;
- transition-property: background-color, color;
- }
- .tn-tabs-swiper__scroll-view--flex.data-v-1b37d63c {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- }
- .tn-tabs-swiper__bar.data-v-1b37d63c {
- position: absolute;
- bottom: 0;
- }
|