Showing
2 changed files
with
27 additions
and
11 deletions
@@ -19,7 +19,6 @@ | @@ -19,7 +19,6 @@ | ||
19 | 19 | ||
20 | h2 { | 20 | h2 { |
21 | font-size: 37px; | 21 | font-size: 37px; |
22 | - font-family: 'STSong'; | ||
23 | font-weight: normal; | 22 | font-weight: normal; |
24 | margin: 0; | 23 | margin: 0; |
25 | padding: 0; | 24 | padding: 0; |
@@ -72,14 +71,30 @@ | @@ -72,14 +71,30 @@ | ||
72 | .pt50 { | 71 | .pt50 { |
73 | padding-top: 50px; | 72 | padding-top: 50px; |
74 | } | 73 | } |
75 | -} | ||
76 | - | ||
77 | -.pay-back-page { | ||
78 | - font-family: 'STHeiti'; | ||
79 | - margin: 0 auto; | ||
80 | 74 | ||
81 | - .order-failure { | 75 | + .failure-order { |
82 | margin-top: 140px; | 76 | margin-top: 140px; |
83 | - text-align: center; | 77 | + background-color: #fff; |
78 | + | ||
79 | + p{ | ||
80 | + font-size: 37px; | ||
81 | + font-weight: normal; | ||
82 | + margin: 0; | ||
83 | + padding: 0; | ||
84 | + text-align: center; | ||
85 | + } | ||
86 | + } | ||
87 | + | ||
88 | + .failure-notice { | ||
89 | + padding: 17px 10px 10px 28px; | ||
90 | + color: #24acaa; | ||
91 | + } | ||
92 | + | ||
93 | + .failure-right { | ||
94 | + height: 28px; | ||
95 | + width: 28px; | ||
96 | + float: left; | ||
97 | + margin: 1px 10px 0 175px; | ||
98 | + background-image: resolve('shopping-pay/notice.png'); | ||
84 | } | 99 | } |
85 | } | 100 | } |
1 | {{> layout/header}} | 1 | {{> layout/header}} |
2 | <div class="pay-back-page"> | 2 | <div class="pay-back-page"> |
3 | - <div class="order-failure"> | 3 | + <div class="failure-order"> |
4 | <p>订单提交失败!</p> | 4 | <p>订单提交失败!</p> |
5 | 5 | ||
6 | - <div class="success-notice"> | ||
7 | - <span><em class="icon-uni21"></em></span>提示:支付失败 | 6 | + <div class="failure-notice"> |
7 | + <div class="failure-right"></div> | ||
8 | + 提示:支付失败 | ||
8 | </div> | 9 | </div> |
9 | </div> | 10 | </div> |
10 | </div> | 11 | </div> |
-
Please register or login to post a comment