viewed by bikai
Showing
2 changed files
with
7 additions
and
4 deletions
@@ -135,10 +135,13 @@ $basicBtnC:#eb0313; | @@ -135,10 +135,13 @@ $basicBtnC:#eb0313; | ||
135 | // overflow: hidden; | 135 | // overflow: hidden; |
136 | } | 136 | } |
137 | .banner-top-single{ | 137 | .banner-top-single{ |
138 | - | ||
139 | - width: pxToRem(448px); | ||
140 | - margin:pxToRem(30px) pxToRem(72px); | 138 | + margin:0 auto; |
141 | overflow: hidden; | 139 | overflow: hidden; |
140 | + img{ | ||
141 | + width: pxToRem(448px); | ||
142 | + margin-top:pxToRem(30px); | ||
143 | + margin-bottom:pxToRem(30px); | ||
144 | + } | ||
142 | } | 145 | } |
143 | .banner-top { | 146 | .banner-top { |
144 | // width: 100%; | 147 | // width: 100%; |
@@ -50,7 +50,7 @@ | @@ -50,7 +50,7 @@ | ||
50 | {{/ consults}} | 50 | {{/ consults}} |
51 | </div> | 51 | </div> |
52 | <div class="consult-content-footer"> | 52 | <div class="consult-content-footer"> |
53 | - <a href="/product/detail/consults"> | 53 | + <a href="{{link}}"> |
54 | 查看更多 | 54 | 查看更多 |
55 | <span class="iconfont"></span></a> | 55 | <span class="iconfont"></span></a> |
56 | </div> | 56 | </div> |
-
Please register or login to post a comment