fix 搜索列表样式修复
This commit is contained in:
parent
9f4f7580d7
commit
ad4f22e60c
@ -32,11 +32,15 @@ page view {
|
|||||||
|
|
||||||
.result-container .category-goods-list {
|
.result-container .category-goods-list {
|
||||||
background-color: #f2f2f2;
|
background-color: #f2f2f2;
|
||||||
overflow-y: scroll;
|
|
||||||
padding: 20rpx 24rpx;
|
padding: 20rpx 24rpx;
|
||||||
|
overflow-y: scroll;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.result-container .category-goods-list .goods-card__body {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
.result-container .wr-goods-list {
|
.result-container .wr-goods-list {
|
||||||
background: #f2f2f2 !important;
|
background: #f2f2f2 !important;
|
||||||
}
|
}
|
||||||
@ -111,4 +115,4 @@ page view {
|
|||||||
.result-container .t-input__control {
|
.result-container .t-input__control {
|
||||||
font-size: 24rpx !important;
|
font-size: 24rpx !important;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user