Authored by 王水玲

帮助中心样式修改

... ... @@ -14,7 +14,7 @@ $(function() {
problemBox();
$('.new-guide li').each(function(key, item) {
if (key % 5 === 0) {
if (key % 6 === 0) {
$(item).css({
marginLeft: 0
});
... ...
... ... @@ -121,7 +121,7 @@
li {
float: left;
margin: 20px 0 0 70px;
margin: 20px 0 0 74px;
}
a {
... ... @@ -134,7 +134,8 @@
width: 100%;
font-size: 14px;
color: #3a3a3a;
line-height: 30px;
line-height: 17px;
margin-top: 10px;
text-align: center;
}
}
... ...