Authored by 郝肖肖

成功页面样式微调

... ... @@ -27,9 +27,10 @@
.icon-right {
text-align: center;
width: 109px;
height: 92px;
margin: 120px 0 60px 260px ;
width: 2.44rem;
height: 2.44rem;
margin-top: 90px;
display: inline-block;
background-image: resolve('shopping-pay/pay-success.png');
}
... ... @@ -39,8 +40,8 @@
}
.notice-right {
height: 25px;
width: 25px;
height: 0.54rem;
width: 0.54rem;
float: left;
margin: 1px 10px 0 80px;
background-image: resolve('shopping-pay/notice.png');
... ... @@ -55,8 +56,8 @@
a {
display: inline-block;
width: 250px;
height: 80px;
line-height: 80px;
height: 1.8rem;
line-height: 1.8rem;
text-align: center;
background-color: #ed0010;
color: white;
... ...
... ... @@ -2,7 +2,7 @@
<div class="pay-back-page">
<div class="success-order">
<div class="success-order-info">
<div class="icon-right"></div>
<div><span class="icon-right"></span></div>
<h2>您的订单已支付成功!</h2>
</div>
<div class="success-notice">
... ...