Authored by htoooth

'fix_star'

... ... @@ -289,7 +289,7 @@ const _getSkuDataByProductBaseInfo = (data) => {
};
}
skuGoods = _.get(data, 'goods_list', []).reduce((acc, cur, pos)=> {
skuGoods = _.get(data, 'goods_list', []).reduce((acc, cur)=> {
// 如果status为0,即skc下架时就跳过该商品$value['status'] === 0
let goodsGroup = {};
... ...
... ... @@ -23,14 +23,17 @@
<div class="img-3"></div>
</div>
<div class="info-block">
<div class="block-title">
<span class="title-head">
<span class="title cur">有货承诺</span>
</span>
</div>
<div id="saleReturn" class="support-saleReturned-service"></div>
</div>
</div>
<div id="saleReturn" class="support-saleReturned-service"></div>
</div>
... ...
... ... @@ -93,6 +93,7 @@
签收商品未经穿着不影响二次销售的情况下,7日内退货,15日内换货;
退回商品保证吊牌、标签、包装完整,详情点击
<br />
<a href="http://www.yohobuy.com/help/?category_id=69"
target="_blank">&gt;&gt;退换货政策</a>
</span>
... ...

1.6 KB | W: | H:

1.52 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -558,7 +558,7 @@
height: 24px;
line-height: 24px;
margin-right: 8px;
margin-bottom: 5px;
margin-bottom: 8px;
padding: 0 10px;
border: 1px solid #999999;
text-align: center;
... ... @@ -1032,7 +1032,7 @@
}
.info-block {
margin-top: 36px;
margin-top: 55px;
margin-left: 175px;
margin-right: 175px;
color: #999;
... ... @@ -1040,19 +1040,20 @@
font-size: 12px;
&.head {
margin-top: 35px;
border-top: none !important;
}
.basic {
width: 100%;
margin: 0 auto;
margin: -10px auto 0;
li {
float: left;
width: 25%;
margin-top: 10px;
margin-bottom: 10px;
font-size: 14px;
line-height: 22px;
color: #444;
... ... @@ -1075,7 +1076,7 @@
.comfort {
width: 510px;
border: 1px solid #e0e0e0;
margin: 20px auto;
margin: 20px auto 0;
padding-bottom: 10px;
padding-top: 10px;
color: #444;
... ... @@ -1165,15 +1166,16 @@
.material-detail li {
position: relative;
width: 860px;
min-height: 40px;
padding-bottom: 10px;
margin: 0 auto 20px;
margin-bottom: 30px;
&:last-child {
margin-bottom: 0;
}
.img-wrap {
position: absolute;
top: 50%;
margin-top: -30px;
margin-top: -20px;
img {
float: left;
... ... @@ -1185,7 +1187,6 @@
float: left;
width: 120px;
line-height: 20px;
border-right: 1px dotted #eaeceb;
color: #000;
text-align: center;
font-size: 16px;
... ... @@ -1195,7 +1196,7 @@
.text {
float: left;
width: 538px;
padding-left: 20px;
padding-left: 40px;
margin-left: 240px;
line-height: 24px;
font-size: 14px;
... ... @@ -1303,7 +1304,7 @@
font-size: 14px;
line-height: 20px;
text-align: center;
margin-top: 30px;
margin-top: 20px;
margin-bottom: 30px;
}
... ... @@ -1458,10 +1459,10 @@
.comment-star {
position: relative;
display: inline-block;
height: 16px;
width: 75px;
height: 13px;
width: 70px;
cursor: pointer;
background: resolve("product/star.png") 0 -35px repeat-x;
background: resolve("product/star.png") 0 -29px repeat-x;
vertical-align: top;
.star-1, .star-2, .star-3, .star-4, .star-5 {
... ... @@ -1469,24 +1470,24 @@
left: 0;
top: 0;
display: inline-block;
height: 16px;
width: 15px;
height: 14px;
width: 14px;
&.active {
background: resolve("product/star.png") repeat-x;
}
}
.star-2 {
width: 30px;
width: 28px;
}
.star-3 {
width: 45px;
width: 42px;
}
.star-4 {
width: 60px;
width: 56px;
}
.star-5 {
width: 75px;
width: 70px;
}
&.editable > span {
... ... @@ -1504,12 +1505,8 @@
}
li:first-child {
border-top: 0px;
}
li {
border-top: 1px solid #eaeceb;
border-bottom: 1px solid #eaeceb;
padding: 20px 0;
min-height: 150px;
}
... ... @@ -1794,10 +1791,6 @@
}
}
.orange {
color: #f9761a;
}
h4 {
font-weight: bold;
font-size: 14px;
... ... @@ -1813,7 +1806,6 @@
.img-3 {
width: 801px;
height: 339px;
margin: 60px auto;
background: resolve("product/after-service.png");
}
... ... @@ -2423,7 +2415,6 @@
}
#judge {
margin: 30px 175px 10px 175px;
.judge-content {
background-color: #fff;
... ... @@ -2454,7 +2445,7 @@
.msg-pager {
text-align: center;
margin: 10px auto;
margin: 30px auto 0;
}
}
... ...