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-08-01 17:44:20 +0800
Commit
94d516ea1f141c614b8626061b1d6698890a946c
1 parent
26aacb5b
sign header logo
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
7 deletions
doraemon/views/partial/header.hbs
doraemon/views/partial/nav-menu.hbs
doraemon/views/partial/sign-header.hbs
public/scss/components/_header.css
public/scss/components/_sign-header.css
doraemon/views/partial/header.hbs
View file @
94d516e
{{#
pageHeader
}}
<div
class=
"
yoho
-header"
>
<div
class=
"
blk
-header"
>
<div
class=
"center-content"
>
<div
class=
"yoho-group-map"
>
<span
class=
"iconfont"
>

</span>
...
...
doraemon/views/partial/nav-menu.hbs
View file @
94d516e
{{#
navMenu
}}
<div
class=
"
yoho
-nav"
>
<div
class=
"
blk
-nav"
>
<div
class=
"main-nav"
>
<div
class=
"center-content"
>
<ul
class=
"main-nav-list"
>
...
...
doraemon/views/partial/sign-header.hbs
View file @
94d516e
<div
class=
"
yoho
-sign-header"
>
<div
class=
"
blk
-sign-header"
>
<div
class=
"center-content"
>
<div
class=
"main-logo"
></div>
<div
class=
"main-logo"
>
<a
href=
"
{{
siteUrl
}}
"
></a>
</div>
<ul
class=
"header-tools right clearfix"
>
<li>
{{#if
userName
}}
...
...
public/scss/components/_header.css
View file @
94d516e
.
yoho
-header
{
.
blk
-header
{
height
:
50px
;
line-height
:
50px
;
font-size
:
12px
;
...
...
@@ -231,7 +231,7 @@
}
}
.
yoho
-nav
{
.
blk
-nav
{
.main-nav
{
height
:
80px
;
...
...
public/scss/components/_sign-header.css
View file @
94d516e
.
yoho
-sign-header
{
.
blk
-sign-header
{
.center-content
{
height
:
80px
;
border-bottom
:
2px
solid
#eee
;
...
...
@@ -9,6 +9,12 @@
height
:
80px
;
background
:
resolve
(
'layout/sign-logo.png'
)
no-repeat
center
center
;
display
:
inline-block
;
>
a
{
display
:
inline-block
;
width
:
100%
;
height
:
100%
;
}
}
.header-tools
{
...
...
Please
register
or
login
to post a comment