Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王水玲
2017-01-06 17:32:53 +0800
Commit
f1616299af939358b8c61106235782dcb994ff1d
1 parent
0bfe3e16
帮助中心样式修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
public/js/help/help-index.page.js
public/scss/help/_help.css
public/js/help/help-index.page.js
View file @
f161629
...
...
@@ -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
});
...
...
public/scss/help/_help.css
View file @
f161629
...
...
@@ -121,7 +121,7 @@
li
{
float
:
left
;
margin
:
20px
0
0
7
0
px
;
margin
:
20px
0
0
7
4
px
;
}
a
{
...
...
@@ -134,7 +134,8 @@
width
:
100%
;
font-size
:
14px
;
color
:
#3a3a3a
;
line-height
:
30px
;
line-height
:
17px
;
margin-top
:
10px
;
text-align
:
center
;
}
}
...
...
Please
register
or
login
to post a comment