Merge branch 'feature/qrcode'
Showing
1 changed file
with
5 additions
and
3 deletions
| @@ -14,8 +14,9 @@ | @@ -14,8 +14,9 @@ | ||
| 14 | display:inline-block; | 14 | display:inline-block; |
| 15 | width: 20px; | 15 | width: 20px; |
| 16 | height: 20px; | 16 | height: 20px; |
| 17 | - background: url('/channel/tip.png') no-repeat; | ||
| 18 | - background-size: 20px 20px; | 17 | + background: url('/channel/tip.png'); |
| 18 | + background-repeat: no-repeat; | ||
| 19 | + background-size: contain; | ||
| 19 | vertical-align: -2px; | 20 | vertical-align: -2px; |
| 20 | margin-right: 8px; | 21 | margin-right: 8px; |
| 21 | } | 22 | } |
| @@ -32,7 +33,8 @@ | @@ -32,7 +33,8 @@ | ||
| 32 | 33 | ||
| 33 | .chan { | 34 | .chan { |
| 34 | background-image: url('/channel/up-icon.png'); | 35 | background-image: url('/channel/up-icon.png'); |
| 35 | - background-size: 31px 31px; | 36 | + background-repeat: no-repeat; |
| 37 | + background-size: contain; | ||
| 36 | position: absolute; | 38 | position: absolute; |
| 37 | top: 50%; | 39 | top: 50%; |
| 38 | margin-top: -15px; | 40 | margin-top: -15px; |
-
Please register or login to post a comment