You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
132 lines
3.1 KiB
132 lines
3.1 KiB
@charset "UTF-8";
|
|
/* 页面左右间距 */
|
|
/* 文字尺寸 */
|
|
/*文字颜色*/
|
|
/* 边框颜色 */
|
|
/* 图片加载中颜色 */
|
|
/* 行为相关颜色 */
|
|
.wanlshop-classify-container__one {
|
|
padding-left: 25rpx;
|
|
padding-right: 25rpx;
|
|
padding-bottom: 100rpx;
|
|
padding-bottom: calc(env(safe-area-inset-bottom) + 100rpx);
|
|
}
|
|
.wanlshop-classify-container__one image {
|
|
width: 100%;
|
|
height: 300rpx;
|
|
border-radius: 15rpx;
|
|
overflow: hidden;
|
|
}
|
|
.wanlshop-classify-container__one .item {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 25rpx;
|
|
}
|
|
.wanlshop-classify-container__one .item .category-title {
|
|
font-size: 26rpx;
|
|
position: absolute;
|
|
bottom: 20rpx;
|
|
border-radius: 10rpx;
|
|
overflow: hidden;
|
|
color: #666666;
|
|
background-color: rgba(255, 255, 255, 0.6);
|
|
width: 60%;
|
|
text-align: center;
|
|
padding: 4rpx 0;
|
|
}
|
|
.wanlshop-classify-container__grid {
|
|
padding-bottom: 100rpx;
|
|
padding-bottom: calc(env(safe-area-inset-bottom) + 100rpx);
|
|
}
|
|
.wanlshop-classify-container__grid .cu-list {
|
|
background-color: rgba(255, 255, 255, 0);
|
|
}
|
|
.wanlshop-classify-container__grid .cu-list > .cu-item {
|
|
padding: 25rpx 0;
|
|
align-items: center;
|
|
}
|
|
.wanlshop-classify-container__grid .cu-list > .cu-item image {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.wanlshop-classify-container__list {
|
|
display: flex;
|
|
}
|
|
.wanlshop-classify-container__list .left {
|
|
width: 200rpx;
|
|
z-index: 10;
|
|
background: #fbfbfb;
|
|
}
|
|
.wanlshop-classify-container__list .left .item {
|
|
width: 200rpx;
|
|
height: 110rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 26rpx;
|
|
color: #444;
|
|
font-weight: 400;
|
|
}
|
|
.wanlshop-classify-container__list .left .item.active {
|
|
position: relative;
|
|
color: #000;
|
|
font-size: 30rpx;
|
|
font-weight: 600;
|
|
background: white;
|
|
}
|
|
.wanlshop-classify-container__list .left .item.active::before {
|
|
content: '';
|
|
position: absolute;
|
|
border-left: 6rpx solid #fe6600;
|
|
height: 32rpx;
|
|
left: 0;
|
|
}
|
|
.wanlshop-classify-container__list .right {
|
|
width: 100%;
|
|
padding-left: 25rpx;
|
|
box-sizing: border-box;
|
|
/* background-image: linear-gradient(#fff, #f2f2f2, #f4f4f4, #f6f6f6); */
|
|
}
|
|
.wanlshop-classify-container__list .right .list-cat {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
padding-top: 10rpx;
|
|
padding-right: 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.wanlshop-classify-container__list .right .screen-swiper {
|
|
min-height: 180rpx;
|
|
height: 180rpx;
|
|
overflow: hidden;
|
|
}
|
|
.wanlshop-classify-container__list .right .list-item {
|
|
background: #ffffff;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.wanlshop-classify-container__list .right .list-item .title {
|
|
color: #802931;
|
|
}
|
|
.wanlshop-classify-container__list .right .list-container {
|
|
/* padding-top: 20rpx; */
|
|
display: flex;
|
|
display: -webkit-flex;
|
|
justify-content: flex-start;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
}
|
|
.wanlshop-classify-container__list .right .list-box {
|
|
width: 33.3333%;
|
|
text-align: center;
|
|
padding-top: 40rpx;
|
|
}
|
|
.wanlshop-classify-container__list .right .list-image {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
}
|
|
|
|
|