60 lines
929 B
Plaintext
60 lines
929 B
Plaintext
/* pages/department/department.wxss */
|
|
page{
|
|
background: #F1F7F5;
|
|
}
|
|
|
|
.menu{
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
background: #F1F7F5;
|
|
width: 206rpx;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 20rpx;
|
|
bottom: 0;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
.cd{
|
|
width: 200rpx;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
border-bottom: 1px solid #eee;
|
|
border-left: 6rpx solid #F1F7F5;
|
|
text-indent: 30rpx;
|
|
}
|
|
.content{
|
|
width: 550rpx;
|
|
background: #fff;
|
|
position: absolute;
|
|
top: 20rpx;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
::-webkit-scrollbar {
|
|
width: 0;
|
|
height: 0;
|
|
color: transparent;
|
|
}
|
|
.active{
|
|
width: 200rpx;
|
|
background: #fff;
|
|
border-left: 6rpx solid green;
|
|
}
|
|
.goods_con{
|
|
margin-left: 30rpx;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
.goodslist{
|
|
width: 100%;
|
|
height:100rpx;
|
|
line-height: 100rpx;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
.nodata{
|
|
margin-top: 60rpx;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
} |