Merge remote-tracking branch 'origin/hotfix/editOrder'
Showing
1 changed file
with
57 additions
and
20 deletions
@@ -300,26 +300,36 @@ | @@ -300,26 +300,36 @@ | ||
300 | } | 300 | } |
301 | 301 | ||
302 | .cancel-dialog { | 302 | .cancel-dialog { |
303 | + width: 600px; | ||
304 | + background: #fff; | ||
305 | + padding: 20px 30px 35px 30px; | ||
303 | header { | 306 | header { |
304 | - font-size: 14px; | ||
305 | - padding-bottom: 10px; | ||
306 | - border-bottom: 1px dotted #a7a7a7; | 307 | + font-size: 18px; |
308 | + padding-bottom: 20px; | ||
309 | + border-bottom: 1px solid #e8e8e8; | ||
307 | color: #000; | 310 | color: #000; |
308 | text-align: left; | 311 | text-align: left; |
309 | } | 312 | } |
310 | - | ||
311 | - ul { | 313 | + .close{ |
314 | + top: 15px; | ||
315 | + right: 30px; | ||
316 | + .iconfont{ | ||
317 | + font-size: 30px; | ||
318 | + } | ||
319 | + } | ||
320 | + .cancel-reason { | ||
312 | text-align: left; | 321 | text-align: left; |
313 | - padding: 10px 0 0 25px; | ||
314 | 322 | ||
315 | li { | 323 | li { |
324 | + float: left; | ||
325 | + width: 50%; | ||
316 | height: 28px; | 326 | height: 28px; |
317 | line-height: 28px; | 327 | line-height: 28px; |
318 | - font-size: 12px; | 328 | + font-size: 14px; |
319 | } | 329 | } |
320 | 330 | ||
321 | label { | 331 | label { |
322 | - padding-left: 10px; | 332 | + padding-left: 3px; |
323 | } | 333 | } |
324 | 334 | ||
325 | input[type="text"] { | 335 | input[type="text"] { |
@@ -332,35 +342,62 @@ | @@ -332,35 +342,62 @@ | ||
332 | .cancel-tip { | 342 | .cancel-tip { |
333 | margin-top: 20px; | 343 | margin-top: 20px; |
334 | color: #d60248; | 344 | color: #d60248; |
335 | - font-size: 12px; | ||
336 | - padding-left: 30px; | 345 | + font-size: 14px; |
346 | + padding-left: 17px; | ||
337 | text-align: left; | 347 | text-align: left; |
338 | } | 348 | } |
339 | 349 | ||
340 | .btns { | 350 | .btns { |
341 | - padding: 15px 30px; | ||
342 | - text-align: left; | 351 | + padding: 15px 30px 0; |
352 | + text-align: center; | ||
343 | 353 | ||
344 | .btn { | 354 | .btn { |
345 | height: 35px; | 355 | height: 35px; |
346 | - font-size: 12px; | 356 | + font-size: 15px; |
347 | line-height: 35px; | 357 | line-height: 35px; |
348 | } | 358 | } |
349 | 359 | ||
350 | .cancel-sure { | 360 | .cancel-sure { |
351 | width: 130px; | 361 | width: 130px; |
352 | - border-radius: 3px; | ||
353 | color: #fff; | 362 | color: #fff; |
354 | - background: #d60248; | 363 | + background: #000; |
355 | border: none; | 364 | border: none; |
356 | } | 365 | } |
357 | 366 | ||
358 | .cancel-no { | 367 | .cancel-no { |
359 | - background: #eaeaea; | ||
360 | - border-radius: 3px; | ||
361 | - color: #999; | ||
362 | - border-color: #ebebeb; | ||
363 | - width: 66px; | 368 | + margin-left: 30px; |
369 | + background: #fff; | ||
370 | + color: #000; | ||
371 | + border-color: #000; | ||
372 | + width: 126px; | ||
373 | + } | ||
374 | + } | ||
375 | + .tip{ | ||
376 | + margin: 20px 0 ; | ||
377 | + font-size: 12px; | ||
378 | + text-align: left; | ||
379 | + color: #db3d50; | ||
380 | + } | ||
381 | + .reminder{ | ||
382 | + margin: 20px 0 10px; | ||
383 | + } | ||
384 | + .info-prompt{ | ||
385 | + ul{ | ||
386 | + margin-top: -10px; | ||
387 | + } | ||
388 | + li{ | ||
389 | + margin: 10px 0; | ||
390 | + font-size: 14px; | ||
391 | + line-height: 16px; | ||
392 | + text-align: left; | ||
393 | + } | ||
394 | + i{ | ||
395 | + color: #d70400; | ||
396 | + font-family: SimSun; | ||
397 | + font-size: 16px; | ||
398 | + margin-right: 13px; | ||
399 | + vertical-align: -6px; | ||
400 | + margin-left: 5px; | ||
364 | } | 401 | } |
365 | } | 402 | } |
366 | } | 403 | } |
-
Please register or login to post a comment