Showing
4 changed files
with
10 additions
and
26 deletions
@@ -40,14 +40,14 @@ | @@ -40,14 +40,14 @@ | ||
40 | height: 100%; | 40 | height: 100%; |
41 | display: inline-block; | 41 | display: inline-block; |
42 | text-align: center; | 42 | text-align: center; |
43 | - color: #4a90e2; | 43 | + color: #b0b0b0; |
44 | font-size: 30px; | 44 | font-size: 30px; |
45 | line-height: 88px; | 45 | line-height: 88px; |
46 | font-weight: bold; | 46 | font-weight: bold; |
47 | } | 47 | } |
48 | 48 | ||
49 | - a.modal-button:first-of-type { | ||
50 | - color: #b0b0b0; | 49 | + a.modal-button:last-of-type { |
50 | + color: #4a90e2; | ||
51 | } | 51 | } |
52 | 52 | ||
53 | :not(:first-child) { | 53 | :not(:first-child) { |
@@ -21,8 +21,6 @@ | @@ -21,8 +21,6 @@ | ||
21 | } | 21 | } |
22 | 22 | ||
23 | .exchange-progress { | 23 | .exchange-progress { |
24 | - border-bottom: 1px solid #eee; | ||
25 | - | ||
26 | li { | 24 | li { |
27 | position: relative; | 25 | position: relative; |
28 | padding-left: 55px; | 26 | padding-left: 55px; |
@@ -132,7 +130,6 @@ | @@ -132,7 +130,6 @@ | ||
132 | 130 | ||
133 | .exchange-details { | 131 | .exchange-details { |
134 | margin-top: 20px; | 132 | margin-top: 20px; |
135 | - border-top: 1px solid #eee; | ||
136 | 133 | ||
137 | h2 { | 134 | h2 { |
138 | height: 88px; | 135 | height: 88px; |
@@ -149,6 +146,10 @@ | @@ -149,6 +146,10 @@ | ||
149 | } | 146 | } |
150 | } | 147 | } |
151 | 148 | ||
149 | + .exchange-product-wrapper { | ||
150 | + border-top: 1px solid #eee; | ||
151 | + } | ||
152 | + | ||
152 | .exchange-product { | 153 | .exchange-product { |
153 | border-bottom: 1px solid #eee; | 154 | border-bottom: 1px solid #eee; |
154 | 155 | ||
@@ -336,24 +337,7 @@ | @@ -336,24 +337,7 @@ | ||
336 | border: 1px solid #444; | 337 | border: 1px solid #444; |
337 | background: white; | 338 | background: white; |
338 | font-size: 28px; | 339 | font-size: 28px; |
339 | - | ||
340 | - &.black { | ||
341 | width: 192px; | 340 | width: 192px; |
342 | - color: white; | ||
343 | - background: black; | ||
344 | - } | ||
345 | - | ||
346 | - &.countdown { | ||
347 | - color: white; | ||
348 | - background: black; | ||
349 | - } | ||
350 | - | ||
351 | - &.normal { | ||
352 | - width: 188px; | ||
353 | - padding: 0; | ||
354 | - border: 1px solid black; | ||
355 | - color: black; | ||
356 | - } | ||
357 | 341 | ||
358 | &:focus { | 342 | &:focus { |
359 | outline: none; | 343 | outline: none; |
@@ -219,7 +219,7 @@ | @@ -219,7 +219,7 @@ | ||
219 | } | 219 | } |
220 | 220 | ||
221 | if (isSpecialReason && !(goods.remark && goods.evidence_images && goods.evidence_images.length)) { | 221 | if (isSpecialReason && !(goods.remark && goods.evidence_images && goods.evidence_images.length)) { |
222 | - msg = '换货原因 请填写完整'; | 222 | + msg = '换货原因请填写完整'; |
223 | return true; | 223 | return true; |
224 | } | 224 | } |
225 | 225 | ||
@@ -253,7 +253,7 @@ | @@ -253,7 +253,7 @@ | ||
253 | self.processing = false; | 253 | self.processing = false; |
254 | }); | 254 | }); |
255 | } else { | 255 | } else { |
256 | - Modal.alert(msg); | 256 | + Modal.alert('', msg); |
257 | } | 257 | } |
258 | } | 258 | } |
259 | }, | 259 | }, |
@@ -156,7 +156,7 @@ | @@ -156,7 +156,7 @@ | ||
156 | const self = this; | 156 | const self = this; |
157 | 157 | ||
158 | if (!this.checkSubmitData()) { | 158 | if (!this.checkSubmitData()) { |
159 | - modal.alert('请填写完整退货信息'); | 159 | + modal.alert('', '请填写完整退货信息'); |
160 | } | 160 | } |
161 | $.ajax({ | 161 | $.ajax({ |
162 | method: 'POST', | 162 | method: 'POST', |
-
Please register or login to post a comment