Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
yangyang
2016-01-25 15:40:23 +0800
Commit
3621b592563b49a0ac97bca9e3264cc0cbb50fbf
2 parents
de5ddb39
ab999f2e
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into feature/web-list
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 @
3621b59
...
...
@@ -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 @
3621b59
...
...
@@ -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