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
Plain Diff
Browse Files
Authored by
biao
2016-08-02 12:07:03 +0800
Commit
c2361f7a5f07c025e96df92e805d3bbd5060adb4
2 parents
af90aa3a
9d30f6db
Merge branch 'release/1.0' of
http://git.yoho.cn/fe/yoho-blk
into release/1.0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
1 deletions
doraemon/views/partial/nav-menu.hbs
public/img/layout/hot.png
public/img/sprite.layout.png
public/scss/components/_header.css
doraemon/views/partial/nav-menu.hbs
View file @
c2361f7
...
...
@@ -38,7 +38,10 @@
</dt>
{{^}}
<dd>
<a
href=
"
{{
link
}}
"
{{#if
hot
}}
class=
"hot"
{{/if}}
>
{{
name
}}
</a>
<a
href=
"
{{
link
}}
"
>
{{
name
}}
</a>
{{#if
hot
}}
<span
class=
"hot"
></span>
{{/if}}
</dd>
{{/if}}
{{/
this
}}
...
...
public/img/layout/hot.png
0 → 100644
View file @
c2361f7
358 Bytes
public/img/sprite.layout.png
View file @
c2361f7
447 Bytes
|
W:
|
H:
841 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
public/scss/components/_header.css
View file @
c2361f7
...
...
@@ -415,5 +415,13 @@
color
:
#000
;
text-decoration
:
underline
;
}
.hot
{
width
:
26px
;
height
:
12px
;
display
:
inline-block
;
background
:
url('/layout/hot.png')
;
margin-left
:
4px
;
}
}
}
...
...
Please
register
or
login
to post a comment