| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367 |
- <!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 rel="stylesheet" href="../css/mui.min.css">
- <link rel="stylesheet" href="../css/iconfont.css" />
- <style>
- html,
- body {
- background-color: #efeff4;
- }
-
- .mui-views,
- .mui-view,
- .mui-pages,
- .mui-page,
- .mui-page-content {
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- background-color: #efeff4;
- }
-
- .mui-pages {
- top: 46px;
- height: auto;
- }
-
- .mui-scroll-wrapper,
- .mui-scroll {
- background-color: #efeff4;
- }
-
- .mui-page.mui-transitioning {
- -webkit-transition: -webkit-transform 300ms ease;
- transition: transform 300ms ease;
- }
-
- .mui-page-left {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-
- .mui-ios .mui-page-left {
- -webkit-transform: translate3d(-20%, 0, 0);
- transform: translate3d(-20%, 0, 0);
- }
-
- .mui-bar-nav {
- background-color: #00a1cb;
- }
-
- .mui-navbar {
- position: fixed;
- right: 0;
- left: 0;
- z-index: 10;
- height: 44px;
- background-color: #00a1cb;
- }
-
- .mui-navbar .mui-bar {
- position: absolute;
- background: transparent;
- text-align: center;
- }
-
- .mui-android .mui-navbar-inner.mui-navbar-left {
- opacity: 0;
- }
-
- .mui-ios .mui-navbar-left .mui-left,
- .mui-ios .mui-navbar-left .mui-center,
- .mui-ios .mui-navbar-left .mui-right {
- opacity: 0;
- }
-
- .mui-navbar .mui-btn-nav {
- -webkit-transition: none;
- transition: none;
- -webkit-transition-duration: .0s;
- transition-duration: .0s;
- }
-
- .mui-navbar .mui-bar .mui-title {
- display: inline-block;
- width: auto;
- }
-
- .mui-page-shadow {
- position: absolute;
- right: 100%;
- top: 0;
- width: 16px;
- height: 100%;
- z-index: -1;
- content: '';
- }
-
- .mui-page-shadow {
- background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .2) 100%);
- background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .2) 100%);
- }
-
- .mui-navbar-inner.mui-transitioning,
- .mui-navbar-inner .mui-transitioning {
- -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
- transition: opacity 300ms ease, transform 300ms ease;
- }
-
- .mui-page {
- display: none;
- }
-
- .mui-pages .mui-page {
- display: block;
- }
-
- .mui-page .mui-table-view:first-child {
- margin-top: 15px;
- }
-
- .mui-page .mui-table-view:last-child {
- margin-bottom: 30px;
- }
-
- .mui-table-view {
- margin-top: 20px;
- }
-
- .mui-table-view span.mui-pull-right {
- color: #999;
- }
-
- .mui-table-view-divider {
- background-color: #efeff4;
- font-size: 14px;
- }
-
- .mui-table-view-divider:before,
- .mui-table-view-divider:after {
- height: 0;
- }
-
- .head {
- height: 40px;
- }
-
- #head {
- line-height: 40px;
- }
-
- .head-img {
- width: 40px;
- height: 40px;
- }
-
- #head-img1 {
- position: absolute;
- bottom: 10px;
- right: 40px;
- width: 40px;
- height: 40px;
- }
-
- .update {
- font-style: normal;
- color: #999999;
- margin-right: -25px;
- font-size: 15px
- }
-
- .mui-fullscreen {
- position: fixed;
- z-index: 20;
- background-color: #000;
- }
-
- .mui-ios .mui-navbar .mui-bar .mui-title {
- position: static;
- }
-
- .mui-title {
- color: #fff!important;
- }
-
- #img1 {
- width: 100%;
- }
-
- .mui-grid-view.mui-grid-9 .mui-table-view-cell {
- padding: 11px 10px;
- }
-
- .Content .mui-media-body {
- width: 50%;
- }
-
- .mui-icon {
- font-size: 24px!important;
- vertical-align: sub;
- }
- .red {
- color: #e4415d;
- }
-
- .Content {
- background-color: #fff;
-
- }
-
- .Content-title {
- margin-left: 8px;
- }
-
- .Content-title h5 {
- margin: 0;
- line-height: 34px;
- color: #797979;
- font-weight: 700;
- }
-
- .size-16 {
- font-size: 16px;
- }
-
- .size-14 {
- font-size: 14px;
- }
-
- .Left-icon {
- width: 20%;
- line-height: 40px;
- margin-right: 3px;
- }
-
- .mui-pull-left h4 {
- font-size: 13px;
- margin-bottom: 8px;
- }
-
- .mui-pull-left h5 {
- font-size: 12px;
- }
-
- #IMG-box {
- background-color: #fff;
- }
-
- .Common-box li {
- display: none;
- }
- .red{
- color: #ff1b41;
- }
- .marquee{
- overflow: hidden; line-height: 40px; background-color: #fff;
- margin-bottom: 8px;
- }
- .marquee-span{
- font-size: 14px;
- color: #797979;
- font-weight: 700;
- }
-
- </style>
- </head>
- <body >
- <header class="mui-bar mui-bar-nav">
- <h1 id="title" class="mui-title">已办理</h1>
- <a class="mui-action-back mui-icon mui-icon-left-nav mui-pull-left" style="color: #fff;"></a>
- </header>
- <!--页面主内容区开始-->
- <div class="mui-content">
- <!--banner-->
- <div id="IMG-box">
- <img id="img1" src="../img/banner_1.png" class="">
- </div>
- <!--主体-->
- <div class='Content' style="margin-bottom: 8px;" >
- <div>
- <ul class="mui-table-view mui-grid-view mui-grid-9 Common-box Dispatch_" >
-
- <li class="mui-table-view-cell mui-media mui-col-xs-3 mui-col-sm-3">
- <a href="javascript:;" class="Dispatch-list" data-index="4" index="6">
- <span class="mui-icon iconfont icon-5 red"></span>
- <div class="mui-media-body">待回访</div>
- </a>
- </li>
- <li class="mui-table-view-cell mui-media mui-col-xs-3 mui-col-sm-3">
- <a href="javascript:;" class="Dispatch-list" data-index="4" index="7">
- <span class="mui-icon iconfont icon-yiwanjie red"></span>
- <div class="mui-media-body">已回访</div>
- </a>
- </li>
- <li class="mui-table-view-cell mui-media mui-col-xs-3 mui-col-sm-3">
- <a href="javascript:;" class="Dispatch-list" data-index="4" index="8">
- <span class="mui-icon iconfont icon-audit red"></span>
- <div class="mui-media-body">重办中</div>
- </a>
- </li>
- <li class="mui-table-view-cell mui-media mui-col-xs-3 mui-col-sm-3">
- <a href="javascript:;" class="Dispatch-list" data-index="4" index="9">
- <span class="mui-icon iconfont icon-audit red"></span>
- <div class="mui-media-body">已结案</div>
- </a>
- </li>
- </ul>
- </div>
- </div>
-
- </div>
- </body>
- <script src="../js/mui.min.js "></script>
- <script src="../js/zepto.js"></script>
- <script src="../js/huayi.config.js"></script>
- <script>
- mui.init();
- mui.plusReady(function() {
- // document.addEventListener("netchange", wainshow, false);
- //网络异常弹出框
- // function wainshow() {
- // if(plus.networkinfo.getCurrentType() == plus.networkinfo.CONNECTION_NONE) {
- // mui.toast("网络连接中断!");
- // }
- //}
- //setInterval(wainshow, 100);
- var token = localStorage.getItem("token"); //获取本地存储
- console.log(token);
- //调度页面跳转
- $('.Dispatch-list').on('tap', function() {
- var isdeal = $(this).attr('data-index');
- var index = $(this).attr('index');
- var issatisfie = $(this).attr('issatisfie');
- mui.openWindow({
- id: 'Work-list',
- url: 'Work-list.html',
- show: {
- autoShow: false
- },
- waiting: {
- autoShow: true //自动显示等待框,默认为true
- },
- extras: {
- token: token,
- isdeal: isdeal,
- index: index,
- issatisfie: issatisfie
- }
- });
- })
- })
- </script>
- </html>
|