155 lines
4.1 KiB
Plaintext
Raw Normal View History

2025-05-07 14:05:17 +08:00
@charset "UTF-8";
/**
* 下方引入的为Tuniao UI的集成样式文件为scss预处理器其中包含了一些"tn-"开头的自定义变量
* 使用的时候请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
* Tuniao UI自定义的css类名和scss变量均以"tn-"开头,不会造成冲突,请放心使用
*/
.my_tag.data-v-14a6ab35 {
padding: 8rpx 15rpx;
font-size: 20rpx;
color: white;
border-radius: 0rpx 0rpx 22rpx 0rpx;
}
.rounded_corner.data-v-14a6ab35 {
padding-top: 20rpx;
}
.list__left.data-v-14a6ab35 {
display: flex;
align-items: center;
justify-content: flex-start;
}
.list__left__icon.data-v-14a6ab35, .list__left__image.data-v-14a6ab35 {
margin-right: 18rpx;
}
.list__right.data-v-14a6ab35 {
display: flex;
align-items: center;
justify-content: flex-end;
}
.list-icon-text.data-v-14a6ab35,
.list-image-text.data-v-14a6ab35 {
display: flex;
align-items: center;
justify-content: space-between;
}
.triangle {
width: 0;
height: 0;
border-top: 20rpx solid #13C296;
border-right: 20rpx solid transparent;
border-left: 20rpx solid transparent;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
bottom: -12rpx;
z-index: 100;
}
.my_input view {
width: 100% !important;
}
.my_input input {
width: 100% !important;
}
page {
background-color: rgb(235, 244, 247);
}
@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 {
flex-basis: 28%;
}
/* 自定义导航栏内容 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;
}
@charset "UTF-8";
/**
* 下方引入的为Tuniao UI的集成样式文件为scss预处理器其中包含了一些"tn-"开头的自定义变量
* 使用的时候请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
* Tuniao UI自定义的css类名和scss变量均以"tn-"开头,不会造成冲突,请放心使用
*/
.index.data-v-57280228 {
width: 100%;
height: 100vh;
position: relative;
}
.index .custom-tabbar-page.data-v-57280228 {
width: 100%;
height: 100%;
box-sizing: border-box;
padding-bottom: 0rpx;
padding-bottom: calc(0rpx + constant(safe-area-inset-bottom));
padding-bottom: calc(0rpx + env(safe-area-inset-bottom));
}