Authored by 毕凯

Merge remote-tracking branch 'origin/hotfix/cnpns6'

... ... @@ -30,13 +30,13 @@
.main-left {
float: left;
width: 450px;
width: 80%;
height: 160px;
}
.main-right-receive, .main-right-use, .main-right-go {
float: right;
width: 113px;
width: 19%;
height: 160px;
position: relative;
... ... @@ -56,7 +56,7 @@
}
&.received {
width: 113px;
width: 100%;
height: 132px;
background-image: resolve('coupon/received.png');
position: absolute;
... ... @@ -65,7 +65,7 @@
}
&.zero {
width: 111px;
width: 100%;
height: 132px;
background-image: resolve('coupon/zero.png');
position: absolute;
... ...