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
OF1706
2017-01-18 11:07:01 +0800
Commit
611aa722147aed15548109b70bb17cdcc071f906
1 parent
3fb0b34c
预售hover
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
apps/cart/views/partial/cart-pre-sell-tpl.hbs
public/scss/cart/_cart-togetherGoods.css
apps/cart/views/partial/cart-pre-sell-tpl.hbs
View file @
611aa72
...
...
@@ -62,7 +62,7 @@
</div>
</div>
</div>
<a
class=
"btn-account
btn-account-black
"
>
去结算
</a>
<a
class=
"btn-account"
>
去结算
</a>
{{/
ordinaryCart
}}
<p
class=
"pre-sell-tip"
>
温馨提示:您需要分开结算【预售商品】和【普通商品】
</p>
</div>
...
...
public/scss/cart/_cart-togetherGoods.css
View file @
611aa72
...
...
@@ -632,6 +632,10 @@
box-sizing
:
border-box
;
background-color
:
#fff
;
cursor
:
pointer
;
&:hover
{
background-color
:
#000
;
color
:
#fff
;
}
}
.btn-account-black
{
background-color
:
#000
;
...
...
Please
register
or
login
to post a comment