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
Plain Diff
Browse Files
Authored by
yangyang
9 years ago
Commit
3621b592563b49a0ac97bca9e3264cc0cbb50fbf
2 parents
de5ddb39
ab999f2e
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into feature/web-list
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
4 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}}"
>
{
{name
}
}
{
{#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>
...
...
@@ -22,4 +29,4 @@
{
{/if
}
}
{
{/each
}
}
</p>
{
{/if
}
}
\ No newline at end of file
{
{/if
}
}
...
...
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