Showing
3 changed files
with
5 additions
and
4 deletions
@@ -33,13 +33,14 @@ | @@ -33,13 +33,14 @@ | ||
33 | width: 100%; | 33 | width: 100%; |
34 | height: 70px; | 34 | height: 70px; |
35 | position: absolute; | 35 | position: absolute; |
36 | - bottom: 0; | 36 | + bottom: -1px; |
37 | background: resolve("channel/jb-bg.png") repeat-x; | 37 | background: resolve("channel/jb-bg.png") repeat-x; |
38 | color: #fff; | 38 | color: #fff; |
39 | font-size: 14px; | 39 | font-size: 14px; |
40 | line-height: 70px; | 40 | line-height: 70px; |
41 | padding: 0 $space; | 41 | padding: 0 $space; |
42 | border: 0 !important; | 42 | border: 0 !important; |
43 | + background-position-y: -1px; | ||
43 | 44 | ||
44 | div { | 45 | div { |
45 | line-height: 1.6; | 46 | line-height: 1.6; |
@@ -214,14 +214,14 @@ | @@ -214,14 +214,14 @@ | ||
214 | .title:before { | 214 | .title:before { |
215 | content: "\e6e4"; | 215 | content: "\e6e4"; |
216 | position: absolute; | 216 | position: absolute; |
217 | - left: 0; | 217 | + left: 1px; |
218 | font-size: 18px; | 218 | font-size: 18px; |
219 | } | 219 | } |
220 | 220 | ||
221 | .cont:before { | 221 | .cont:before { |
222 | content: "\e6e5"; | 222 | content: "\e6e5"; |
223 | position: absolute; | 223 | position: absolute; |
224 | - left: 0; | 224 | + left: 1px; |
225 | font-size: 18px; | 225 | font-size: 18px; |
226 | } | 226 | } |
227 | } | 227 | } |
-
Please register or login to post a comment