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
73de000d5289991148cd1bca11abdd416370a613
1 parent
0d190894
帮助中心 左则列表 下拉样式设置
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
public/js/help/help.page.js
public/scss/help/_detail.css
public/js/help/help.page.js
View file @
73de000
...
...
@@ -93,7 +93,7 @@ if (!$cate.hasClass('big-category')) {
parentID
=
$cate
.
data
(
'parentId'
);
$
(
'.parentId-'
+
parentID
).
show
();
$
(
'.cateId-'
+
parentID
).
find
(
'.icon'
).
removeClass
(
'plus'
).
addClass
(
'minus'
);
$
(
'.cateId-'
+
parentID
).
addClass
(
'open'
).
find
(
'.icon'
).
removeClass
(
'plus'
).
addClass
(
'minus'
);
}
$
(
'.center-content'
).
css
(
'border-top-color'
,
'#fff'
);
...
...
public/scss/help/_detail.css
View file @
73de000
...
...
@@ -48,7 +48,7 @@
}
.mult
{
margin-right
:
2
6
px
;
margin-right
:
2
2
px
;
height
:
14px
;
width
:
14px
;
}
...
...
@@ -56,11 +56,6 @@
&
.selected
>
a
{
color
:
#379ed6
;
}
&
.open
{
font-size
:
13px
;
color
:
#666
;
}
}
.smll-category
{
...
...
Please
register
or
login
to post a comment