123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>江苏港口智能监管信息平台</title>
-
- <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
- <meta http-equiv="description" content="this is my page">
- <meta http-equiv="content-type" content="text/html; charset=UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
- <link>
- <link href="../css/base.min.css" rel="stylesheet">
- <link rel="stylesheet" type="text/css" href="../css/mui.min.css">
- <script type="text/javascript" src="../js/zepto.min.js"></script>
- <style type="text/css">
- *{padding: 0px;margin: 0px;}
- .header {
- width:100%;
- height:45px;
- line-height:45px;
- padding:0;
-
- color:#eee;
- font-size:22px;
- text-align:center;
- color:white;
- background: #2196f3;
- }
- #header {
- position:fixed; z-index:2;
- top:0; left:0;
- width:100%;
- height:45px;
- line-height:45px;
- text-align:center;
- padding:0;
- font-size:22px;
- color:white;
- background: #2196f3;
- color: white;
- }
- #header a{
- color:white;
- }
- body,button,input,div{margin: 0px;padding: 0px}
- .mui-input-group:after {
- position: absolute;
- right: 0;
- bottom: 0;
- left: 0;
- height: 0px;
- content: '';
- background-color: #c8c7cc;
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- }
- input::-webkit-outer-spin-button,
- input::-webkit-inner-spin-button{
- -webkit-appearance: none !important;
- margin: 0;
- }
- .load-bar-content, .modal-content, .modal-dialog, .modal-heading, .nav, .nav .a, .nav a, .nav li, .progress {
- position: fixed;
- }
- .mui-card{margin: 0px}
- </style>
- </head>
-
- <body>
- <header class="header">
- <ul class="nav nav-list pull-left">
- <li><a href="javascript:void(0);" id="goback" onclick="history.back()" ><span class="icon icon-arrow-back icback"></span>
- </a></li>
- </ul>
- <a href="#">文档管理</a>
- </header>
- <div class="mui-content" style="margin-top: 45px;background: white;padding-right: 10px">
- <ul class="mui-table-view mui-table-view-chevron">
- <li class="mui-table-view-cell">
- <span class="mui-navigate-right">
- <img alt="" src="../images/wjtubiao/wenjianjia.png" style="width:40px;height: 40px;"/>
- 目录下
- </span>
- </li>
- <li class="mui-table-view-cell">
- <span >
- <img alt="" src="../images/wjtubiao/wenjian.png" style="width:40px;height: 40px;float: left;margin-right: 10px"/>
- <div class="mui-media-body">
- 周报.xlsx
- <p class="mui-ellipsis">2015-09-09 09:04:09</p>
- </div>
- </span>
- </li>
- <li class="mui-table-view-cell">
- <span >
- <img alt="" src="../images/wjtubiao/wenjian.png" style="width:40px;height: 40px;float: left;margin-right: 10px"/>
- <div class="mui-media-body">
- 关于计划统计.doc
- <p class="mui-ellipsis">2015-09-09 09:04:09</p>
- </div>
- </span>
- </li>
- <li class="mui-table-view-cell">
- <span >
- <img alt="" src="../images/wjtubiao/wenjian.png" style="width:40px;height: 40px;float: left;margin-right: 10px"/>
- <div class="mui-media-body">
- 活动计划.txt
- <p class="mui-ellipsis">2015-09-09 09:04:09</p>
- </div>
- </span>
- </li>
- </ul>
- </div>
- </body>
- </html>
|