Showing
9 changed files
with
33 additions
and
20 deletions
@@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
6 | <div class="progress-bar" style="width: 66%"></div> | 6 | <div class="progress-bar" style="width: 66%"></div> |
7 | <div class="visual-state"> | 7 | <div class="visual-state"> |
8 | <ul> | 8 | <ul> |
9 | - <li> | 9 | + <li class="act"> |
10 | <span class="iconfont state-bg"></span> | 10 | <span class="iconfont state-bg"></span> |
11 | <div class="number">1</div> | 11 | <div class="number">1</div> |
12 | <div>验证身份</div> | 12 | <div>验证身份</div> |
@@ -5,12 +5,12 @@ | @@ -5,12 +5,12 @@ | ||
5 | <div class="progress-bar" style="width: 100%"></div> | 5 | <div class="progress-bar" style="width: 100%"></div> |
6 | <div class="visual-state"> | 6 | <div class="visual-state"> |
7 | <ul> | 7 | <ul> |
8 | - <li> | 8 | + <li class="act"> |
9 | <span class="iconfont state-bg"></span> | 9 | <span class="iconfont state-bg"></span> |
10 | <div class="number">1</div> | 10 | <div class="number">1</div> |
11 | <div>验证身份</div> | 11 | <div>验证身份</div> |
12 | </li> | 12 | </li> |
13 | - <li> | 13 | + <li class="act"> |
14 | <span class="iconfont state-bg"></span> | 14 | <span class="iconfont state-bg"></span> |
15 | <div class="number">2</div> | 15 | <div class="number">2</div> |
16 | <div>{{proTitle}}</div> | 16 | <div>{{proTitle}}</div> |
@@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
6 | a { | 6 | a { |
7 | display: inline-block; | 7 | display: inline-block; |
8 | font-size: 14px; | 8 | font-size: 14px; |
9 | - line-height: 28px; | 9 | + line-height: 26px; |
10 | width: 26px; | 10 | width: 26px; |
11 | height: 26px; | 11 | height: 26px; |
12 | 12 | ||
@@ -46,9 +46,9 @@ | @@ -46,9 +46,9 @@ | ||
46 | 46 | ||
47 | .pre-page, | 47 | .pre-page, |
48 | .next-page { | 48 | .next-page { |
49 | - line-height: 23px; | ||
50 | - width: 24px; | ||
51 | - height:24px; | 49 | + line-height: 24px; |
50 | + width: 26px; | ||
51 | + height:26px; | ||
52 | font-weight: 700; | 52 | font-weight: 700; |
53 | } | 53 | } |
54 | } | 54 | } |
@@ -65,15 +65,14 @@ | @@ -65,15 +65,14 @@ | ||
65 | .brand-name { | 65 | .brand-name { |
66 | font-size: 24px; | 66 | font-size: 24px; |
67 | font-weight: bold; | 67 | font-weight: bold; |
68 | - margin: 0 40px; | ||
69 | - line-height: 1.3; | ||
70 | } | 68 | } |
71 | 69 | ||
72 | .name { | 70 | .name { |
73 | font-size: 14px; | 71 | font-size: 14px; |
74 | font-weight: bold; | 72 | font-weight: bold; |
75 | line-height: 1.5; | 73 | line-height: 1.5; |
76 | - margin: 16px 0 8px; | 74 | + margin: 16px 40px 8px; |
75 | + line-height: 1.3; | ||
77 | } | 76 | } |
78 | 77 | ||
79 | .intro { | 78 | .intro { |
@@ -265,9 +265,16 @@ | @@ -265,9 +265,16 @@ | ||
265 | } | 265 | } |
266 | } | 266 | } |
267 | 267 | ||
268 | +.yoho-dialog.item-more-intro-dialog{ | ||
269 | + .nano-pane{ | ||
270 | + | ||
271 | + } | ||
272 | +} | ||
273 | + | ||
268 | .yoho-dialog.brand-info-dialog { | 274 | .yoho-dialog.brand-info-dialog { |
269 | width: 900px; | 275 | width: 900px; |
270 | height: 600px; | 276 | height: 600px; |
277 | + padding-right: 0; | ||
271 | 278 | ||
272 | .brand-info { | 279 | .brand-info { |
273 | height: 520px; | 280 | height: 520px; |
@@ -26,7 +26,7 @@ | @@ -26,7 +26,7 @@ | ||
26 | } | 26 | } |
27 | 27 | ||
28 | .title{ | 28 | .title{ |
29 | - font-size: 15px; | 29 | + font-size: 14px; |
30 | } | 30 | } |
31 | } | 31 | } |
32 | 32 | ||
@@ -138,12 +138,15 @@ | @@ -138,12 +138,15 @@ | ||
138 | white-space: nowrap; | 138 | white-space: nowrap; |
139 | text-overflow: ellipsis; | 139 | text-overflow: ellipsis; |
140 | } | 140 | } |
141 | + | ||
142 | + .phone{ | ||
143 | + font-size: 14px; | ||
144 | + } | ||
141 | } | 145 | } |
142 | 146 | ||
143 | .address-chosed { | 147 | .address-chosed { |
144 | position: absolute; | 148 | position: absolute; |
145 | - bottom: 0; | ||
146 | - bottom: -1px\9; /* stylelint-disable-line */ | 149 | + bottom: -1px; |
147 | right: 0; | 150 | right: 0; |
148 | } | 151 | } |
149 | 152 | ||
@@ -211,7 +214,7 @@ | @@ -211,7 +214,7 @@ | ||
211 | 214 | ||
212 | .chose-block { | 215 | .chose-block { |
213 | border-color: #000; | 216 | border-color: #000; |
214 | - font-size: 15px; | 217 | + font-size: 14px; |
215 | } | 218 | } |
216 | .tip-text{ | 219 | .tip-text{ |
217 | font-size: 14px; | 220 | font-size: 14px; |
@@ -267,7 +270,7 @@ | @@ -267,7 +270,7 @@ | ||
267 | } | 270 | } |
268 | 271 | ||
269 | .order-inner { | 272 | .order-inner { |
270 | - border: 1px solid #ccc; | 273 | + border: 1px solid #eee; |
271 | 274 | ||
272 | .title { | 275 | .title { |
273 | padding: 0 15px; | 276 | padding: 0 15px; |
@@ -452,11 +455,12 @@ | @@ -452,11 +455,12 @@ | ||
452 | white-space: nowrap; | 455 | white-space: nowrap; |
453 | overflow: hidden; | 456 | overflow: hidden; |
454 | text-overflow: ellipsis; | 457 | text-overflow: ellipsis; |
458 | + font-size: 14px; | ||
455 | } | 459 | } |
456 | 460 | ||
457 | .name { | 461 | .name { |
458 | display: inline-block; | 462 | display: inline-block; |
459 | - font-size: 14px; | 463 | + font-size: 12px; |
460 | line-height: 16px; | 464 | line-height: 16px; |
461 | max-height: 32px; | 465 | max-height: 32px; |
462 | } | 466 | } |
@@ -515,13 +519,15 @@ | @@ -515,13 +519,15 @@ | ||
515 | cursor: pointer; | 519 | cursor: pointer; |
516 | 520 | ||
517 | &.iconfont { | 521 | &.iconfont { |
518 | - font-size: 16px; | 522 | + font-size: 14px; |
523 | + position: relative; | ||
524 | + top: -1px; | ||
519 | } | 525 | } |
520 | } | 526 | } |
521 | 527 | ||
522 | .balance { | 528 | .balance { |
523 | padding: 10px 20px; | 529 | padding: 10px 20px; |
524 | - border: 1px solid #ccc; | 530 | + border: 1px solid #eee; |
525 | font-size: 14px; | 531 | font-size: 14px; |
526 | margin-bottom: 80px; | 532 | margin-bottom: 80px; |
527 | } | 533 | } |
-
Please register or login to post a comment