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.
 
 
 
 
 

38 lines
1.9 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 content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" />
  7. <script type="text/javascript" src="../js/select_contacts.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: 0; overflow: hidden;">
  22. <div id="linkman_view" style="position: relative; width: 100%; height: auto; margin: 0; overflow: hidden;">
  23. <div style="width: 100%; height: auto; background-color: #FFFFFF; overflow: hidden;">
  24. <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%;">
  25. <span style="float: left; margin-top 0;margin-bottom: 0; margin-right: 0; font-size: 16px; color: #FF8800; overflow: hidden;">+</span>
  26. <span style="float: left; margin-left: 4%; margin-top 0;margin-bottom: 0; margin-right: 0; font-size: 15px; color: #808080; overflow: hidden;">添加联系人</span>
  27. <img style="float: right; margin-top:26px; width: 8px; height: 12px; margin-bottom: 0; margin-left: 0;" src="../img/right_arrow_gray.png"></img>
  28. </div>
  29. <div id="add_link">
  30. </div>
  31. </div>
  32. </div>
  33. </div>
  34. </body>
  35. </html>