Fix(千县名品):[#2229]千县名品店铺中,商品较少时,背景底色不一致
This commit is contained in:
@@ -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%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user