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
9 years ago
Commit
97db04eae14cddc3ca30908cb6c822261f493aab
1 parent
e0778441
some small modify
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
public/js/shopping/order/address.js
public/scss/shopping/_empty-cart.css
public/scss/shopping/_order.css
public/js/shopping/order/address.js
View file @
97db04e
...
...
@@ -79,7 +79,7 @@ function validateAddress($el) {
err
:
'手机号码不能为空'
},
{
regx
:
/^
\d
+
$/
,
regx
:
/^
\d
{11}
$/
,
err
:
'手机号码格式不正确'
}
],
...
...
public/scss/shopping/_empty-cart.css
View file @
97db04e
...
...
@@ -4,7 +4,7 @@
text-align
:
center
;
.empty-cart-bg
{
background
:
url('../img/
layout/bag-bg.png')
no-repeat
center
center
;
background
:
resolve
(
'
layout/bag-bg.png'
)
no-repeat
center
center
;
width
:
163px
;
height
:
198px
;
margin
:
0
auto
;
...
...
public/scss/shopping/_order.css
View file @
97db04e
...
...
@@ -288,6 +288,7 @@
.brand-and-name
{
width
:
368px
;
text-align
:
left
;
padding-right
:
30px
;
>
a
:
hover
{
color
:
#379ed6
;
...
...
Please
register
or
login
to post a comment