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
Email Patches
Plain Diff
Browse Files
Authored by
张丽霞
9 years ago
Commit
6f346cb7da977214a0e7725c74b6d85443c0ff02
1 parent
5560a5f6
商品分类样调整
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
10 deletions
static/sass/product/_product-category.css
template/m.yohobuy.com/actions/product/index/category.phtml
static/sass/product/_product-category.css
View file @
6f346cb
...
...
@@ -4,12 +4,11 @@
.allproduct
{
position
:
relative
;
padding
:
15px
0
;
height
:
89px
;
line-height
:
89px
;
background
:
#fff
;
border-top
:
15px
;
border-bottom
:
15px
;
padding-left
:
32px
;
border-top
:
1px
solid
#e6e6e6
;
margin-left
:
30px
;
}
.margin-under-allproduct
{
...
...
@@ -23,9 +22,9 @@
}
.arrow-icon
{
position
:
absolute
;
font-size
:
16px
;
top
:
15px
;
right
:
20px
;
font-size
:
30px
;
top
:
0px
;
right
:
33px
;
color
:
#e1e1e1
;
}
...
...
template/m.yohobuy.com/actions/product/index/category.phtml
View file @
6f346cb
...
...
@@ -2,16 +2,16 @@
<div
class=
"product-category yoho-page"
>
<div
id=
"allproduct"
class=
"allproduct"
>
<div
class=
"allproduct"
>
<a
href=
{
{allproduct
}
}>
<p
class=
"allproductParagaraph"
>全部商品</p>
全部商品
<i
class=
"arrow-icon iconfont"
>
614
;</i>
</a>
</div>
<div
class=
"margin-under-allproduct"
>
</div>
<div
class=
"category-container clearfix"
>
<div
class=
"content"
>
{
{#
content
}
}
...
...
Please
register
or
login
to post a comment