yunshangxie/unpackage/dist/dev/mp-weixin/pages/index/directory.wxss

77 lines
2.0 KiB
Plaintext
Raw Normal View History

2024-04-20 14:58:10 +08:00
@charset "UTF-8";
/**
* 下方引入的为Tuniao UI的集成样式文件为scss预处理器其中包含了一些"tn-"开头的自定义变量
* 使用的时候请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
* Tuniao UI自定义的css类名和scss变量均以"tn-"开头,不会造成冲突,请放心使用
*/
/* 自定义导航栏内容 start */
.custom-nav.data-v-671ec3f2 {
height: 100%;
}
.custom-nav__back.data-v-671ec3f2 {
margin: auto 30rpx;
margin-right: 10rpx;
flex-basis: 5%;
width: 100rpx;
position: absolute;
}
.left-width.data-v-671ec3f2 {
2024-05-21 18:16:48 +08:00
flex-basis: 28%;
2024-04-20 14:58:10 +08:00
}
/* 自定义导航栏内容 end */
.tn-classify.data-v-671ec3f2 {
/* 搜索栏 start */
/* 搜索栏 end */
/* 分类列表和内容 strat */
/* 分类列表和内容 end */
/* 侧边导航 start */
/* 侧边导航 end */
/* 分类内容 start */
/* 分类内容 end */
}
.tn-classify__right-box.data-v-671ec3f2 {
background-color: #FFFFFF;
}
.tn-classify__tabbar__item.data-v-671ec3f2 {
height: 90rpx;
}
.tn-classify__tabbar__item.data-v-671ec3f2:first-child {
border-top-right-radius: 0rpx;
}
.tn-classify__tabbar__item.data-v-671ec3f2:last-child {
border-bottom-right-radius: 0rpx;
}
.tn-classify__tabbar__item--active.data-v-671ec3f2 {
background-color: #FFFFFF;
position: relative;
color: #4AA2EF;
}
.tn-classify__tabbar__item--active--prev.data-v-671ec3f2 {
border-bottom-right-radius: 26rpx;
}
.tn-classify__tabbar__item--active--next.data-v-671ec3f2 {
border-top-right-radius: 26rpx;
}
.tn-classify__content.data-v-671ec3f2 {
margin: 18rpx;
/* 推荐商品 start */
/* 推荐商品 end */
/* 子栏目 start */
/* 子栏目 end */
}
.tn-classify__content__recomm.data-v-671ec3f2 {
margin-bottom: 40rpx;
}
.tn-classify__content__sub-classify.data-v-671ec3f2 {
margin-bottom: 20rpx;
padding-bottom: 40rpx;
}
.tn-classify__content__sub-classify--title.data-v-671ec3f2 {
font-weight: bold;
margin-bottom: 18rpx;
}
.tn-classify__content__sub-classify__content__item.data-v-671ec3f2 {
padding: 20rpx;
}