Authored by xuqi

phone max length

... ... @@ -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>
... ...
... ... @@ -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;
}
}
... ...