Authored by zhangxiaoru

支付成功图标

888 Bytes | W: | H:

1.5 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
@@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
18 font-size: 12px; 18 font-size: 12px;
19 19
20 h2 { 20 h2 {
21 - font-size: 30px; 21 + font-size: 37px;
22 font-family: 'STSong'; 22 font-family: 'STSong';
23 font-weight: normal; 23 font-weight: normal;
24 margin: 0; 24 margin: 0;
@@ -28,27 +28,23 @@ @@ -28,27 +28,23 @@
28 28
29 .icon-right { 29 .icon-right {
30 text-align: center; 30 text-align: center;
31 - width: 85px;  
32 - height: 85px;  
33 - border: 1px solid;  
34 - margin: 100px 0 40px 260px ; 31 + width: 115px;
  32 + height: 90px;
  33 + margin: 130px 0 60px 260px ;
35 background-image: resolve('shopping-pay/pay-success.png'); 34 background-image: resolve('shopping-pay/pay-success.png');
36 } 35 }
37 36
38 .success-notice { 37 .success-notice {
39 -  
40 padding: 0 10px 10px 28px; 38 padding: 0 10px 10px 28px;
41 color: #24acaa; 39 color: #24acaa;
42 } 40 }
43 41
44 .notice-right { 42 .notice-right {
45 - height: 15px;  
46 - width: 15px; 43 + height: 28px;
  44 + width: 28px;
47 float: left; 45 float: left;
48 - margin-left: 140px;  
49 - margin-right: 5px;  
50 - border: 1px solid;  
51 - background-image: resolve('shopping-pay/pay-success.png'); 46 + margin: 1px 10px 0 80px;
  47 + background-image: resolve('shopping-pay/notice.png');
52 } 48 }
53 49
54 .success-btn { 50 .success-btn {
@@ -76,5 +72,14 @@ @@ -76,5 +72,14 @@
76 .pt50 { 72 .pt50 {
77 padding-top: 50px; 73 padding-top: 50px;
78 } 74 }
  75 +}
79 76
  77 +.pay-back-page {
  78 + font-family: 'STHeiti';
  79 + margin: 0 auto;
  80 +
  81 + .order-failure {
  82 + margin-top: 140px;
  83 + text-align: center;
  84 + }
80 } 85 }