|
- <!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 content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" />
- <script type="text/javascript" src="../js/select_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: 0; overflow: hidden;">
- <div id="linkman_view" style="position: relative; width: 100%; height: auto; margin: 0; overflow: hidden;">
- <div style="width: 100%; height: auto; background-color: #FFFFFF; overflow: hidden;">
- <div onclick="go_edit(-1)" style="position: relative; width: 92%; height: 64px; line-height: 64px; border-bottom: 1px solid #ECEBEE; margin-left: 4%; margin-right:4%;">
- <span style="float: left; margin-top 0;margin-bottom: 0; margin-right: 0; font-size: 16px; color: #FF8800; overflow: hidden;">+</span>
- <span style="float: left; margin-left: 4%; margin-top 0;margin-bottom: 0; margin-right: 0; font-size: 15px; color: #808080; overflow: hidden;">添加联系人</span>
- <img style="float: right; margin-top:26px; width: 8px; height: 12px; margin-bottom: 0; margin-left: 0;" src="../img/right_arrow_gray.png"></img>
- </div>
- <div id="add_link">
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
|