Authored by zhangxiaoru

邀请好友样式

... ... @@ -13,7 +13,7 @@
{{# hotGoods}}
<a class="goods-info" href="{{url}}" data-good-id="{{product_id}}">
<div class="goods-image">
<img src="{{image2 default_images w=340 h=370 q=60}}">
<img src="{{image default_images 318 425}}">
</div>
<div class="good-detail-text">
<div class="price">
... ...
... ... @@ -63,11 +63,11 @@
display: block;
position: relative;
float: left;
margin: 0 5px 85px;
margin: 0 5px 45px;
.goods-image {
width: 100%;
height: 370px;
height: 425px;
img {
width: 100%;
... ... @@ -76,6 +76,9 @@
}
.good-detail-text {
position: relative;
top: -55px;
.price {
height: 55px;
width: 100%;
... ... @@ -113,7 +116,7 @@
line-height: 60px;
position: absolute;
left: 65px;
bottom: -35px;
bottom: 20px;
font-size: 28px;
}
}
... ...