Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
2016-02-17 16:26:11 +0800
Commit
4b43f995cff67ba9eb18f27acaca2091c3f28c1a
1 parent
209eba15
右上角导航样式问题 侧边栏点击效果问题
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
static/js/home/home.js
static/sass/layout/_header.scss
static/js/home/home.js
View file @
4b43f99
...
...
@@ -79,7 +79,6 @@ $subNav.each(function() {
},
400
);
$
(
'.sub-nav'
).
removeClass
(
'show'
);
return
false
;
});
}).
on
(
'touchstart'
,
function
(
e
)
{
if
(
e
.
currentTarget
!==
e
.
target
)
{
...
...
static/sass/layout/_header.scss
View file @
4b43f99
...
...
@@ -161,9 +161,9 @@
i
{
width
:
100%
;
height
:
40%
;
overflow
:
hidden
;
display
:
block
;
color
:
#fff
;
margin-bottom
:
8rem
/
$pxConvertRem
;
}
span
{
width
:
100%
;
...
...
Please
register
or
login
to post a comment