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
郭成尧
2017-01-19 19:01:52 +0800
Commit
72a4ac86c58cbaf30ca7a441ea81f9260880c6d0
1 parent
144a23ae
shop-info-style
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
public/hbs/product/new/hot-shop.hbs
public/scss/product/new/_brand-info.css
public/hbs/product/new/hot-shop.hbs
View file @
72a4ac8
{{!-- 商品列表中的 品牌上新--}}
<div
class=
"good-info brand-info"
data-type=
"hot-shop"
data-brand=
"
{{
brand_id
}}
"
data-shop=
"
{{
shop_id
}}
"
>
<img
src=
"
{{
image
shop_logo
240
100
}}
"
alt=
"
{{
shop_name
}}
"
>
<h5
class=
"bname"
>
{{
shop_name
}}
</h5>
<p
class=
"summary"
>
上新
<span
class=
"red"
>
{{
new_product_num
}}
</span>
件
<span
class=
"red"
>
{{
favorite_num
}}
</span>
人收藏
</p>
<a
href=
"//m.yohobuy.com/product/index/brand?domain=
{{
shop_domain
}}
"
class=
"entry"
>
进入店铺
</a>
<div
class=
"brand-info-box"
>
<img
src=
"
{{
image
shop_logo
240
100
}}
"
alt=
"
{{
shop_name
}}
"
>
<h5
class=
"bname"
>
{{
shop_name
}}
</h5>
<p
class=
"summary"
>
上新
<span
class=
"red"
>
{{
new_product_num
}}
</span>
件
<span
class=
"red"
>
{{
favorite_num
}}
</span>
人收藏
</p>
<a
href=
"//m.yohobuy.com/product/index/brand?domain=
{{
shop_domain
}}
"
class=
"entry"
>
进入店铺
</a>
</div>
</div>
\ No newline at end of file
...
...
public/scss/product/new/_brand-info.css
View file @
72a4ac8
.brand-info
{
padding-top
:
55
px
;
padding-top
:
28
px
;
padding-bottom
:
55px
;
background-color
:
#f5f5f5
;
text-align
:
center
;
margin-top
:
38px
!important
;
.brand-info-box
{
background-color
:
#f5f5f5
;
height
:
480px
;
}
img
{
width
:
141px
;
...
...
Please
register
or
login
to post a comment