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
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
d73885dc15f9a48fe9e20be78f2bbac485c25598
1 parent
eba2841d
nav focus
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
static/sass/product/_list.scss
template/m.yohobuy.com/partials/product/list.phtml
static/sass/product/_list.scss
View file @
d73885d
...
...
@@ -184,10 +184,19 @@
color
:
#999
;
}
.nav-txt
{
display
:
inline-block
;
height
:
100%
;
box-sizing
:
border-box
;
}
.active
>
a
{
border-bottom
:
2px
solid
#000
;
color
:
#000
;
.nav-txt
{
border-bottom
:
2px
solid
#000
;
}
.iconfont
{
color
:
#999
;
...
...
template/m.yohobuy.com/partials/product/list.phtml
View file @
d73885d
...
...
@@ -52,13 +52,13 @@
<ul
id=
"list-nav"
class=
"list-nav clearfix"
>
<li
class=
"new active"
>
<a
href=
"javascript:void(0);"
>
最新
<span
class=
"nav-txt"
>最新</span>
<span
class=
"iconfont cur"
>
616
;</span>
</a>
</li>
<li
class=
"price"
>
<a
href=
"javascript:void(0);"
>
价格
<span
class=
"nav-txt"
>价格</span>
<span
class=
"icon"
>
<i
class=
"iconfont up"
>
615
;</i>
<i
class=
"iconfont down cur"
>
616
;</i>
...
...
@@ -67,7 +67,7 @@
</li>
<li
class=
"discount"
>
<a
href=
"javascript:void(0);"
>
折扣
<span
class=
"nav-txt"
>折扣</span>
<span
class=
"icon"
>
<i
class=
"iconfont up"
>
615
;</i>
<i
class=
"iconfont down cur"
>
616
;</i>
...
...
@@ -76,7 +76,7 @@
</li>
<li
class=
"filter"
>
<a
href=
"javascript:void(0);"
>
筛选
<span
class=
"nav-txt"
>筛选</span>
<span
class=
"iconfont"
>
613
;</span>
</a>
</li>
...
...
Please
register
or
login
to post a comment