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-02-25 15:34:30 +0800
Commit
567208022d05a24d932359fc4785e131e716e7f3
2 parents
1cd87c83
a53decdc
Merge branch 'feature/cart' into 'release/5.4.1'
微信编辑文字状态 See merge request
!305
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 @
5672080
...
...
@@ -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 @
5672080
...
...
@@ -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