Showing
10 changed files
with
59 additions
and
53 deletions
@@ -104,6 +104,8 @@ | @@ -104,6 +104,8 @@ | ||
104 | </div> | 104 | </div> |
105 | </div> | 105 | </div> |
106 | 106 | ||
107 | + <div class="line"></div> | ||
108 | + | ||
107 | {{#if virtualGoods}} | 109 | {{#if virtualGoods}} |
108 | {{!-- 电子门票按钮 --}} | 110 | {{!-- 电子门票按钮 --}} |
109 | {{#if isVirtualBtn}} | 111 | {{#if isVirtualBtn}} |
@@ -135,10 +137,6 @@ | @@ -135,10 +137,6 @@ | ||
135 | <i class="iconfont"> </i> 已售罄 | 137 | <i class="iconfont"> </i> 已售罄 |
136 | </span> | 138 | </span> |
137 | 139 | ||
138 | - <span id="call-you" class="buy-btn"> | ||
139 | - <i class="iconfont"> </i> 到货通知 | ||
140 | - </span> | ||
141 | - | ||
142 | <span id="collect-product" class="{{#if isCollect}}coled {{/if}}collect-product"> | 140 | <span id="collect-product" class="{{#if isCollect}}coled {{/if}}collect-product"> |
143 | <i class="iconfont"></i> {{#if isCollect}} <em>已收藏</em> {{^}} <em>收藏商品</em> {{/if}} | 141 | <i class="iconfont"></i> {{#if isCollect}} <em>已收藏</em> {{^}} <em>收藏商品</em> {{/if}} |
144 | </span> | 142 | </span> |
1 | <span class="minus-plus pull-left"> | 1 | <span class="minus-plus pull-left"> |
2 | - <i id="minus-num" class="minus dis iconfont"></i> | 2 | + <i id="minus-num" class="minus dis iconfont"></i> |
3 | </span> | 3 | </span> |
4 | <span id="num" class="num pull-left">1</span> | 4 | <span id="num" class="num pull-left">1</span> |
5 | <span class="minus-plus pull-left"> | 5 | <span class="minus-plus pull-left"> |
6 | - <i id="plus-num" class="plus iconfont"></i> | 6 | + <i id="plus-num" class="plus iconfont"></i> |
7 | </span> | 7 | </span> |
@@ -12,12 +12,6 @@ | @@ -12,12 +12,6 @@ | ||
12 | </span> | 12 | </span> |
13 | {{/if}} | 13 | {{/if}} |
14 | 14 | ||
15 | -{{#if promotion}} | ||
16 | - <span class="promotion"> | ||
17 | - 8.5折 | ||
18 | - </span> | ||
19 | -{{/if}} | ||
20 | - | ||
21 | {{#if studentsPrice}} | 15 | {{#if studentsPrice}} |
22 | <p class="students-price"> | 16 | <p class="students-price"> |
23 | <span class="title">学生价</span> | 17 | <span class="title">学生价</span> |
@@ -25,32 +19,6 @@ | @@ -25,32 +19,6 @@ | ||
25 | </p> | 19 | </p> |
26 | {{/if}} | 20 | {{/if}} |
27 | 21 | ||
28 | -{{# vipPrice}} | ||
29 | - <span class="vip-price"> | ||
30 | - {{#if unLogin}} | ||
31 | - 登录后即可查看vip价格 | ||
32 | - <a class="login-url" href="{{unLogin}}">立即登录</a> | ||
33 | - {{/if}} | ||
34 | - | ||
35 | - {{#if normalUser}} | ||
36 | - <span class="vip-price-item">您当前是普通会员,成为VIP享受更多优惠!</span> | ||
37 | - <a class="vip-schedual" href="{{vipSchedualUrl}}">查看我的VIP进度</a> | ||
38 | - {{/if}} | ||
39 | - | ||
40 | - <div class="vip-level-1"></div> | ||
41 | - | ||
42 | - {{# prices}} | ||
43 | - <span class="vip-level-{{vipLevel}}"> | ||
44 | - </span> | ||
45 | - <em class="cur"> | ||
46 | - {{price}} | ||
47 | - </em> | ||
48 | - | ||
49 | - {{/ prices}} | ||
50 | - | ||
51 | - </span> | ||
52 | -{{/ vipPrice}} | ||
53 | - | ||
54 | {{#if presalePrice}} | 22 | {{#if presalePrice}} |
55 | <span class="presale-price"> | 23 | <span class="presale-price"> |
56 | <span class="title">预售价:</span> | 24 | <span class="title">预售价:</span> |
@@ -67,6 +35,38 @@ | @@ -67,6 +35,38 @@ | ||
67 | </span> | 35 | </span> |
68 | {{/if}} | 36 | {{/if}} |
69 | 37 | ||
38 | +{{#if promotion}} | ||
39 | + <span class="promotion"> | ||
40 | + 8.5折 | ||
41 | + </span> | ||
42 | +{{/if}} | ||
43 | + | ||
44 | +{{# vipPrice}} | ||
45 | + <span class="vip-price"> | ||
46 | + {{#if unLogin}} | ||
47 | + 登录后即可查看vip价格 | ||
48 | + <a class="login-url" href="{{unLogin}}">立即登录</a> | ||
49 | + {{/if}} | ||
50 | + | ||
51 | + {{#if normalUser}} | ||
52 | + <span class="vip-price-item">您当前是普通会员,成为VIP享受更多优惠!</span> | ||
53 | + <a class="vip-schedual" href="{{vipSchedualUrl}}">查看我的VIP进度</a> | ||
54 | + {{/if}} | ||
55 | + | ||
56 | + <div class="vip-level-1"></div> | ||
57 | + | ||
58 | + {{# prices}} | ||
59 | + <span class="vip-level-{{vipLevel}}"> | ||
60 | + </span> | ||
61 | + <em class="cur"> | ||
62 | + {{price}} | ||
63 | + </em> | ||
64 | + | ||
65 | + {{/ prices}} | ||
66 | + | ||
67 | + </span> | ||
68 | +{{/ vipPrice}} | ||
69 | + | ||
70 | </div> | 70 | </div> |
71 | 71 | ||
72 | 72 |
@@ -10,10 +10,6 @@ | @@ -10,10 +10,6 @@ | ||
10 | data-num="{{num}}" data-name="{{name}}" data-title="{{title}}">{{name}}</li> | 10 | data-num="{{num}}" data-name="{{name}}" data-title="{{title}}">{{name}}</li> |
11 | {{/each}} | 11 | {{/each}} |
12 | 12 | ||
13 | - {{#unless virtualGoods}} | ||
14 | - <span class="size-ruler"></span> | ||
15 | - {{/unless}} | ||
16 | - | ||
17 | <span class="size-warn warn-tip hide"> <i class="iconfont"></i> 请选择尺码 </span> | 13 | <span class="size-warn warn-tip hide"> <i class="iconfont"></i> 请选择尺码 </span> |
18 | </ul> | 14 | </ul> |
19 | {{/each}} | 15 | {{/each}} |
No preview for this file type
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > | 2 | <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > |
3 | <svg xmlns="http://www.w3.org/2000/svg"> | 3 | <svg xmlns="http://www.w3.org/2000/svg"> |
4 | <metadata> | 4 | <metadata> |
5 | -Created by FontForge 20120731 at Wed Nov 30 12:41:59 2016 | 5 | +Created by FontForge 20120731 at Thu Dec 1 17:35:41 2016 |
6 | By admin | 6 | By admin |
7 | </metadata> | 7 | </metadata> |
8 | <defs> | 8 | <defs> |
@@ -93,6 +93,8 @@ d="M510.5 -60q-90.5 0 -173 35.5t-142.5 95.5t-95.5 142.5t-35.5 173t35.5 173t95.5 | @@ -93,6 +93,8 @@ d="M510.5 -60q-90.5 0 -173 35.5t-142.5 95.5t-95.5 142.5t-35.5 173t35.5 173t95.5 | ||
93 | t54 -201t146 -146t200.5 -53.5t201 53.5t146 146t53.5 201t-53.5 201t-146 146t-201 53.5zM465 248v29q0 19 3 33q3 15 9 28q5 14 15 26t24 26l35 33q15 13 25.5 29.5t10.5 39.5q0 30 -19 50.5t-54 20.5q-18 0 -32 -6.5t-24.5 -17.5t-16.5 -26q-5 -15 -6 -30l-95 8 | 93 | t54 -201t146 -146t200.5 -53.5t201 53.5t146 146t53.5 201t-53.5 201t-146 146t-201 53.5zM465 248v29q0 19 3 33q3 15 9 28q5 14 15 26t24 26l35 33q15 13 25.5 29.5t10.5 39.5q0 30 -19 50.5t-54 20.5q-18 0 -32 -6.5t-24.5 -17.5t-16.5 -26q-5 -15 -6 -30l-95 8 |
94 | q5 37 20 66t39 49t55 31q31 10 66 10q33 0 63 -9.5t53 -28.5t36 -46.5t13 -64.5q0 -25 -5.5 -43t-15.5 -34t-24 -30q-15 -15 -32 -30q-16 -13 -25.5 -23t-15.5 -20t-8 -21.5t-2 -28.5v-20h-92zM450 140q0 25 18 43t44 18q24 0 43 -17t19 -42t-18.5 -42.5t-43.5 -17.5 | 94 | q5 37 20 66t39 49t55 31q31 10 66 10q33 0 63 -9.5t53 -28.5t36 -46.5t13 -64.5q0 -25 -5.5 -43t-15.5 -34t-24 -30q-15 -15 -32 -30q-16 -13 -25.5 -23t-15.5 -20t-8 -21.5t-2 -28.5v-20h-92zM450 140q0 25 18 43t44 18q24 0 43 -17t19 -42t-18.5 -42.5t-43.5 -17.5 |
95 | q-12 0 -23.5 4.5t-20.5 12.5q-8 7 -13 18t-5 23z" /> | 95 | q-12 0 -23.5 4.5t-20.5 12.5q-8 7 -13 18t-5 23z" /> |
96 | + <glyph glyph-name="add" unicode="" | ||
97 | +d="M960 262h-410v-410h-76v410h-410v76h410v410h76v-410h410v-76z" /> | ||
96 | <glyph glyph-name="xiangxia" unicode="" | 98 | <glyph glyph-name="xiangxia" unicode="" |
97 | d="M888 620q12 12 28.5 12t28.5 -12v0q12 -12 12 -28.5t-12 -28.5l-406 -405q-12 -12 -28.5 -12t-27.5 12v0q-12 11 -12 27.5t12 28.5zM539 214q11 -12 11 -28.5t-11 -27.5v0q-12 -12 -28.5 -12t-28.5 12l-406 405q-11 12 -11 28.5t11 28.5v0q12 12 28.5 12t28.5 -12z | 99 | d="M888 620q12 12 28.5 12t28.5 -12v0q12 -12 12 -28.5t-12 -28.5l-406 -405q-12 -12 -28.5 -12t-27.5 12v0q-12 11 -12 27.5t12 28.5zM539 214q11 -12 11 -28.5t-11 -27.5v0q-12 -12 -28.5 -12t-28.5 12l-406 405q-11 12 -11 28.5t11 28.5v0q12 12 28.5 12t28.5 -12z |
98 | M539 214z" /> | 100 | M539 214z" /> |
@@ -210,5 +212,7 @@ l1 31q2 72 18 111q16 40 52 73q34 31 78 46q41 14 88 14q96 0 160 -56v0q66 -59 66 - | @@ -210,5 +212,7 @@ l1 31q2 72 18 111q16 40 52 73q34 31 78 46q41 14 88 14q96 0 160 -56v0q66 -59 66 - | ||
210 | <glyph glyph-name="2" unicode="" | 212 | <glyph glyph-name="2" unicode="" |
211 | d="M562 224h109v-111h-109v111zM889 224h109v-111h-109v111zM562 113h109v-110h-109v110zM438 458h-438v438h438v-438zM111 569h216v216h-216v-216zM1000 458h-438v438h438v-438zM673 569h216v216h-216v-216zM438 -106h-438v438h438v-438zM111 5h216v216h-216v-216zM561 335 | 213 | d="M562 224h109v-111h-109v111zM889 224h109v-111h-109v111zM562 113h109v-110h-109v110zM438 458h-438v438h438v-438zM111 569h216v216h-216v-216zM1000 458h-438v438h438v-438zM673 569h216v216h-216v-216zM438 -106h-438v438h438v-438zM111 5h216v216h-216v-216zM561 335 |
212 | h222v-111h-222v111zM889 334h109v-111h-109v111zM780 113h109v-111h-109v111zM562 2h218v-110h-218v110zM889 2h109v-110h-109v110z" /> | 214 | h222v-111h-222v111zM889 334h109v-111h-109v111zM780 113h109v-111h-109v111zM562 2h218v-110h-218v110zM889 2h109v-110h-109v110z" /> |
215 | + <glyph glyph-name="subtract" unicode="" | ||
216 | +d="M928 418h-832q-13 0 -22.5 -9.5t-9.5 -23t9.5 -22.5t22.5 -9h832q13 0 22.5 9t9.5 22.5t-9.5 23t-22.5 9.5z" /> | ||
213 | </font> | 217 | </font> |
214 | </defs></svg> | 218 | </defs></svg> |
No preview for this file type
No preview for this file type
@@ -393,9 +393,7 @@ | @@ -393,9 +393,7 @@ | ||
393 | } | 393 | } |
394 | 394 | ||
395 | .row { | 395 | .row { |
396 | - margin-top: 10px; | ||
397 | - | ||
398 | - border-bottom: 1px solid #eaeceb; | 396 | + margin-bottom: 22px; |
399 | } | 397 | } |
400 | 398 | ||
401 | .trade-content { | 399 | .trade-content { |
@@ -419,10 +417,14 @@ | @@ -419,10 +417,14 @@ | ||
419 | } | 417 | } |
420 | 418 | ||
421 | li { | 419 | li { |
422 | - margin-right: 5px; | 420 | + margin-right: 10px; |
423 | cursor: pointer; | 421 | cursor: pointer; |
424 | - border: 2px solid black; | 422 | + border: 1px solid white; |
425 | height: 34px; | 423 | height: 34px; |
424 | + | ||
425 | + &.focus { | ||
426 | + border-color: black; | ||
427 | + } | ||
426 | } | 428 | } |
427 | 429 | ||
428 | .color-name { | 430 | .color-name { |
@@ -448,7 +450,7 @@ | @@ -448,7 +450,7 @@ | ||
448 | display: block; | 450 | display: block; |
449 | height: 24px; | 451 | height: 24px; |
450 | line-height: 24px; | 452 | line-height: 24px; |
451 | - margin-right: 5px; | 453 | + margin-right: 10px; |
452 | margin-bottom: 5px; | 454 | margin-bottom: 5px; |
453 | padding: 0 5px; | 455 | padding: 0 5px; |
454 | border: 1px solid #eaeceb; | 456 | border: 1px solid #eaeceb; |
@@ -499,6 +501,13 @@ | @@ -499,6 +501,13 @@ | ||
499 | line-height: 18px; | 501 | line-height: 18px; |
500 | } | 502 | } |
501 | 503 | ||
504 | + .line { | ||
505 | + width: 100%; | ||
506 | + height: 2px; | ||
507 | + border-bottom: 1px solid #eaeceb; | ||
508 | + margin-bottom: 22px; | ||
509 | + } | ||
510 | + | ||
502 | .chose-count .title { | 511 | .chose-count .title { |
503 | margin-top: 6px; | 512 | margin-top: 6px; |
504 | } | 513 | } |
@@ -570,7 +579,6 @@ | @@ -570,7 +579,6 @@ | ||
570 | 579 | ||
571 | .num-wraper { | 580 | .num-wraper { |
572 | position: relative; | 581 | position: relative; |
573 | - border-bottom: 1px solid #eaeceb; | ||
574 | } | 582 | } |
575 | 583 | ||
576 | $arrowTop: 40px; | 584 | $arrowTop: 40px; |
@@ -627,7 +635,7 @@ | @@ -627,7 +635,7 @@ | ||
627 | margin-right: 10px; | 635 | margin-right: 10px; |
628 | height: 48px; | 636 | height: 48px; |
629 | line-height: 48px; | 637 | line-height: 48px; |
630 | - width: 197px; | 638 | + width: 180px; |
631 | text-align: center; | 639 | text-align: center; |
632 | color: #fff; | 640 | color: #fff; |
633 | background: $theme-color; | 641 | background: $theme-color; |
@@ -647,7 +655,7 @@ | @@ -647,7 +655,7 @@ | ||
647 | .collect-product, | 655 | .collect-product, |
648 | .keep-shopping { | 656 | .keep-shopping { |
649 | display: inline-block; | 657 | display: inline-block; |
650 | - width: 127px; | 658 | + width: 120px; |
651 | height: 48px; | 659 | height: 48px; |
652 | text-align: center; | 660 | text-align: center; |
653 | line-height: 48px; | 661 | line-height: 48px; |
-
Please register or login to post a comment