Authored by ccbikai

首页细小线条,sale 页面图片高度 修改

@@ -57,7 +57,7 @@ @@ -57,7 +57,7 @@
57 img { 57 img {
58 display: block; 58 display: block;
59 width: 100%; 59 width: 100%;
60 - height: 366rem / $pxConvertRem; 60 + // height: 366rem / $pxConvertRem;
61 } 61 }
62 62
63 .few-tag { 63 .few-tag {
@@ -18,6 +18,9 @@ @@ -18,6 +18,9 @@
18 border-bottom: 1px solid #e0e0e0; 18 border-bottom: 1px solid #e0e0e0;
19 border-right: 1px solid #e0e0e0; 19 border-right: 1px solid #e0e0e0;
20 border-top: 1px solid #e0e0e0; 20 border-top: 1px solid #e0e0e0;
  21 + &:nth-child(-n+3) {
  22 + border-bottom: none;
  23 + }
21 } 24 }
22 25
23 .classify-logo { 26 .classify-logo {
@@ -70,14 +70,15 @@ @@ -70,14 +70,15 @@
70 .brands-swiper { 70 .brands-swiper {
71 background: #fff; 71 background: #fff;
72 width: 100%; 72 width: 100%;
73 - height: 140rem / $pxConvertRem; 73 + height: 160rem / $pxConvertRem;
  74 + padding-top: 20rem / $pxConvertRem;
74 // margin-bottom: 28rem / $pxConvertRem; 75 // margin-bottom: 28rem / $pxConvertRem;
75 border-top: 1px solid #e0e0e0; 76 border-top: 1px solid #e0e0e0;
76 overflow: hidden; 77 overflow: hidden;
77 78
78 .brands-list { 79 .brands-list {
79 position: relative; 80 position: relative;
80 - height: 140rem / $pxConvertRem; 81 + height: 160rem / $pxConvertRem;
81 82
82 li { 83 li {
83 float: left; 84 float: left;