|
|
@@ -214,11 +214,12 @@ onShow(() => {
|
|
|
width: 180rpx;
|
|
|
left: 0;
|
|
|
top:0;
|
|
|
- background-color: #f7f7f7;
|
|
|
+ background-color: #fff;
|
|
|
overflow-y: scroll;
|
|
|
overflow-x: hidden;
|
|
|
height: auto;
|
|
|
- margin-top: 96rpx;
|
|
|
+ margin-top: 116rpx;
|
|
|
+ border-radius: 16rpx;
|
|
|
}
|
|
|
|
|
|
.productSort .aside .item {
|
|
|
@@ -230,7 +231,7 @@ onShow(() => {
|
|
|
|
|
|
.productSort .aside .item.on {
|
|
|
background-color: #fff;
|
|
|
- border-left: 4rpx solid #F8C008;
|
|
|
+ border-left: 6rpx solid #F8C008;
|
|
|
width: 100%;
|
|
|
text-align: center;
|
|
|
color: #F8C008;
|
|
|
@@ -238,9 +239,10 @@ onShow(() => {
|
|
|
}
|
|
|
|
|
|
.productSort .conter {
|
|
|
- margin: 96rpx 0 0 180rpx;
|
|
|
+ margin: 116rpx 0 0 200rpx;
|
|
|
padding: 0 14rpx;
|
|
|
background-color: #fff;
|
|
|
+ border-radius: 16rpx;
|
|
|
}
|
|
|
|
|
|
.productSort .conter .listw {
|