Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2016-12-27 15:31:19 +0800
Commit
7793c3a7443d0849af4b00f2ab05638e796a9485
1 parent
2823886e
fix css
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
apps/product/views/partial/product/detail-header.hbs
public/scss/product/_detail.css
apps/product/views/partial/product/detail-header.hbs
View file @
7793c3a
...
...
@@ -136,7 +136,7 @@
{{/if}}
{{#if
addToCart
}}
<span
id=
"add-to-cart"
class=
"buy-btn item-buy add-to-cart"
>
<i
class=
"iconfont"
>
æ
1b
;
</i>
加入购物车
</span>
æ
00
;
</i>
加入购物车
</span>
{{/if}}
{{#
buyNow
}}
...
...
public/scss/product/_detail.css
View file @
7793c3a
...
...
@@ -774,6 +774,13 @@
}
}
.add-to-cart
{
.iconfont
{
font-size
:
19px
;
margin-right
:
5px
;
}
}
.collect-product
,
.keep-shopping
{
...
...
Please
register
or
login
to post a comment