You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

48 lines
3.3 KiB

  1. <!DOCTYPE html>
  2. <html style="width: 100%; height: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0); padding: 0; margin: 0; list-style: none; font-family: '黑体'; display: block;">
  3. <head>
  4. <title>编辑联系人</title>
  5. <meta charset="utf-8" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <script type="text/javascript" src="../js/edit_contacts2.js"></script>
  8. <!-- 百度统计star -->
  9. <script>
  10. var _hmt = _hmt || [];
  11. (function() {
  12. var hm = document.createElement("script");
  13. hm.src = "//hm.baidu.com/hm.js?3d4ede42cef05a99fcd8bda849831ada";
  14. var s = document.getElementsByTagName("script")[0];
  15. s.parentNode.insertBefore(hm, s);
  16. })();
  17. </script>
  18. <!-- 百度统计end -->
  19. </head>
  20. <body style="width: 100%; height: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0); padding: 0; margin: 0; list-style: none; font-family: '黑体'; display: block;">
  21. <div style="display: block; width: 100%; height: auto; margin: auto; overflow: hidden;">
  22. <div id="linkman_view" style="position: relative; width: 100%; height: auto; margin: auto; overflow: hidden;">
  23. <div style="widows: 100%; height: auto; background-color: #FFFFFF; overflow: hidden;">
  24. <input id="user_id" type="hidden" value="-1"/>
  25. <div style="position: relative; width: 90%; height: 40px; line-height: 40px; overflow: hidden;margin-left: 5%; margin-right: 5%; margin-top: 35px; background-color: #F2F2F2;
  26. background-image: url(../img/account_icon.png); background-repeat: no-repeat;background-position: 8.5px 11px; background-size: 15px 17px;">
  27. <input id= "link_name"; style="border-style:none; background-color:transparent; float: left; margin-left: 40px; width: 70%; color: #303030; font-size: 15px; height: 20px; line-height: 20px; margin-top: 8px; margin-bottom: 10px;" placeholder="输入姓名"/>
  28. </div>
  29. <div style="position: relative; width: 90%; height: 40px; line-height: 40px; overflow: hidden;margin-left: 5%; margin-right: 5%; margin-top: 15px; background-color: #F2F2F2;
  30. background-image: url(../img/phone_icon.png); background-repeat: no-repeat;background-position: 10px 10px; background-size: 13px 20px;">
  31. <input id="link_phone"; style="border-style:none; background-color:transparent; float: left; margin-left: 40px; width: 70%; color: #303030; font-size: 15px; height: 20px; line-height: 20px; margin-top: 8px; margin-bottom: 10px;" placeholder="输入手机号">
  32. </div>
  33. <div style="position: relative; width: 90%; height: 40px; line-height: 40px; overflow: hidden;margin-left: 5%; margin-right: 5%; margin-top: 15px; background-color: #F2F2F2;
  34. background-image: url(../img/idno_icon.png); background-repeat: no-repeat;background-position: 7.5px 12.5px; background-size: 18px 15px;">
  35. <input id="link_id"; style="border-style:none; background-color:transparent; float: left; margin-left: 40px; width: 70%; color: #303030; font-size: 15px; height: 20px; line-height: 20px; margin-top: 8px; margin-bottom: 10px;" placeholder="输入身份证">
  36. </div>
  37. <div id="submit"; style="position: relative; width: 90%; height: 40px; line-height: 40px; overflow: hidden;margin-left: 5%; margin-right: 5%; margin-top: 15px; background-color: #00CC9C;
  38. text-align: center;"; onclick="submit_user()";>
  39. <span style="margin: 0; font-size: 15px; color: #FFFFFF;">确定</span>
  40. </div>
  41. </div>
  42. </div>
  43. </div>
  44. </body>
  45. </html>