Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
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
Plain Diff
Browse Files
Authored by
whb
2016-01-14 14:12:18 +0800
Commit
49c5fba3df74b9a92421e3b14131379b9dfe16c7
2 parents
933183ce
3c652178
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy.git
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
3 deletions
template/www.yohobuy.com/partials/product/left-content.phtml
web-static/sass/product/_filter-box.scss
web-static/sass/product/_list.scss
template/www.yohobuy.com/partials/product/left-content.phtml
View file @
49c5fba
...
...
@@ -5,8 +5,10 @@
<div
class=
"sort-container"
>
<ul
class=
"sort-child-list new-sale"
>
<li>
<a
href=
"{{href}}"
>全部折扣</a>
<span>
{
{updateNum
}
}</span>
<h
2
>
<a
href=
"{{href}}"
>全部折扣</a>
<span>
{
{updateNum
}
}</span>
</h
2
>
</li>
{
{#each
list
}
}
<li
{
{#if
active
}
}class=
"active"
{
{/if
}
}>
...
...
web-static/sass/product/_filter-box.scss
View file @
49c5fba
...
...
@@ -9,6 +9,7 @@
&
:first-child
{
border-top
:
none
;
background
:
#eaeceb
;
padding
:
5px
15px
;
}
}
...
...
@@ -58,11 +59,15 @@
.checked-conditions
{
line-height
:
30px
;
.title
{
margin-top
:
5px
;
}
.tag
{
display
:
block
;
float
:
left
;
padding
:
0
10px
;
margin
-right
:
30px
;
margin
:
5px
30px
5px
0
;
background
:
#000
;
color
:
#fff
;
cursor
:
pointer
;
...
...
@@ -76,6 +81,7 @@
}
.clear-checked
{
margin-top
:
5px
;
color
:
#999
;
float
:
right
;
}
...
...
web-static/sass/product/_list.scss
View file @
49c5fba
...
...
@@ -73,6 +73,12 @@
&
.new-sale
{
display
:
block
;
}
h2
a
{
color
:
#000
;
padding-left
:
0
;
}
li
{
color
:
#bbb
;
...
...
@@ -80,6 +86,7 @@
padding-left
:
5px
;
}
}
a
{
color
:
#666
;
padding-left
:
10px
;
...
...
Please
register
or
login
to post a comment