...
|
...
|
@@ -33,13 +33,14 @@ |
|
|
width: 100%;
|
|
|
height: 70px;
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
bottom: -1px;
|
|
|
background: resolve("channel/jb-bg.png") repeat-x;
|
|
|
color: #fff;
|
|
|
font-size: 14px;
|
|
|
line-height: 70px;
|
|
|
padding: 0 $space;
|
|
|
border: 0 !important;
|
|
|
background-position-y: -1px;
|
|
|
|
|
|
div {
|
|
|
line-height: 1.6;
|
...
|
...
|
|