Authored by 郝肖肖

goods-container 设置太高 mata7浏览器被顶下去了

... ... @@ -222,14 +222,6 @@
}
}
.goods-container {
position: relative;
padding-top: 8px;
padding-left: 15px;
min-height: 880px;
background-color: #fff;
}
.width750 {
.good-info {
margin: 12px 18px 47px;
... ...
... ... @@ -296,7 +296,7 @@
.goods-container {
position: relative;
min-height: auto;
min-height: auto !important;
padding-left: 0.375rem;
padding-top: 0.2rem;
}
... ... @@ -366,7 +366,6 @@
/* 搜索页-新版搜索无结果样式 */
.no-result-new {
height: 280px;
text-align: center;
padding-top: 90px;
padding-bottom: 110px;
... ...