Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
毕凯
2016-01-25 15:30:25 +0800
Commit
cd1807964b8ef38dea229df71c5aa5ef1c35ce2a
1 parent
bed03b03
面包屑导航 最后一个加粗
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
template/www.yohobuy.com/partials/layout/path-nav.phtml
web-static/sass/index.scss
template/www.yohobuy.com/partials/layout/path-nav.phtml
View file @
cd18079
...
...
@@ -3,15 +3,22 @@
{
{#each
pathNav
}
}
{
{#if
href
}
}
<a
href=
"{{href}}"
>
{
{#if
@last
}
}
<b>
{
{name
}
}</b>
{
{else
}
}
{
{name
}
}
{
{/if
}
}
{
{#unless
@last
}
}
<span
class=
"iconfont"
>
601
;</span>
{
{/unless
}
}
</a>
{
{^
}
}
{
{{name
}
}}
{
{#if
@last
}
}
<b>
{
{name
}
}</b>
{
{else
}
}
{
{name
}
}
{
{/if
}
}
{
{#unless
@last
}
}
<span>
...
...
web-static/sass/index.scss
View file @
cd18079
...
...
@@ -8,6 +8,10 @@
"plugin/slider"
,
"pager"
;
b
{
font-weight
:
bold
;
}
body
{
font-family
:
arial
,
"Microsoft YaHei"
;
}
...
...
Please
register
or
login
to post a comment