Authored by ccbikai

SALE 页面样式优化

<div id="thumb-row">
<div class="thumb-row">
{{# data}}
<a href="{{url}}">
<div class="thumb-row-box" style="background-image:url({{image src 275 160}})"></div>
... ...
... ... @@ -32,12 +32,12 @@
.banner-swiper {
position: relative;
height: 310.303px;
max-height: 310.303px;
overflow: hidden;
ul {
position: relative;
height: 310.303px;
max-height: 310.303px;
li {
float: left;
... ...
#thumb-row {
.thumb-row {
background-color: #f0f0f0;
text-align: center;
padding: 32px 0 0;
... ...
.outlet-page {
#thumb-row {
.thumb-row {
.thumb-row-box {
height: 132px;
border-radius: 0;
... ...
.goods-page {
.banner-swiper {
height: 200px;
max-height: 200px;
ul {
height: 200px;
max-height: 200px;
}
}
.list-nav {
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
... ...
... ... @@ -55,26 +55,9 @@
overflow: hidden;
background-color: #f0f0f0;
#thumb-row {
overflow: hidden;
padding-left: 30px;
height: auto;
background: #fff;
text-align: left;
a {
float: left;
margin-right: 30px;
width: 275px;
height: 130px;
}
.thumb-row-box {
margin: 0 auto;
width: 100%;
height: 100%;
border-radius: 20px;
}
.thumb-row {
padding-top: 10px;
padding-bottom: 0;
}
.list-nav,
... ...