systemmanage_log.html 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  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,minimum-scale=1,maximum-scale=1,user-scalable=no" />
  7. <link href="../css/mui.min.css" rel="stylesheet" />
  8. <link href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet">
  9. <link href="../css/common.css" rel="stylesheet" />
  10. <style type="text/css">
  11. /*提交按钮*/
  12. .equipTitle {
  13. color: #21b2e7;
  14. font-size: 14px;
  15. }
  16. .mui-table-view-cell p {
  17. color: #333;
  18. font-size: 16px;
  19. margin-top: 4px;
  20. }
  21. .fa-cloud-upload {
  22. display: inline-block;
  23. font-size: 12px;
  24. }
  25. .fa-cloud-upload:before {
  26. display: block;
  27. text-align: center;
  28. font-size: 19px;
  29. margin: 3px 0;
  30. }
  31. /*搜索框*/
  32. .searchBox {
  33. background-color: #eee;
  34. padding: 0px 8px;
  35. position: relative;
  36. margin: 6px 0 8px;
  37. }
  38. .mui-search input[type=search]{
  39. margin-bottom: 0;
  40. }
  41. .mui-search .mui-placeholder {
  42. text-align: left;
  43. left: 5px;
  44. }
  45. input[type=search] {
  46. background: #fff;
  47. }
  48. .mui-search .mui-placeholder .mui-icon {
  49. color: #777;
  50. }
  51. .searchBtnBox {
  52. position: absolute;
  53. right: 8px;
  54. top: 0px;
  55. z-index: 10;
  56. }
  57. #searchBtn {
  58. letter-spacing: 3px;
  59. line-height: 1.6;
  60. border: none;
  61. }
  62. .cutline {
  63. display: inline-block;
  64. border-left: .08em dashed #777;
  65. margin-top: 6px;
  66. }
  67. /*方块形复选框*/
  68. .mui-checkbox input[type=checkbox]:before {
  69. content: '\e413';
  70. }
  71. .mui-checkbox input[type=checkbox]:checked:before {
  72. content: '\e443';
  73. }
  74. .mui-checkbox input[type=checkbox]:before,
  75. .mui-radio input[type=radio]:before {
  76. font-size: 18px;
  77. }
  78. .mui-checkbox.mui-left input[type=checkbox],
  79. .mui-radio.mui-left input[type=radio] {
  80. left: 15px;
  81. }
  82. .mui-checkbox.mui-left label,
  83. .mui-radio.mui-left label {
  84. padding-left: 40px
  85. }
  86. .mui-checkbox {
  87. display: inline-block;
  88. }
  89. .mui-checkbox input[type=checkbox],
  90. .mui-radio input[type=radio] {
  91. top: 10px;
  92. width: 20px;
  93. height: 20px;
  94. }
  95. .mui-navigate-right:after,
  96. .mui-push-right:after {
  97. content: '\e581';
  98. }
  99. .secondary.active .mui-navigate-right:after,
  100. .secondary.active .mui-push-right:after {
  101. content: '\e580';
  102. }
  103. .mui-table-view-cell>a:not(.mui-btn) {
  104. padding: 0;
  105. margin: 0;
  106. }
  107. .secondary>.secondaryDetial {
  108. display: none;
  109. transition: height .35s ease;
  110. }
  111. .secondary.active>.secondaryDetial {
  112. display: block;
  113. }
  114. .mui-table-view-cell {
  115. padding: 0;
  116. }
  117. .secondaryDetial {
  118. padding: 5px 0 0 40px;
  119. background: #eee;
  120. }
  121. .secondaryDetial p {
  122. line-height: 25px;
  123. color: #333;
  124. }
  125. /*input*/
  126. .secondary input {
  127. position: absolute;
  128. display: inline-block;
  129. border: 0;
  130. outline: 0!important;
  131. background-color: transparent;
  132. -webkit-appearance: none;
  133. top: 10px;
  134. width: 20px;
  135. height: 20px;
  136. left: 14px;
  137. }
  138. .secondary input:before {
  139. font-size: 18px;
  140. content: '\e413';
  141. font-family: Muiicons;
  142. font-weight: 400;
  143. line-height: 1;
  144. text-decoration: none;
  145. color: #aaa;
  146. border-radius: 0;
  147. background: 0 0;
  148. -webkit-font-smoothing: antialiased;
  149. }
  150. .secondary input[type=checkbox]:checked:before {
  151. content: '\e443';
  152. color: #007aff;
  153. }
  154. .secondary span ,.headline{
  155. line-height: 24px;
  156. padding-left: 30px;
  157. }
  158. .headline{
  159. color: #21b2e7;
  160. font-size: 14px;
  161. }
  162. .mui-table-view-cell>a:not(.mui-btn){
  163. padding: 5px 0;
  164. }
  165. </style>
  166. </head>
  167. <body>
  168. <header class="mui-bar mui-bar-nav">
  169. <a class="mui-action-back mui-icon mui-icon-left-nav mui-pull-left"></a>
  170. <h1 class="mui-title">日志管理</h1>
  171. <!--<a class="fa fa-cloud-upload mui-pull-right">提交</a>-->
  172. </header>
  173. <div class="mui-content">
  174. <div class="searchBox">
  175. <div class="mui-input-row mui-search">
  176. <input type="search" placeholder="请输入用户名">
  177. </div>
  178. <div class="searchBtnBox">
  179. <span class="cutline">&nbsp;</span>
  180. <button id="searchBtn">搜索</button>
  181. </div>
  182. </div>
  183. <div id="">
  184. <ul class="mui-table-view" id="option">
  185. <li class="mui-table-view-cell secondary">
  186. <a class="mui-navigate-right" href="#">
  187. <div class="headline">时间</div>
  188. <span>2018-07-10 08:12:35</span>
  189. </a>
  190. <div class="secondaryDetial">
  191. <p>用户名:admin</p>
  192. <p>用户IP:127.0.0.1</p>
  193. <p>操作:报表管理-杀虫灯报表详情</p>
  194. </div>
  195. </li>
  196. <li class="mui-table-view-cell secondary">
  197. <a class="mui-navigate-right" href="#">
  198. <div class="headline">时间</div>
  199. <span>2018-07-10 08:12:35</span>
  200. </a>
  201. <div class="secondaryDetial">
  202. <p>用户名:admin</p>
  203. <p>用户IP:127.0.0.1</p>
  204. <p>操作:报表管理-杀虫灯报表详情</p>
  205. </div>
  206. </li>
  207. </ul>
  208. </div>
  209. <script src="../js/mui.min.js"></script>
  210. <script type="text/javascript">
  211. mui.init();
  212. //二级选项卡
  213. mui('#option').on('tap', '.secondary', function() {
  214. var classAttr = this.getAttribute("class").split(' ');
  215. if(classAttr.indexOf('active') == -1) {
  216. mui('.secondary').each(function(){
  217. this.classList.remove("active"); 
  218. })
  219. this.classList.add("active");
  220. } else {
  221. this.classList.remove("active"); 
  222. }
  223. })
  224. mui('.secondary').on('tap', '.secondaryDetial', function(event) {
  225. console.log(event)
  226. event.stopPropagation();
  227. })
  228. </script>
  229. </body>
  230. </html>