Showing
3 changed files
with
15 additions
and
6 deletions
@@ -8,11 +8,20 @@ | @@ -8,11 +8,20 @@ | ||
8 | .qrcode-tip { | 8 | .qrcode-tip { |
9 | font-size: 20px; | 9 | font-size: 20px; |
10 | color: #c6c6c6; | 10 | color: #c6c6c6; |
11 | - background-image: url("../img/channel/tip.png"); | 11 | + |
12 | + &:before{ | ||
13 | + content: ""; | ||
14 | + display:inline-block; | ||
15 | + width: 20px; | ||
16 | + height: 20px; | ||
17 | + background: url('/channel/tip.png') no-repeat; | ||
12 | background-size: 20px 20px; | 18 | background-size: 20px 20px; |
13 | - padding-left: 30px; | 19 | + vertical-align: -2px; |
20 | + margin-right: 8px; | ||
21 | + } | ||
14 | } | 22 | } |
15 | 23 | ||
24 | + | ||
16 | .qrcode-say { | 25 | .qrcode-say { |
17 | color: #c6c6c6; | 26 | color: #c6c6c6; |
18 | margin-top: 80px; | 27 | margin-top: 80px; |
@@ -22,13 +31,13 @@ | @@ -22,13 +31,13 @@ | ||
22 | position: relative; | 31 | position: relative; |
23 | 32 | ||
24 | .chan { | 33 | .chan { |
25 | - background: url("../img/channel/up-icon.png"); | ||
26 | - background-size: 40px 40px; | 34 | + background-image: url('/channel/up-icon.png'); |
35 | + background-size: 31px 31px; | ||
27 | position: absolute; | 36 | position: absolute; |
28 | top: 50%; | 37 | top: 50%; |
29 | margin-top: -15px; | 38 | margin-top: -15px; |
30 | - width: 40px; | ||
31 | - height: 40px; | 39 | + width: 31px; |
40 | + height: 31px; | ||
32 | } | 41 | } |
33 | 42 | ||
34 | .prev { | 43 | .prev { |
-
Please register or login to post a comment