| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267 |
- <!doctype html>
- <html lang="en" class="feedback">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
- <title>信息处理</title>
- <link rel="stylesheet" type="text/css" href="../css/mui.min.css" />
- <link rel="stylesheet" type="text/css" href="../css/feedback-page.css" />
- <link rel="stylesheet" type="text/css" href="../css/Common.css" />
- <style>
- .Span {
- line-height: 40px;
- padding: 11px 10px 11px 0;
- }
-
- .mui-checkbox input[type=checkbox],
- .mui-radio input[type=radio] {
- position: static;
- }
-
- ul li {
- list-style: none;
- float: left;
- }
-
- .XXSH ul {
- float: left;
- margin: 0;
- width: 100%;
- padding-left: 15px;
- }
-
- .XXSH li {
- width: 30%;
- float: left;
- list-style: none;
- line-height: 40px;
- }
-
- .XXFL ul {
- margin: 0;
- float: left;
- width: 60%;
- padding-left: 11px;
- }
-
- .XXFL ul li {
- width: 50%;
- }
- .img-box {
- float: left;
- width: 25%;
- text-align: center;
- }
- /*自定义CSS*/
- .mui-preview-image.mui-fullscreen {
- position: fixed;
- z-index: 20;
- background-color: #000;
- }
- .mui-preview-header,
- .mui-preview-footer {
- position: absolute;
- width: 100%;
- left: 0;
- z-index: 10;
- }
- .mui-preview-header {
- height: 44px;
- top: 0;
- }
- .mui-preview-footer {
- height: 50px;
- bottom: 0px;
- }
- .mui-preview-header .mui-preview-indicator {
- display: block;
- line-height: 25px;
- color: #fff;
- text-align: center;
- margin: 15px auto 4;
- width: 70px;
- background-color: rgba(0, 0, 0, 0.4);
- border-radius: 12px;
- font-size: 16px;
- }
- .mui-preview-image {
- display: none;
- -webkit-animation-duration: 0.5s;
- animation-duration: 0.5s;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- }
- .mui-preview-image.mui-preview-in {
- -webkit-animation-name: fadeIn;
- animation-name: fadeIn;
- }
- .mui-preview-image.mui-preview-out {
- background: none;
- -webkit-animation-name: fadeOut;
- animation-name: fadeOut;
- }
- .mui-preview-image.mui-preview-out .mui-preview-header,
- .mui-preview-image.mui-preview-out .mui-preview-footer {
- display: none;
- }
- .mui-zoom-scroller {
- position: absolute;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- left: 0;
- right: 0;
- bottom: 0;
- top: 0;
- width: 100%;
- height: 100%;
- margin: 0;
- -webkit-backface-visibility: hidden;
- }
- .mui-zoom {
- -webkit-transform-style: preserve-3d;
- transform-style: preserve-3d;
- }
- .mui-slider .mui-slider-group .mui-slider-item img {
- width: auto;
- height: auto;
- max-width: 100%;
- max-height: 100%;
- }
- .mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
- width: 100%;
- }
- .mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
- display: inline-table;
- }
- .mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
- display: table-cell;
- vertical-align: middle;
- }
- .mui-preview-loading {
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- display: none;
- }
- .mui-preview-loading.mui-active {
- display: block;
- }
- .mui-preview-loading .mui-spinner-white {
- position: absolute;
- top: 50%;
- left: 50%;
- margin-left: -25px;
- margin-top: -25px;
- height: 50px;
- width: 50px;
- }
- .mui-preview-image img.mui-transitioning {
- -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
- transition: transform 0.5s ease, opacity 0.5s ease;
- }
- @-webkit-keyframes fadeIn {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes fadeIn {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @-webkit-keyframes fadeOut {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
- @keyframes fadeOut {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
- p img {
- max-width: 100%;
- height: auto;
- }
- </style>
- </head>
- <body>
- <div class="mui-content">
- <div class="row mui-input-row">
- <label>工单详情 :</label>
- <textarea id='question' class="mui-input-clear question" placeholder=""></textarea>
- </div>
- <div id='image-list' class="row image-list"></div>
- <form class="mui-input-group">
- <div class="mui-input-row mui-radio XXSH ">
- <ul>
- <li><span class="Span">信息审核 :</span></li>
- <li><span class="Span"><input name="radio1" type="radio" value="2"></span>有效</li>
- <li><span class="Span"><input name="radio1" type="radio" value="1"></span>无效</li>
- </ul>
- </div>
- <div class="mui-input-row mui-checkbox XXFL" style="height: 100%;">
- <label for="" style="width: 30%;float: left; padding:11px 15px;">信息分类 :</label>
- <ul class="TypeList">
- </ul>
- </div>
- <div class="mui-input-row">
- <label>处理意见 :</label>
- <input type="text" class="mui-input-clear" placeholder="" id="clcont">
- </div>
- <div class="mui-input-row">
- <label>交办单位 :</label>
- <select class="mui-select" name="" id="GetAreaList">
- </select>
- </div>
- </div>
- </form>
- <div class="mui-button-row" id="Btns-box">
- <button type="button" id="submit" class="mui-btn mui-btn-primary" onclick="return false;">提交</button>
- </div>
- </div>
- <script src="../js/zepto.js"></script>
- <script src="../Script/Common/huayi.config.js"></script>
- <script src="../Script/Common/huayi.http.js"></script>
- <script src="../js/mui.min.js"></script>
- <!--图片放大插件-->
- <script src="../js/mui.zoom.js"></script>
- <script src="../js/mui.previewimage.js"></script>
- <script src="../js/Workdeal.js"></script>
- <script type="text/javascript">
- mui.init();
- mui('.mui-scroll-wrapper').scroll();
- mui.previewImage();
- </script>
- </body>
- </html>
|