Authored by ccbikai

SALE 页面样式优化

1 -<div id="thumb-row"> 1 +<div class="thumb-row">
2 {{# data}} 2 {{# data}}
3 <a href="{{url}}"> 3 <a href="{{url}}">
4 <div class="thumb-row-box" style="background-image:url({{image src 275 160}})"></div> 4 <div class="thumb-row-box" style="background-image:url({{image src 275 160}})"></div>
@@ -32,12 +32,12 @@ @@ -32,12 +32,12 @@
32 32
33 .banner-swiper { 33 .banner-swiper {
34 position: relative; 34 position: relative;
35 - height: 310.303px; 35 + max-height: 310.303px;
36 overflow: hidden; 36 overflow: hidden;
37 37
38 ul { 38 ul {
39 position: relative; 39 position: relative;
40 - height: 310.303px; 40 + max-height: 310.303px;
41 41
42 li { 42 li {
43 float: left; 43 float: left;
1 -#thumb-row { 1 +.thumb-row {
2 background-color: #f0f0f0; 2 background-color: #f0f0f0;
3 text-align: center; 3 text-align: center;
4 padding: 32px 0 0; 4 padding: 32px 0 0;
1 .outlet-page { 1 .outlet-page {
2 - #thumb-row { 2 + .thumb-row {
3 .thumb-row-box { 3 .thumb-row-box {
4 height: 132px; 4 height: 132px;
5 border-radius: 0; 5 border-radius: 0;
1 .goods-page { 1 .goods-page {
2 - .banner-swiper {  
3 - height: 200px;  
4 - max-height: 200px;  
5 -  
6 - ul {  
7 - height: 200px;  
8 - max-height: 200px;  
9 - }  
10 - }  
11 -  
12 .list-nav { 2 .list-nav {
13 border-top: 1px solid #e6e6e6; 3 border-top: 1px solid #e6e6e6;
14 border-bottom: 1px solid #e6e6e6; 4 border-bottom: 1px solid #e6e6e6;
@@ -55,26 +55,9 @@ @@ -55,26 +55,9 @@
55 overflow: hidden; 55 overflow: hidden;
56 background-color: #f0f0f0; 56 background-color: #f0f0f0;
57 57
58 - #thumb-row {  
59 - overflow: hidden;  
60 - padding-left: 30px;  
61 - height: auto;  
62 - background: #fff;  
63 - text-align: left;  
64 -  
65 - a {  
66 - float: left;  
67 - margin-right: 30px;  
68 - width: 275px;  
69 - height: 130px;  
70 - }  
71 -  
72 - .thumb-row-box {  
73 - margin: 0 auto;  
74 - width: 100%;  
75 - height: 100%;  
76 - border-radius: 20px;  
77 - } 58 + .thumb-row {
  59 + padding-top: 10px;
  60 + padding-bottom: 0;
78 } 61 }
79 62
80 .list-nav, 63 .list-nav,