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
ccbikai(👎🏻🍜)
2017-02-25 15:35:18 +0800
Commit
86e45fe89923706c5b477cdf2b19b4b4bf248cc0
2 parents
0f0190fd
56720802
Merge remote-tracking branch 'origin/release/5.4.1' into gray
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
public/hbs/cart/index/index.hbs
public/scss/cart/_index-new.css
public/hbs/cart/index/index.hbs
View file @
86e45fe
...
...
@@ -20,7 +20,7 @@
</div>
</div>
{{/if}}
<button
class=
"btn-edit"
>
编辑
</button>
<button
class=
"btn-edit"
></button>
</div>
{{#if
ordinaryCart
}}
...
...
public/scss/cart/_index-new.css
View file @
86e45fe
...
...
@@ -77,6 +77,10 @@
}
.btn-edit
{
&:before
{
content
:
"编辑"
;
}
display
:
none
;
width
:
100px
;
height
:
60px
;
...
...
@@ -334,10 +338,12 @@
}
.main-wrap.edit
{
.nav-btn
{
&:before
{
content
:
"完成"
;
}
.
nav-btn
:
before
{
content
:
"完成"
;
}
.btn-edit
:before
{
content
:
"完成"
;
}
.all-gift-box
{
...
...
Please
register
or
login
to post a comment