Authored by zhangxiaoru

支付成功返回

@@ -28,22 +28,27 @@ @@ -28,22 +28,27 @@
28 28
29 .icon-right { 29 .icon-right {
30 text-align: center; 30 text-align: center;
31 - width: 75px;  
32 - height: 75px; 31 + width: 85px;
  32 + height: 85px;
33 border: 1px solid; 33 border: 1px solid;
34 margin: 100px 0 40px 260px ; 34 margin: 100px 0 40px 260px ;
35 - margin-top: 100px;  
36 - background-img: resolve('shopping-pay/pay-success.png');; 35 + background-image: resolve('shopping-pay/pay-success.png');
37 } 36 }
38 37
39 .success-notice { 38 .success-notice {
40 - text-align: center; 39 +
41 padding: 0 10px 10px 28px; 40 padding: 0 10px 10px 28px;
42 color: #24acaa; 41 color: #24acaa;
  42 + }
43 43
44 - span {  
45 - margin: 5px 5px 0 -18px;  
46 - } 44 + .notice-right {
  45 + height: 15px;
  46 + width: 15px;
  47 + float: left;
  48 + margin-left: 140px;
  49 + margin-right: 5px;
  50 + border: 1px solid;
  51 + background-image: resolve('shopping-pay/pay-success.png');
47 } 52 }
48 53
49 .success-btn { 54 .success-btn {
@@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
6 <h2>您的订单已支付成功!</h2> 6 <h2>您的订单已支付成功!</h2>
7 </div> 7 </div>
8 <div class="success-notice"> 8 <div class="success-notice">
9 - <span><em class="icon-uni21"></em></span>提示:请去成功订单查看订单详情。 9 + <div class="notice-right"></div>提示:请去成功订单查看订单详情。
10 </div> 10 </div>
11 <div class="success-btn pt50"> 11 <div class="success-btn pt50">
12 <a href="/">继续逛</a> 12 <a href="/">继续逛</a>