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
yyq
2017-02-28 10:00:49 +0800
Commit
dc6edb87f23df8c5f15df857b5ff8c9471ec1398
1 parent
58f73da3
coupon use style
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
public/js/cart/ensure.page.js
public/scss/cart/_order-ensure2016.css
public/js/cart/ensure.page.js
View file @
dc6edb8
...
...
@@ -518,6 +518,8 @@ coupon = {
that
.
$radios
.
filter
(
'.on'
).
removeClass
(
'on'
);
}
$this
.
addClass
(
'on'
);
$this
.
parent
().
siblings
(
'.red'
).
removeClass
(
'red'
);
$this
.
parent
().
addClass
(
'red'
);
data
=
$this
.
data
();
if
(
data
)
{
...
...
public/scss/cart/_order-ensure2016.css
View file @
dc6edb8
...
...
@@ -877,6 +877,10 @@
line-height
:
18px
;
padding-bottom
:
10px
;
.red
{
color
:
$
red
;
}
.empty-tip
{
line-height
:
24px
;
padding-top
:
10px
;
...
...
Please
register
or
login
to post a comment