Authored by zhangxiaoru

样式修改

... ... @@ -5,9 +5,14 @@
<img src="{{image shop_logo 240 85}}" alt="LALABOBO">
<h5 class="bname">{{shop_name}}</h5>
<p class="summary">
上新
<span class="red">{{new_product_num}}</span>&nbsp;&nbsp;
<span class="red">{{favorite_num}}</span>人收藏
<span class="summary-info">
<b>{{new_product_num}}</b>
<b>上新</b>
</span>
<span class="summary-info">
<b>{{favorite_num}}</b>
<b>收藏</b>
</span>
</p>
<a href="//m.yohobuy.com/product/index/brand?domain={{shop_domain}}" class="entry">进入店铺</a>
</div>
... ...
... ... @@ -353,46 +353,59 @@
.brand-info {
padding-top: 28px;
padding-bottom: 55px;
text-align: center;
.brand-info-box {
background-color: #f5f5f5;
padding-top: 22px;
height: 368px;
padding-top: 72px;
height: 478px;
overflow: hidden;
border: 2px solid #e0e0e0;
}
img {
width: 141px;
height: 66px;
width: 240px;
height: 100px;
}
.bname {
font-size: 18px;
color: #b0b0b0;
font-size: 24px;
color: #444;
margin-top: 40px;
margin-bottom: 60px;
margin-bottom: 58px;
}
.summary {
font-size: 16px;
margin-bottom: 36px;
font-size: 30px;
color: #444;
}
.summary-info {
width: 48%;
display: inline-block;
text-align: center;
b {
display: block;
width: 100%;
}
.red {
color: #e27b88;
b:nth-child(2) {
color: #b0b0b0;
font-size: 22px;
}
}
.entry {
display: inline-block;
height: 50px;
padding-left: 19px;
padding-right: 19px;
line-height: 50px;
color: #444;
border: 2px solid #444;
border-radius: 5px;
height: 60px;
font-size: 24px;
margin: 0 20px;
text-align: center;
line-height: 60px;
color: #fff;
background-color: #d0021b;
width: 85%;
margin-top: 18px;
}
}
}
... ...