Fix(千县名品):[#2229]千县名品店铺中,商品较少时,背景底色不一致

This commit is contained in:
lifizer
2024-08-28 14:48:39 +08:00
parent 4a354a7dcf
commit 19bb5c1084
+2 -2
View File
@@ -140,11 +140,12 @@ export default {
.county-index { .county-index {
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
background-color: #fff; background-color: #f0f0f0;
.top-img { .top-img {
position: relative; position: relative;
z-index: 5; z-index: 5;
padding: 21rpx; padding: 21rpx;
background-color: #fff;
.img { .img {
display: block; display: block;
width: 100%; width: 100%;
@@ -175,7 +176,6 @@ export default {
} }
} }
.list-wrap { .list-wrap {
background-color: #F0F0F0;
.loadend { .loadend {
width: 100%; width: 100%;
} }