Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop
Showing
2 changed files
with
31 additions
and
13 deletions
@@ -116,11 +116,26 @@ | @@ -116,11 +116,26 @@ | ||
116 | color: #8f8f8f; | 116 | color: #8f8f8f; |
117 | } | 117 | } |
118 | } | 118 | } |
119 | - | ||
120 | - .price-compute { | 119 | + .activity{ |
121 | padding: 20rem / $pxConvertRem; | 120 | padding: 20rem / $pxConvertRem; |
122 | - border-bottom: 1px solid #e0e0e0; | ||
123 | font-size: 26rem / $pxConvertRem; | 121 | font-size: 26rem / $pxConvertRem; |
122 | + h1{ | ||
123 | + font-size: 32rem / $pxConvertRem; | ||
124 | + } | ||
125 | + li:before { | ||
126 | + content: ""; | ||
127 | + display: inline-block; | ||
128 | + width: 4px; | ||
129 | + height: 4px; | ||
130 | + background-color: #000; | ||
131 | + border-radius: 50%; | ||
132 | + margin-right: 8rem / $pxConvertRem; | ||
133 | + } | ||
134 | + } | ||
135 | + .price-compute { | ||
136 | + padding: 20rem / $pxConvertRem; | ||
137 | + border-top: 1px solid #e0e0e0; | ||
138 | + font-size: 28rem / $pxConvertRem; | ||
124 | 139 | ||
125 | .title { | 140 | .title { |
126 | display: inline-block; | 141 | display: inline-block; |
@@ -33,18 +33,21 @@ | @@ -33,18 +33,21 @@ | ||
33 | {{/if}} | 33 | {{/if}} |
34 | </ul> | 34 | </ul> |
35 | {{/if}} | 35 | {{/if}} |
36 | - | 36 | +<div class="activity"> |
37 | + <h1>以参与活动</h1> | ||
38 | + <ul> | ||
39 | + {{# promotionInfo}} | ||
40 | + <li>{{name}}</li> | ||
41 | + {{/ promotionInfo}} | ||
42 | + </ul> | ||
43 | +</div> | ||
37 | <div class="price-compute"> | 44 | <div class="price-compute"> |
38 | - <p class="sum-price"> | ||
39 | - <span class="title">总价</span> | ||
40 | - <span id="good-totalprice">¥{{price}}</span> | 45 | + <p> |
46 | + <span>总价(¥{{price}})<i>-</i></span> | ||
47 | + <span>活动价(¥{{activityPrice}})</span> | ||
41 | </p> | 48 | </p> |
42 | - <p class="activity-price"> | ||
43 | - <span class="title"> | ||
44 | - 活动价 | ||
45 | - <i class="minus">-</i> | ||
46 | - </span> | ||
47 | - <span id="good-activityPrice">¥{{activityPrice}}</span> | 49 | + <p> |
50 | + <span><i>=</i>商品总计金额 (¥{{sumPrice}})</span> | ||
48 | </p> | 51 | </p> |
49 | </div> | 52 | </div> |
50 | 53 |
-
Please register or login to post a comment