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
yyq
2016-07-20 16:45:43 +0800
Commit
145e999f5da27bfb704cedf1aa4a540562428998
1 parent
0d2f8312
main-logo跳转
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
doraemon/views/partial/nav-menu.hbs
public/scss/components/_header.css
doraemon/views/partial/nav-menu.hbs
View file @
145e999
...
...
@@ -12,7 +12,9 @@
</li>
{{/
navbars
}}
</ul>
<div
class=
"main-logo"
></div>
<div
class=
"main-logo"
>
<a
href=
"
{{
..
/
siteUrl
}}
"
></a>
</div>
</div>
</div>
<div
class=
"sub-nav"
>
...
...
public/scss/components/_header.css
View file @
145e999
...
...
@@ -194,6 +194,12 @@
margin-left
:
-132px
;
margin-top
:
20px
;
background
:
resolve
(
'layout/blk-logo.png'
)
no-repeat
center
center
;
a
{
display
:
block
;
width
:
100%
;
height
:
100%
;
}
}
}
...
...
Please
register
or
login
to post a comment