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
Plain Diff
Browse Files
Authored by
郭成尧
2017-04-18 11:50:00 +0800
Commit
3836801634e9b7201c5915accede221e3af5b226
2 parents
8341af18
9e2ac229
Merge branch 'feature/reds' into release/5.6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
apps/product/views/partial/reds-shop/item.hbs
apps/product/views/partial/reds-shop/modules.hbs
public/scss/product/shop/reds-shop/_footer.css
apps/product/views/partial/reds-shop/item.hbs
View file @
3836801
<div
class=
"item"
>
{{#if
link
}}
<a
href=
"
{{
link
}}
"
>
<img
class=
"item-pic"
src=
"
{{
src
}}
"
alt=
""
>
<img
class=
"item-pic"
src=
"
{{
image2
src
}}
"
alt=
""
>
</a>
{{^}}
<img
class=
"item-pic"
src=
"
{{
src
}}
"
alt=
""
>
<img
class=
"item-pic"
src=
"
{{
image2
src
}}
"
alt=
""
>
{{/if}}
{{#if
showProductInfo
}}
...
...
apps/product/views/partial/reds-shop/modules.hbs
View file @
3836801
...
...
@@ -17,10 +17,10 @@
<li
class=
"swiper-slide"
>
{{#if
link
}}
<a
href=
"
{{
link
}}
"
>
<img
src=
"
{{
src
}}
"
alt=
""
>
<img
src=
"
{{
image2
src
}}
"
alt=
""
>
</a>
{{^}}
<img
src=
"
{{
src
}}
"
alt=
""
>
<img
src=
"
{{
image2
src
}}
"
alt=
""
>
{{/if}}
</li>
{{/
each
}}
...
...
public/scss/product/shop/reds-shop/_footer.css
View file @
3836801
...
...
@@ -4,9 +4,9 @@
bottom
:
0
;
display
:
table
;
width
:
100%
;
height
:
44
PX
;
line-height
:
44
PX
;
font-size
:
14
PX
;
height
:
80px
;
line-height
:
80px
;
font-size
:
26px
;
background
:
#fff
;
border-top
:
1px
solid
#e0e0e0
;
z-index
:
2
;
...
...
@@ -21,8 +21,8 @@
.wall
{
width
:
0
;
height
:
14
PX
;
margin-top
:
15
PX
;
height
:
50px
;
margin-top
:
15px
;
float
:
right
;
border-right
:
1px
solid
#e0e0e0
;
display
:
inline-block
;
...
...
Please
register
or
login
to post a comment