Commit 00054473329e7de3ef291d0d3a1dc7bdef4f2f00
1 parent
c57fc36d
add
Showing
1 changed file
with
2 additions
and
2 deletions
joinous.html
@@ -219,13 +219,13 @@ | @@ -219,13 +219,13 @@ | ||
219 | </div> | 219 | </div> |
220 | </div>--> | 220 | </div>--> |
221 | <div class="form-group form-group-height"> | 221 | <div class="form-group form-group-height"> |
222 | - <div class="width30 ">联系人姓名:</div> | 222 | + <div class="width30 ">联系人姓名<span style="color: red">*</span></div> |
223 | <div class="width65 " id="personNames"> | 223 | <div class="width65 " id="personNames"> |
224 | <input type="text" class="width65 borcol" style="padding-left:10px;" maxlength="25" id="personNames_inp"> | 224 | <input type="text" class="width65 borcol" style="padding-left:10px;" maxlength="25" id="personNames_inp"> |
225 | </div> | 225 | </div> |
226 | </div> | 226 | </div> |
227 | <div class="form-group form-group-height"> | 227 | <div class="form-group form-group-height"> |
228 | - <div class="width30 ">手机:</div> | 228 | + <div class="width30 ">手机<span style="color: red">*</span></div> |
229 | <div class="width65 " id="userTel"> | 229 | <div class="width65 " id="userTel"> |
230 | <input type="text" class="width65 borcol" style="padding-left:10px;" maxlength="11" onkeyup="value=value.replace(/[^\d]/g,'') " ng-pattern="/[^a-zA-Z]/" id="userTel_inp"> | 230 | <input type="text" class="width65 borcol" style="padding-left:10px;" maxlength="11" onkeyup="value=value.replace(/[^\d]/g,'') " ng-pattern="/[^a-zA-Z]/" id="userTel_inp"> |
231 | </div> | 231 | </div> |