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
zhangxiaoru
9 years ago
Commit
f4e41f04eaabe07885391669754dbc8b066f3505
1 parent
6ae4b0cf
首页
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
2 deletions
static/sass/product/_shop-index.css
template/m.yohobuy.com/actions/product/index/shop.phtml
static/sass/product/_shop-index.css
View file @
f4e41f0
...
...
@@ -39,8 +39,9 @@
right
:
30px
;
border-radius
:
10px
;
text-align
:
center
;
background
:
image-url
(
'
product/collect.png'
)
no-repeat
;
background
-image
:
url('/
product/collect.png')
no-repeat
;
background-size
:
contain
;
border
:
1px
solid
red
;
}
.nav
{
...
...
@@ -133,6 +134,10 @@
padding-top
:
25px
;
margin-bottom
:
30px
;
overflow
:
hidden
;
p
{
font-size
:
28px
;
}
}
.multi-browse
{
...
...
@@ -202,6 +207,7 @@
padding
:
0
0
30px
30px
;
overflow
:
hidden
;
background
:
#fff
;
border-bottom
:
30px
solid
#f0f0f0
;
li
{
width
:
275px
;
...
...
@@ -298,6 +304,26 @@
}
}
.list-nav
{
.active
>
a
{
color
:
#000
;
.spanTest{
width
:
auto
;
height
:
100%
;
display
:
inline-block
;
box-sizing
:
border-box
;
}
.iconfont
{
color
:
#999
;
&.cur
{
color
:
#000
;
}
}
}
}
.list-nav
.icon
.up
{
top
:
-6px
;
}
...
...
@@ -310,6 +336,10 @@
padding-top
:
30px
;
padding-bottom
:
100px
;
}
/*.active a{
}*/
}
.search-area
{
...
...
template/m.yohobuy.com/actions/product/index/shop.phtml
View file @
f4e41f0
...
...
@@ -38,7 +38,7 @@
<div
id=
"nav-main"
>
{
{#unless
brands
}
}
<div
class=
"multi-brands"
>
<
h
2
>品牌一览</h
2
>
<
p>品牌一览</p
>
<div
class=
"multi-browse"
>
<ul
class=
"swiper-wrapper"
>
{
{#each
multiList
}
}
...
...
Please
register
or
login
to post a comment