Authored by mark

商品详情页改版 增加购买咨询

... ... @@ -374,8 +374,19 @@
<small>183****3432&nbsp;&nbsp;&nbsp;为什么图片是黑色的呢?图片不是白色的呢?</small>
<small class="right-time">2015-3-24&nbsp;&nbsp;&nbsp;13:30:24</small>
</span>
<span><i class="iconfont">&#xe696;</i></span>
<span>
<i class="iconfont">&#xe696;</i>
您好,该商品的颜色是灰色的,有货的商品都是实物拍摄,由于拍摄时的角度,光线等因素,
以及个人显示屏分辨率的不同,商品会与图片存在少许的色差,请您谅解。如有其他问题,
请登录"my有货",联系在线客服,感谢您对YOHO!有货的关注。
</span>
</p>
<div class="common-zan">
<div class="zan-content">
<span class="icon-border"><i class="iconfont">&#xe626;</i>赞(5)</span>
<span><i class="iconfont">&#xe611;</i>有用(5)</span>
</div>
</div>
</div>
</div>
... ...
... ... @@ -1707,7 +1707,7 @@
span{
display:block;
margin-top:2px;
margin-top:4px;
line-height: 20px;
i{
... ... @@ -1743,7 +1743,38 @@
cursor: pointer;
}
}
.common-zan{
border-bottom: 2px solid #ccc;
height: 100px;
.zan-content{
margin: 0 auto;
width: 60%;
text-align: center;
padding-top: 30px;
span{
display: inline-block;
width: 49%;
i{
color: #ccc;
cursor: pointer;
font-size: 20px;
}
}
.icon-border{
border-right: 2px solid #eaeceb;
}
}
}
}
.buy-consults{
height: 40px;
... ...