fix deleteOrder style bug
Showing
1 changed file
with
74 additions
and
0 deletions
web-static/sass/home/_order-block.css
100644 → 100755
@@ -32,6 +32,16 @@ | @@ -32,6 +32,16 @@ | ||
32 | background: #efefef; | 32 | background: #efefef; |
33 | padding: 0 5px; | 33 | padding: 0 5px; |
34 | border-bottom: 1px solid #e6e6e6; | 34 | border-bottom: 1px solid #e6e6e6; |
35 | + .order-time{ | ||
36 | + margin-left: 25px; | ||
37 | + } | ||
38 | + .order-delete{ | ||
39 | + margin-right:15px; | ||
40 | + color: #999; | ||
41 | + &:hover{ | ||
42 | + text-decoration:underline; | ||
43 | + } | ||
44 | + } | ||
35 | } | 45 | } |
36 | 46 | ||
37 | .order { | 47 | .order { |
@@ -162,6 +172,14 @@ | @@ -162,6 +172,14 @@ | ||
162 | line-height: 18px; | 172 | line-height: 18px; |
163 | color: #999; | 173 | color: #999; |
164 | } | 174 | } |
175 | + .return-order{ | ||
176 | + display: inline-block; | ||
177 | + padding: 3px 10px; | ||
178 | + background: #FF7C48; | ||
179 | + border-radius: 9px; | ||
180 | + color: #fff; | ||
181 | + text-align: center; | ||
182 | + } | ||
165 | 183 | ||
166 | .op-item { | 184 | .op-item { |
167 | display: block; | 185 | display: block; |
@@ -204,6 +222,7 @@ | @@ -204,6 +222,7 @@ | ||
204 | background: #fff; | 222 | background: #fff; |
205 | right: 185px; | 223 | right: 185px; |
206 | margin-top: -40px; | 224 | margin-top: -40px; |
225 | + z-index: 1000; | ||
207 | 226 | ||
208 | li { | 227 | li { |
209 | line-height: 18px; | 228 | line-height: 18px; |
@@ -344,4 +363,59 @@ | @@ -344,4 +363,59 @@ | ||
344 | width: 66px; | 363 | width: 66px; |
345 | } | 364 | } |
346 | } | 365 | } |
366 | +} | ||
367 | + | ||
368 | +/* 删除订单对话框 */ | ||
369 | +.delete-dialog{ | ||
370 | + padding: 0 0 20px 0; | ||
371 | + border:1px solid #000; | ||
372 | + background:#fff; | ||
373 | + .header{ | ||
374 | + padding:0 10px; | ||
375 | + height:32px; | ||
376 | + background: #444; | ||
377 | + line-height:32px; | ||
378 | + color:#fff; | ||
379 | + text-align: left; | ||
380 | + } | ||
381 | + .close{ | ||
382 | + color:#fff; | ||
383 | + .iconfont{ | ||
384 | + font-size: 20px; | ||
385 | + font-weight:700; | ||
386 | + } | ||
387 | + } | ||
388 | + .order-delete-confirm{ | ||
389 | + width:400px; | ||
390 | + line-height:1.5; | ||
391 | + } | ||
392 | + .body{ | ||
393 | + padding:20px; | ||
394 | + margin-top: 30px; | ||
395 | + } | ||
396 | + .confirm-tip{ | ||
397 | + font-size:18px; | ||
398 | + word-wrap:break-word; | ||
399 | + i{ | ||
400 | + display:inline-block; | ||
401 | + width: 30px; | ||
402 | + height:30px; | ||
403 | + margin-right: 12px; | ||
404 | + background: resolve(/home/doubt.png) no-repeat; | ||
405 | + vertical-align:middle; | ||
406 | + } | ||
407 | + } | ||
408 | + .delete-tip{ | ||
409 | + padding-left:20px; | ||
410 | + margin:15px 0; | ||
411 | + font-size:13px; | ||
412 | + word-wrap:break-word; | ||
413 | + } | ||
414 | + .delete-sure{ | ||
415 | + background:#efefef; | ||
416 | + } | ||
417 | + .delete-no{ | ||
418 | + margin-left:60px; | ||
419 | + border-color: #cdcdcd; | ||
420 | + } | ||
347 | } | 421 | } |
-
Please register or login to post a comment