|
- <!DOCTYPE html>
- <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;">
- <head>
- <title>编辑联系人</title>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <script type="text/javascript" src="../js/edit_contacts.js"></script>
-
- <!-- 百度统计star -->
- <script>
- var _hmt = _hmt || [];
- (function() {
- var hm = document.createElement("script");
- hm.src = "//hm.baidu.com/hm.js?3d4ede42cef05a99fcd8bda849831ada";
- var s = document.getElementsByTagName("script")[0];
- s.parentNode.insertBefore(hm, s);
- })();
- </script>
-
-
- <!-- 百度统计end -->
- </head>
- <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;">
- <div style="display: block; width: 100%; height: auto; margin: auto; overflow: hidden;">
- <div id="linkman_view" style="position: relative; width: 100%; height: auto; margin: auto; overflow: hidden;">
- <div style="widows: 100%; height: auto; background-color: #FFFFFF; overflow: hidden;">
- <input id="user_id" type="hidden" value="-1"/>
- <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;
- background-image: url(../img/account_icon.png); background-repeat: no-repeat;background-position: 8.5px 11px; background-size: 15px 17px;">
- <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="输入姓名"/>
- </div>
- <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;
- background-image: url(../img/phone_icon.png); background-repeat: no-repeat;background-position: 10px 10px; background-size: 13px 20px;">
- <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="输入手机号">
- </div>
- <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;
- background-image: url(../img/idno_icon.png); background-repeat: no-repeat;background-position: 7.5px 12.5px; background-size: 18px 15px;">
- <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="输入身份证">
- </div>
- <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;
- text-align: center;"; onclick="submit_user()";>
- <span style="margin: 0; font-size: 15px; color: #FFFFFF;">确定</span>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
|