Authored by 王水玲

blk 帮助中心首页布局调整

... ... @@ -25,7 +25,7 @@ $(function() {
});
$('.new-guide li').each(function(key, item) {
if (key % 5 === 0) {
if (key % 4 === 0) {
$(item).css({
marginLeft: 0,
clear: 'both'
... ... @@ -34,7 +34,7 @@ $(function() {
});
$('.self-service li').each(function(key, item) {
if (key % 6 === 0) {
if (key % 5 === 0) {
$(item).css({
marginLeft: 0,
clear: 'both'
... ...
... ... @@ -167,7 +167,7 @@
.new-guide {
li {
margin-left: 160px;
margin-left: 236px;
img {
width: 70px;
... ... @@ -178,7 +178,7 @@
.self-service {
li {
margin-left: 114px;
margin-left: 160px;
img {
width: 70px;
... ...