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
xuqi
9 years ago
Commit
eb7b63a782867d53aaed1e3381aedbe0ebb36ddc
1 parent
fdb22f39
hot icon
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
doraemon/views/partial/nav-menu.hbs
public/scss/components/_header.css
doraemon/views/partial/nav-menu.hbs
View file @
eb7b63a
...
...
@@ -35,14 +35,14 @@
<dt>
<a
href=
"
{{
link
}}
"
>
{{
name
}}
</a>
{{#if
hot
}}
<span
class=
"hot
"
>
</span>
<span
class=
"hot
iconfont"
>

</span>
{{/if}}
</dt>
{{^}}
<dd>
<a
href=
"
{{
link
}}
"
>
{{
name
}}
</a>
{{#if
hot
}}
<span
class=
"hot
"
>
</span>
<span
class=
"hot
iconfont"
>

</span>
{{/if}}
</dd>
{{/if}}
...
...
public/scss/components/_header.css
View file @
eb7b63a
...
...
@@ -433,11 +433,9 @@
}
.hot
{
width
:
26px
;
height
:
12px
;
display
:
inline-block
;
background
:
url("/layout/hot.png")
;
margin-left
:
4px
;
color
:
#fc0d1b
;
font-size
:
16px
;
margin-left
:
10px
;
}
.show-detail
{
...
...
Please
register
or
login
to post a comment