Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
8 years ago
Commit
5e7249b9ebc79fc6680c6d93810db29947ef80e3
1 parent
8113f465
shop
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
public/hbs/shopCollect/shop-list.hbs
public/hbs/shopCollect/shop-nav.hbs
public/scss/activity/shop-collect/_shop-collect.css
public/hbs/shopCollect/shop-list.hbs
View file @
5e7249b
...
...
@@ -17,7 +17,7 @@
</div>
<div
class=
"info-content"
>
<img
class=
"lazy content"
data-original=
"
{{
image
bannerUrl
69
0
235
}}
"
></img>
<img
class=
"lazy content"
data-original=
"
{{
image
bannerUrl
75
0
235
}}
"
></img>
</div>
</a>
</div>
...
...
public/hbs/shopCollect/shop-nav.hbs
View file @
5e7249b
<ul
class=
"swiper-wrapper clearfix"
>
{{#
if
navList
}}
{{#
navList
}}
<li
class=
"swiper-slide"
data-type=
{{
.
}}
>
{{
.
}}
</li
>
{{/
if
}}
{{/
navList
}}
</ul>
\ No newline at end of file
...
...
public/scss/activity/shop-collect/_shop-collect.css
View file @
5e7249b
...
...
@@ -12,7 +12,7 @@
li
{
float
:
left
;
width
:
1
60.5
px
;
width
:
1
88
px
;
display
:
block
;
height
:
40px
;
line-height
:
40px
;
...
...
@@ -119,7 +119,7 @@
border-top
:
1px
solid
#e0e0e0
;
.content
{
width
:
69
0px
;
width
:
75
0px
;
height
:
233px
;
}
}
...
...
Please
register
or
login
to post a comment