| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <!doctype html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>所有诉求</title>
- <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <link href="./css/mui.min.css" rel="stylesheet" />
- <link rel="stylesheet" href="./css/iconfont.css" />
- <link rel="stylesheet" href="workOrder/css/Work-list.css" />
- <style>
- .oa-contact-cell.mui-table .mui-table-cell {
- padding: 11px 0;
- vertical-align: middle;
- }
-
- .oa-contact-cell {
- position: relative;
- margin: -11px 0;
- }
-
- .oa-contact-avatar {
- width: 50px;
- }
-
- .oa-contact-avatar img {
- border-radius: 50%;
- width: 30px;
- height: 30px;
- }
-
- .oa-contact-content {
- width: 100%;
- }
-
- .oa-contact-name {
- margin-right: 10px;
- }
-
- .go_search {
- background: #fff!important;
- border: 1px solid #ccc!important;
- border-radius: 17px!important;
- }
- a {
- color: #000;
- }
- .mui-search.mui-active:before {
- top: 25px;
- }
- .oa-contact-position{
- margin-left: 15px;
- }
- </style>
- </head>
- <body>
- <div class="mui-content mui-scroll-wrapper" id="pullrefresh">
- <div class="mui-scroll">
- <ul class="mui-table-view mui-table-view-striped mui-table-view-condensed tabalList">
- <li class="mui-table-view-cell">
- <div class="mui-input-row mui-search ">
- <input type="search" class="mui-input-clear go_search Width" placeholder="请输入关键字" style="margin-bottom: 0;">
- </div>
- </li>
- </ul>
- <div class="noWork" style="display: none; color: #AAAAAA; width: 100%; text-align: center;">没有更多数据</div>
- </div>
-
- <!--右上角弹出菜单-->
- </div>
- <input hidden="hidden" type="text" id='DWResult' class="ui-alert type_con" data-index="" readonly="readonly" />
- <script src="./js/mui.min.js"></script>
- <script src="./js/zepto.js"></script>
- <script src="./js/huayi.config.js"></script>
- <script src="./js/huayi.http.js"></script>
- <script src="js/tab.js"></script>
- </body>
-
- </html>
|