Authored by 王水玲

blk mac样式显示问题修改

... ... @@ -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;
... ...
... ... @@ -214,14 +214,14 @@
.title:before {
content: "\e6e4";
position: absolute;
left: 0;
left: 1px;
font-size: 18px;
}
.cont:before {
content: "\e6e5";
position: absolute;
left: 0;
left: 1px;
font-size: 18px;
}
}
... ...
... ... @@ -599,6 +599,6 @@
}
.min-height {
height: 250px;
height: 396px;
}
}
... ...