Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王水玲
8 years ago
Commit
0d88baa6425dcfe1ffff31f340debc3c9f9cc591
1 parent
3e4314c7
blk 帮助中心首页布局调整
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
public/js/help/help-index.page.js
public/scss/help/_help.css
public/js/help/help-index.page.js
View file @
0d88baa
...
...
@@ -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'
...
...
public/scss/help/_help.css
View file @
0d88baa
...
...
@@ -167,7 +167,7 @@
.new-guide
{
li
{
margin-left
:
160
px
;
margin-left
:
236
px
;
img
{
width
:
70px
;
...
...
@@ -178,7 +178,7 @@
.self-service
{
li
{
margin-left
:
1
14
px
;
margin-left
:
1
60
px
;
img
{
width
:
70px
;
...
...
Please
register
or
login
to post a comment