Authored by weiqingting

Merge branch 'feature/qrcode'

... ... @@ -14,8 +14,9 @@
display:inline-block;
width: 20px;
height: 20px;
background: url('/channel/tip.png') no-repeat;
background-size: 20px 20px;
background: url('/channel/tip.png');
background-repeat: no-repeat;
background-size: contain;
vertical-align: -2px;
margin-right: 8px;
}
... ... @@ -32,7 +33,8 @@
.chan {
background-image: url('/channel/up-icon.png');
background-size: 31px 31px;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top: 50%;
margin-top: -15px;
... ...