Authored by ccbikai(👎🏻🍜)

Merge remote-tracking branch 'origin/hotfix/15085' into gray

... ... @@ -38,13 +38,13 @@
.main-left {
float: left;
width: 450px;
width: 78%;
height: 160px;
}
.main-right-receive, .main-right-use, .main-right-go {
float: right;
width: 113px;
width: 18%;
height: 160px;
position: relative;
... ... @@ -68,7 +68,7 @@
}
&.received {
width: 113px;
width: 100%;
height: 132px;
background-image: resolve('activity/received.png');
position: absolute;
... ... @@ -77,7 +77,7 @@
}
&.zero {
width: 111px;
width: 100%;
height: 132px;
background-image: resolve('activity/zero.png');
position: absolute;
... ...