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.
27 lines
343 B
27 lines
343 B
3 months ago
|
/* pages/prod-classify/prod-classify.wxss */
|
||
|
|
||
|
page {
|
||
|
background: #fff;
|
||
|
}
|
||
|
|
||
|
.line-fix {
|
||
|
width: 100%;
|
||
|
height: 2rpx;
|
||
|
background: #e1e1e1;
|
||
|
position: fixed;
|
||
|
top: 0;
|
||
|
}
|
||
|
|
||
|
.tit-background {
|
||
|
width: 100%;
|
||
|
height: 20rpx;
|
||
|
background: #f4f4f4;
|
||
|
}
|
||
|
|
||
|
.empty-list {
|
||
|
font-size: 24rpx;
|
||
|
color: #999;
|
||
|
text-align: center;
|
||
|
margin: 100rpx 0;
|
||
|
}
|