Authored by 沈志敏

Merge branch 'release/5.2' of git.yoho.cn:fe/yohobuywap-node into release/5.2

<div class="banner-center banner-center-swiper" style="margin: 0">
<div class="banner-center banner-center-swiper" style="border: 0;">
{{#if banner_image.[1]}}
<ul class="banner-list swiper-wrapper clearfix">
{{#banner_image}}
... ... @@ -9,6 +9,10 @@
</li>
{{/banner_image}}
</ul>
<div class="swiper-pagination">
<div class="pagination-inner">
</div>
</div>
{{else}}
{{#banner_image}}
<div class="banner-list">
... ... @@ -18,8 +22,4 @@
</div>
{{/banner_image}}
{{/if}}
<div class="swiper-pagination">
<div class="pagination-inner">
</div>
</div>
</div>
\ No newline at end of file
... ...
.banner-center {
position: relative;
margin: 30px 0 0;
height: 200px;
border-bottom: 1px solid #e0e0e0;
overflow: hidden;
... ...
... ... @@ -12,8 +12,8 @@
.floor-header-more {
position: relative;
height: 99px;
line-height: 99px;
height: 80px;
line-height: 80px;
background: #f0f0f0;
text-align: center;
font-size: 32px;
... ...
... ... @@ -19,7 +19,7 @@
writing-mode: tb-rl;
-webkit-writing-mode: tb-rl;
-ms-writing-mode: tb-rl;
z-index: 9;
z-index: 2;
}
}
... ... @@ -66,7 +66,7 @@
height: 50px;
width: 85px;
margin: 26px 22px 0 26px;
line-height: 1.5;
line-height: 1.4;
text-align: center;
font-size: 17px;
display: -webkit-box;
... ...