yurong/unpackage/dist/dev/mp-weixin/components/taoke/source/classify-source.wxss

157 lines
2.8 KiB
Plaintext

.classify-container.data-v-b8cec084 {
width: 100%;
height: 100vh;
background-color: #ffffff;
display: flex;
flex-direction: column;
}
/* 头部 */
.classify-header.data-v-b8cec084 {
position: fixed;
top: 0;
left: 0;
right: 0;
background: #ffffff;
z-index: 100;
border-bottom: 1rpx solid #f8f8f8;
}
.status-bar.data-v-b8cec084 {
width: 100%;
}
.header-content.data-v-b8cec084 {
height: 88rpx;
display: flex;
align-items: center;
padding: 0 30rpx;
}
.search-bar.data-v-b8cec084 {
flex: 1;
height: 72rpx;
background-color: #f5f5f5;
border-radius: 36rpx;
display: flex;
align-items: center;
padding: 0 30rpx;
}
.search-icon.data-v-b8cec084 {
font-size: 28rpx;
color: #999;
margin-right: 12rpx;
}
.search-placeholder.data-v-b8cec084 {
font-size: 26rpx;
color: #999;
}
/* 主体布局 */
.main-body.data-v-b8cec084 {
flex: 1;
display: flex;
overflow: hidden;
}
/* 左侧菜单 */
.side-bar.data-v-b8cec084 {
width: 180rpx;
height: 100%;
background-color: #f7f8fa;
flex-shrink: 0;
}
.side-item.data-v-b8cec084 {
width: 100%;
height: 100rpx;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.side-txt.data-v-b8cec084 {
font-size: 28rpx;
color: #666;
}
.side-item.active.data-v-b8cec084 {
background-color: #ffffff;
}
.side-item.active .side-txt.data-v-b8cec084 {
color: #333;
font-weight: bold;
}
.side-item.active.data-v-b8cec084::before {
content: "";
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 6rpx;
height: 32rpx;
background: linear-gradient(180deg, #ff715a, #ff416c);
border-radius: 0 4rpx 4rpx 0;
}
/* 右侧内容 */
.content-panel.data-v-b8cec084 {
flex: 1;
height: 100%;
padding: 0 20rpx;
background-color: #ffffff;
}
.category-group.data-v-b8cec084 {
padding-top: 30rpx;
}
.group-title.data-v-b8cec084 {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 30rpx;
}
.title-line.data-v-b8cec084 {
width: 30rpx;
height: 2rpx;
background-color: #eee;
}
.title-txt.data-v-b8cec084 {
font-size: 26rpx;
color: #333;
font-weight: bold;
margin: 0 20rpx;
}
.sub-grid.data-v-b8cec084 {
display: flex;
flex-wrap: wrap;
}
.sub-item.data-v-b8cec084 {
width: 33.33%;
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 40rpx;
}
.sub-img-wrap.data-v-b8cec084 {
width: 120rpx;
height: 120rpx;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 12rpx;
}
.sub-img.data-v-b8cec084 {
width: 100%;
height: 100%;
}
.sub-name.data-v-b8cec084 {
font-size: 24rpx;
color: #666;
text-align: center;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.footer-placeholder.data-v-b8cec084 {
height: 120rpx; /* 为底部导航预留空间 */
}