fixed bugs in goods detail page
Showing
3 changed files
with
7 additions
and
3 deletions
1 | .good-detail-page{ | 1 | .good-detail-page{ |
2 | .goods-desc { | 2 | .goods-desc { |
3 | .service { | 3 | .service { |
4 | - width: pxToRem(489px); | 4 | + width: pxToRem(494px); |
5 | height: pxToRem(28px); | 5 | height: pxToRem(28px); |
6 | margin-top: pxToRem(22px); | 6 | margin-top: pxToRem(22px); |
7 | + margin-left: pxToRem(40px); | ||
8 | + background: image-url('product/service.png') no-repeat; | ||
9 | + background-size: cover; | ||
7 | } | 10 | } |
8 | .detail{ | 11 | .detail{ |
9 | background-color: $tableCellC; | 12 | background-color: $tableCellC; |
1 | {{#goodsDescription}} | 1 | {{#goodsDescription}} |
2 | <div class="goods-desc page-block"> | 2 | <div class="goods-desc page-block"> |
3 | - <img class="service lazy" data-original="http://static.dev.yohobuy.com/img/product/service.png" alt=""> | 3 | + <div class="service"></div> |
4 | <h1 class="title"> | 4 | <h1 class="title"> |
5 | {{title}} | 5 | {{title}} |
6 | <span class="en-title">{{enTitle}}</span> | 6 | <span class="en-title">{{enTitle}}</span> |
-
Please register or login to post a comment