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
xuqi
2016-08-09 11:49:34 +0800
Commit
583cf182553e91d1f6b817001b5014ded0e1f6e9
1 parent
7d5b7cd1
some style modify
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletions
public/js/shopping/cart.page.js
public/scss/_base.css
public/scss/shopping/_order.css
public/js/shopping/cart.page.js
View file @
583cf18
...
...
@@ -8,6 +8,8 @@ var $ = require('yoho-jquery');
var
Cart
=
require
(
'./cart/cart'
);
var
Stepper
=
require
(
'./cart/stepper'
);
require
(
'../common/return-top'
);
$
(
function
()
{
var
$this
;
var
editable
=
true
;
...
...
public/scss/_base.css
View file @
583cf18
...
...
@@ -150,6 +150,7 @@ summary {
html
,
body
{
font-family
:
BrownStd
,
"黑体"
;
color
:
#1b1b1b
;
}
.clearfix
{
...
...
@@ -173,7 +174,7 @@ img {
a
{
outline
:
none
;
text-decoration
:
none
;
color
:
#
000
;
color
:
#
1b1b1b
;
}
*
:focus
{
...
...
public/scss/shopping/_order.css
View file @
583cf18
...
...
@@ -672,6 +672,7 @@
.invoice-content-radio
{
display
:
inline-block
;
cursor
:
pointer
;
width
:
115px
;
}
.row
{
...
...
@@ -680,6 +681,11 @@
.iconfont
{
font-size
:
16px
;
color
:
#e0e0e0
;
}
.checked
{
color
:
#1b1b1b
;
}
.input
{
...
...
Please
register
or
login
to post a comment