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

141 lines
3.8 KiB
Plaintext
Raw Normal View History

2024-05-21 18:16:48 +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 {
border-radius: 16rpx 16rpx 0rpx 0rpx;
padding-top: 20rpx;
}
2024-05-31 18:06:24 +08:00
.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;
}
2024-05-21 18:16:48 +08:00
2024-05-17 18:17:07 +08:00
2024-05-21 18:16:48 +08:00
.my_input view {
width: 100% !important;
2024-05-17 18:17:07 +08:00
}
2024-05-21 18:16:48 +08:00
.my_input input {
width: 100% !important;
2024-05-17 18:17:07 +08:00
}
2024-05-14 10:20:09 +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-05-14 10:20:09 +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;
2024-05-08 18:14:41 +08:00
}
2024-04-24 17:34:38 +08:00
@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: calc(100vh - 110rpx);
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));
}