Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
9 years ago
Commit
55ff87fda61a23660491a88a26ead6034b7a0bf5
1 parent
6a8c8aa6
修改导航颜色
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
7 deletions
static/sass/layout/_header.scss
template/m.yohobuy.com/partials/layout/page_header.phtml
static/sass/layout/_header.scss
View file @
55ff87f
...
...
@@ -126,13 +126,25 @@
width
:
100%
;
height
:
90rem
/
$pxConvertRem
;
overflow
:
hidden
;
@include
background-image
(
linear-gradient
(
#323232
,
#414141
));
border-top
:
1px
solid
#444
;
//border-top: 1px solid #444;
color
:
#fff
;
// position: absolute;
// top: 90rem / $pxConvertRem;
// left: 0;
// z-index: 10;
&
.boys
{
@include
background-image
(
linear-gradient
(
#323232
,
#414141
));
}
&
.girls
{
background
:
#ff88ae
;
}
&
.kids
{
background
:
#7ad9f9
;
}
&
.life-style
{
background
:
#4f4138
;
}
ul
{
width
:
100%
;
height
:
90%
;
...
...
template/m.yohobuy.com/partials/layout/page_header.phtml
View file @
55ff87f
...
...
@@ -20,7 +20,7 @@
{
{/navTitle
}
}
</header>
{
{#navBtn
}
}
<div
class=
"homebuttom none"
>
<div
class=
"homebuttom none
{{#if boys}} boys{{/if}}{{#if girls}} girls{{/if}}{{#if kids}} kids{{/if}}{{#if lifeStyle}} life-style{{/if}}
"
>
<ul>
<li>
<a
href=
"{{ indexUrl }}"
>
...
...
Please
register
or
login
to post a comment