Fix:【商城小程序】寻趣味--保持页面底色一致
This commit is contained in:
@@ -257,7 +257,7 @@ export default {
|
||||
|
||||
.top-box {
|
||||
padding: 32rpx 0 20rpx;
|
||||
background: #fff;
|
||||
background: #f5f5f5;
|
||||
|
||||
.search-box {
|
||||
position: relative;
|
||||
@@ -316,7 +316,7 @@ export default {
|
||||
|
||||
.body {
|
||||
padding: 20rpx 20rpx;
|
||||
background: #f0f0f0;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
.city-box {
|
||||
@@ -324,7 +324,7 @@ export default {
|
||||
align-items: center;
|
||||
padding: 8rpx 20rpx 8rpx 20rpx;
|
||||
border-radius: 30px;
|
||||
background: #fff;
|
||||
background: #f5f5f5;
|
||||
|
||||
image {
|
||||
width: 32rpx;
|
||||
@@ -355,7 +355,7 @@ export default {
|
||||
}
|
||||
.type-banner-wrap {
|
||||
padding: 0 20rpx;
|
||||
background-color: #f0f0f0;
|
||||
background-color: #f5f5f5;
|
||||
.title {
|
||||
padding: 20rpx 0;
|
||||
.img {
|
||||
|
||||
Reference in New Issue
Block a user