Nessuna descrizione

tab-phone.html 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>所有诉求</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
  7. <meta name="apple-mobile-web-app-capable" content="yes">
  8. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  9. <link href="./css/mui.min.css" rel="stylesheet" />
  10. <link rel="stylesheet" href="./css/iconfont.css" />
  11. <link rel="stylesheet" href="workOrder/css/Work-list.css" />
  12. <style>
  13. .oa-contact-cell.mui-table .mui-table-cell {
  14. padding: 11px 0;
  15. vertical-align: middle;
  16. }
  17. .oa-contact-cell {
  18. position: relative;
  19. margin: -11px 0;
  20. }
  21. .oa-contact-avatar {
  22. width: 50px;
  23. }
  24. .oa-contact-avatar img {
  25. border-radius: 50%;
  26. width: 30px;
  27. height: 30px;
  28. }
  29. .oa-contact-content {
  30. width: 100%;
  31. }
  32. .oa-contact-name {
  33. margin-right: 10px;
  34. }
  35. .go_search {
  36. background: #fff!important;
  37. border: 1px solid #ccc!important;
  38. border-radius: 17px!important;
  39. }
  40. a {
  41. color: #000;
  42. }
  43. .mui-search.mui-active:before {
  44. top: 25px;
  45. }
  46. .oa-contact-position{
  47. margin-left: 15px;
  48. }
  49. </style>
  50. </head>
  51. <body>
  52. <div class="mui-content mui-scroll-wrapper" id="pullrefresh">
  53. <div class="mui-scroll">
  54. <ul class="mui-table-view mui-table-view-striped mui-table-view-condensed tabalList">
  55. <li class="mui-table-view-cell">
  56. <div class="mui-input-row mui-search ">
  57. <input type="search" class="mui-input-clear go_search Width" placeholder="请输入关键字" style="margin-bottom: 0;">
  58. </div>
  59. </li>
  60. </ul>
  61. <div class="noWork" style="display: none; color: #AAAAAA; width: 100%; text-align: center;">没有更多数据</div>
  62. </div>
  63. <!--右上角弹出菜单-->
  64. </div>
  65. <input hidden="hidden" type="text" id='DWResult' class="ui-alert type_con" data-index="" readonly="readonly" />
  66. <script src="./js/mui.min.js"></script>
  67. <script src="./js/zepto.js"></script>
  68. <script src="./js/huayi.config.js"></script>
  69. <script src="./js/huayi.http.js"></script>
  70. <script src="js/tab.js"></script>
  71. </body>
  72. </html>