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
3635cf593457ea8a5d028535d2eefa4b67d751fc
1 parent
d2933826
phone max length
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
apps/shopping/views/action/order.hbs
public/scss/shopping/_order.css
apps/shopping/views/action/order.hbs
View file @
3635cf5
...
...
@@ -372,7 +372,7 @@
</div>
<div class="form-group">
<label class="label-name">电话号码:</label>
<input class="input address-phone" type="text" placeholder="请输入电话号码(选填)" value="\{{phone}}">
<input class="input address-phone" type="text" placeholder="请输入电话号码(选填)" value="\{{phone}}"
maxlength="15"
>
<span class="blue error-tips">
{{>
icon
/
error-round
}}
<
em
><
/em
>
...
...
public/scss/shopping/_order.css
View file @
3635cf5
...
...
@@ -112,6 +112,10 @@
display
:
inline-block
;
color
:
#ccc
;
cursor
:
pointer
;
&:hover
{
color
:
#379ed6
;
}
}
.default-tag
{
...
...
@@ -155,7 +159,7 @@
text-align
:
right
;
>
span
:
hover
{
color
:
#
000
;
color
:
#
379ed6
;
}
}
...
...
Please
register
or
login
to post a comment