Fix:【商城小程序】寻趣味--保持页面底色一致

This commit is contained in:
linxi
2024-09-19 09:42:00 +08:00
parent 3baeace156
commit f3c1ad8d32
+4 -4
View File
@@ -257,7 +257,7 @@ export default {
.top-box { .top-box {
padding: 32rpx 0 20rpx; padding: 32rpx 0 20rpx;
background: #fff; background: #f5f5f5;
.search-box { .search-box {
position: relative; position: relative;
@@ -316,7 +316,7 @@ export default {
.body { .body {
padding: 20rpx 20rpx; padding: 20rpx 20rpx;
background: #f0f0f0; background: #f5f5f5;
} }
.city-box { .city-box {
@@ -324,7 +324,7 @@ export default {
align-items: center; align-items: center;
padding: 8rpx 20rpx 8rpx 20rpx; padding: 8rpx 20rpx 8rpx 20rpx;
border-radius: 30px; border-radius: 30px;
background: #fff; background: #f5f5f5;
image { image {
width: 32rpx; width: 32rpx;
@@ -355,7 +355,7 @@ export default {
} }
.type-banner-wrap { .type-banner-wrap {
padding: 0 20rpx; padding: 0 20rpx;
background-color: #f0f0f0; background-color: #f5f5f5;
.title { .title {
padding: 20rpx 0; padding: 20rpx 0;
.img { .img {