Authored by yyq

支付成功微信引导

... ... @@ -32,7 +32,7 @@
.order-info {
margin-top: 40px;
border-top: 1px solid #e0e0e0;
padding: 30px 50px 0;
padding-top: 30px;
position: relative;
li {
... ... @@ -63,7 +63,7 @@
padding-bottom: 0;
> a {
width: 100px;
width: 120px;
height: 32px;
line-height: 32px;
color: #fff;
... ... @@ -76,12 +76,12 @@
&:after {
content: '';
width: 300px;
width: 450px;
height: 170px;
background: resolve('pay/app-qr.png');
background: resolve('pay/qr-img.png');
position: absolute;
top: 30px;
right: 50px;
right: 0;
}
}
... ... @@ -123,7 +123,9 @@
content: '';
width: 13px;
height: 13px;
margin-left: 8px;
display: inline-block;
vertical-align: middle;
background: resolve('pay/change-icon.png');
}
}
... ...
... ... @@ -32,7 +32,7 @@
.order-info {
margin-top: 40px;
border-top: 1px solid #e0e0e0;
padding: 30px 50px 0;
padding-top: 30px;
position: relative;
li {
... ...