Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
jinhu.tung
9 years ago
Commit
bef28ca02a86167c3baf5765ac99eff7ded60107
1 parent
593e2c92
remove invalid products
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
3 deletions
apps/shopping/views/action/cart.hbs
apps/shopping/views/partial/cart/statement.hbs
public/scss/shopping/_statement.css
apps/shopping/views/action/cart.hbs
View file @
bef28ca
...
...
@@ -290,7 +290,6 @@
</div>
<div id="remove_selected" class="action hoverable">删除选中的商品</div>
<div id="send_favorite" class="action hoverable">移入收藏夹</div>
<div id="warning_invalid" class="action hoverable">清除实效商品</div>
<div class="selected-num">已选<span>\{{selectedNum}}</span>件</div>
<div class="checkout-total">
<div class="total-title">商品金额:</div>
...
...
apps/shopping/views/partial/cart/statement.hbs
View file @
bef28ca
...
...
@@ -9,7 +9,6 @@
</div>
<div
id=
"remove_selected"
class=
"action hoverable"
>
删除选中的商品
</div>
<div
id=
"send_favorite"
class=
"action hoverable"
>
移入收藏夹
</div>
<div
id=
"clear_invalid"
class=
"action hoverable"
>
清除失效商品
</div>
<div
class=
"selected-num"
>
已选
<span>
{{
selectedNum
}}
</span>
件
</div>
<div
class=
"checkout-total"
>
<div
class=
"total-title"
>
商品金额:
</div>
...
...
public/scss/shopping/_statement.css
View file @
bef28ca
...
...
@@ -56,7 +56,7 @@
font-size
:
14px
;
color
:
#1b1b1b
;
font-weight
:
bold
;
margin
:
0
60px
0
140
px
;
margin
:
0
60px
0
224
px
;
}
.checkout-total
{
...
...
Please
register
or
login
to post a comment