Merge branch 'feature/new-product-detail' into release/5.3.1
Showing
3 changed files
with
21 additions
and
5 deletions
@@ -5,8 +5,8 @@ | @@ -5,8 +5,8 @@ | ||
5 | </div> | 5 | </div> |
6 | 6 | ||
7 | <div class="content"> | 7 | <div class="content"> |
8 | - 商品一旦在 30 日内到货,我们将会第一时间<br/> | ||
9 | - 通知您,请及时关注哦! | 8 | + 商品一旦在 30 日内到货,我们将第一时间通知您,<br/> |
9 | + 请下载有货APP关注消息哦! | ||
10 | </div> | 10 | </div> |
11 | 11 | ||
12 | <div class="content"> | 12 | <div class="content"> |
@@ -14,8 +14,13 @@ | @@ -14,8 +14,13 @@ | ||
14 | <span>添加收藏夹</span> | 14 | <span>添加收藏夹</span> |
15 | </div> | 15 | </div> |
16 | 16 | ||
17 | + <div class="content"> | ||
18 | + <div class="qr-img"></div> | ||
19 | + </div> | ||
20 | + | ||
17 | <div class="row"> | 21 | <div class="row"> |
18 | <a class='ok' data-pid="{{pid}}" data-sku="{{sku}}">订阅</a> | 22 | <a class='ok' data-pid="{{pid}}" data-sku="{{sku}}">订阅</a> |
19 | <a class='cancel btn-close'>取消</a> | 23 | <a class='cancel btn-close'>取消</a> |
20 | </div> | 24 | </div> |
25 | + | ||
21 | </div> | 26 | </div> |
@@ -886,6 +886,8 @@ bindEvent.add(function() { | @@ -886,6 +886,8 @@ bindEvent.add(function() { | ||
886 | $('#keep-shopping').click(function() { | 886 | $('#keep-shopping').click(function() { |
887 | $('#type-chose').slideDown(SLIDETIME); | 887 | $('#type-chose').slideDown(SLIDETIME); |
888 | $('#balance').slideUp(SLIDETIME); | 888 | $('#balance').slideUp(SLIDETIME); |
889 | + | ||
890 | + cartEvent.emit('selling'); | ||
889 | }); | 891 | }); |
890 | 892 | ||
891 | // 电子票立即购买 | 893 | // 电子票立即购买 |
@@ -1651,8 +1651,6 @@ | @@ -1651,8 +1651,6 @@ | ||
1651 | &.active{ | 1651 | &.active{ |
1652 | margin-bottom: 0px; | 1652 | margin-bottom: 0px; |
1653 | color:#000; | 1653 | color:#000; |
1654 | - height: 27px; | ||
1655 | - border-bottom: 1px solid #fff; | ||
1656 | border-top: 2px solid #444; | 1654 | border-top: 2px solid #444; |
1657 | border-right: 1px solid #444; | 1655 | border-right: 1px solid #444; |
1658 | border-left: 1px solid #444; | 1656 | border-left: 1px solid #444; |
@@ -2385,7 +2383,7 @@ | @@ -2385,7 +2383,7 @@ | ||
2385 | 2383 | ||
2386 | .comment-tabs{ | 2384 | .comment-tabs{ |
2387 | padding-top: 12px; | 2385 | padding-top: 12px; |
2388 | - border-bottom: 1.5px solid #444; | 2386 | + border-bottom: 1px solid #444; |
2389 | height: 35px; | 2387 | height: 35px; |
2390 | } | 2388 | } |
2391 | 2389 | ||
@@ -2670,6 +2668,14 @@ | @@ -2670,6 +2668,14 @@ | ||
2670 | font-size: 12px; | 2668 | font-size: 12px; |
2671 | line-height: 20px; | 2669 | line-height: 20px; |
2672 | margin-top: 20px; | 2670 | margin-top: 20px; |
2671 | + | ||
2672 | + .qr-img{ | ||
2673 | + display: inline-block; | ||
2674 | + width: 100px; | ||
2675 | + height: 100px; | ||
2676 | + background: resolve("layout/qr.png"); | ||
2677 | + background-size: 100px; | ||
2678 | + } | ||
2673 | } | 2679 | } |
2674 | 2680 | ||
2675 | .checked { | 2681 | .checked { |
@@ -2716,6 +2722,9 @@ | @@ -2716,6 +2722,9 @@ | ||
2716 | cursor: pointer; | 2722 | cursor: pointer; |
2717 | } | 2723 | } |
2718 | } | 2724 | } |
2725 | + | ||
2726 | + | ||
2727 | + | ||
2719 | } | 2728 | } |
2720 | 2729 | ||
2721 | 2730 |
-
Please register or login to post a comment