Authored by ccbikai(👎🏻🍜)

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

@@ -38,13 +38,13 @@ @@ -38,13 +38,13 @@
38 38
39 .main-left { 39 .main-left {
40 float: left; 40 float: left;
41 - width: 450px; 41 + width: 78%;
42 height: 160px; 42 height: 160px;
43 } 43 }
44 44
45 .main-right-receive, .main-right-use, .main-right-go { 45 .main-right-receive, .main-right-use, .main-right-go {
46 float: right; 46 float: right;
47 - width: 113px; 47 + width: 18%;
48 height: 160px; 48 height: 160px;
49 position: relative; 49 position: relative;
50 50
@@ -68,7 +68,7 @@ @@ -68,7 +68,7 @@
68 } 68 }
69 69
70 &.received { 70 &.received {
71 - width: 113px; 71 + width: 100%;
72 height: 132px; 72 height: 132px;
73 background-image: resolve('activity/received.png'); 73 background-image: resolve('activity/received.png');
74 position: absolute; 74 position: absolute;
@@ -77,7 +77,7 @@ @@ -77,7 +77,7 @@
77 } 77 }
78 78
79 &.zero { 79 &.zero {
80 - width: 111px; 80 + width: 100%;
81 height: 132px; 81 height: 132px;
82 background-image: resolve('activity/zero.png'); 82 background-image: resolve('activity/zero.png');
83 position: absolute; 83 position: absolute;