14d50cc59972e0ab82b71f4b5f381353.php 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. <?php /*a:1:{s:58:"D:\phpstudy_pro\WWW\cxy\bts\php\view\admin\index\main.html";i:1590993415;}*/ ?>
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <title>主页面</title>
  7. <meta name="renderer" content="webkit">
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  9. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  10. <link rel="stylesheet" href="/static/plugins/font-awesome-4.7.0/css/font-awesome.min.css" media="all">
  11. <link rel="stylesheet" href="/static/admin/css/main.css" media="all">
  12. <link rel="stylesheet" href="/static/plugins/layui/css/layui.css" media="all">
  13. <!--<style>-->
  14. <!--.layui-card {border:1px solid #f2f2f2;border-radius:5px;}-->
  15. <!--.icon {margin-right:10px;color:#1aa094;}-->
  16. <!--.icon-cray {color:#ffb800!important;}-->
  17. <!--.icon-blue {color:#1e9fff!important;}-->
  18. <!--.icon-tip {color:#ff5722!important;}-->
  19. <!--.LM-qiuck-module {text-align:center;margin-top: 10px}-->
  20. <!--.LM-qiuck-module a i {display:inline-block;width:100%;height:60px;line-height:60px;text-align:center;border-radius:2px;font-size:30px;background-color:#F8F8F8;color:#333;transition:all .3s;-webkit-transition:all .3s;}-->
  21. <!--.LM-qiuck-module a cite {position:relative;top:2px;display:block;color:#666;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:14px;}-->
  22. <!--.welcome-module {width:100%;height:210px;}-->
  23. <!--.panel {background-color:#fff;border:1px solid transparent;border-radius:3px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}-->
  24. <!--.panel-body {padding:10px}-->
  25. <!--.panel-title {margin-top:0;margin-bottom:0;font-size:12px;color:inherit}-->
  26. <!--.label {display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;margin-top: .3em;}-->
  27. <!--.layui-red {color:red}-->
  28. <!--.main_btn > p {height:40px;}-->
  29. <!--.layui-bg-number {background-color:#F8F8F8;}-->
  30. <!--.LM-notice:hover {background:#f6f6f6;}-->
  31. <!--.LM-notice {padding:7px 16px;clear:both;font-size:12px !important;cursor:pointer;position:relative;transition:background 0.2s ease-in-out;}-->
  32. <!--.LM-notice-title,.LM-notice-label {-->
  33. <!--padding-right: 70px !important;text-overflow:ellipsis!important;overflow:hidden!important;white-space:nowrap!important;}-->
  34. <!--.LM-notice-title {line-height:28px;font-size:14px;}-->
  35. <!--.LM-notice-extra {position:absolute;top:50%;margin-top:-8px;right:16px;display:inline-block;height:16px;color:#999;}-->
  36. <!--</style>-->
  37. <style>
  38. .center {
  39. text-align: center;
  40. background-color: #F9F9F9 !important;
  41. }
  42. .boder {
  43. border: 1px solid #D2D2D2 !important;
  44. }
  45. .p-size {
  46. font-weight: 700;
  47. font-size: 20px;
  48. }
  49. .border-left{
  50. border-left-width: 5px;
  51. border-left-style: solid;
  52. }
  53. </style>
  54. </head>
  55. <body>
  56. <div class="LM-container">
  57. <div class="LM-main">
  58. <div class="layui-row layui-col-space15">
  59. 首页
  60. </div>
  61. </div>
  62. </div>
  63. <script src="/static/plugins/layui/layui.js" charset="utf-8"></script>
  64. <script src="/static/plugins/echarts/echarts.min.js" charset="utf-8"></script>
  65. <script src="/static/plugins/echarts/echarts-theme.js" charset="utf-8"></script>
  66. <script>
  67. // layui.config({
  68. // base: "/static/admin/js/"
  69. // }).extend({
  70. // "LM": "LM"
  71. // });
  72. // layui.use(['layer', 'LM'], function () {
  73. // var $ = layui.jquery,
  74. // layer = layui.layer;
  75. //
  76. // /**
  77. // * 查看公告信息
  78. // **/
  79. // $('body').on('click', '.LM-notice', function () {
  80. // var title = $(this).children('.LM-notice-title').text(),
  81. // noticeTime = $(this).children('.LM-notice-extra').text(),
  82. // content = $(this).children('.LM-notice-content').html();
  83. // var html = '<div style="padding:15px 20px; text-align:justify; line-height: 22px;border-bottom:1px solid #e2e2e2;background-color: #2f4056;color: #ffffff">\n' +
  84. // '<div style="text-align: center;margin-bottom: 20px;font-weight: bold;border-bottom:1px solid #718fb5;padding-bottom: 5px"><h4 class="text-danger">' + title + '</h4></div>\n' +
  85. // '<div style="font-size: 12px">' + content + '</div>\n' +
  86. // '</div>\n';
  87. // parent.layer.open({
  88. // type: 1,
  89. // title: '系统公告'+'<span style="float: right;right: 1px;font-size: 12px;color: #b1b3b9;margin-top: 1px">'+noticeTime+'</span>',
  90. // area: '300px;',
  91. // shade: 0.8,
  92. // id: 'LM-notice',
  93. // btn: ['查看', '取消'],
  94. // btnAlign: 'c',
  95. // moveType: 1,
  96. // content:html,
  97. // success: function (layero) {
  98. // var btn = layero.find('.layui-layer-btn');
  99. // btn.find('.layui-layer-btn0').attr({
  100. // href: 'https://github.com/yue909/LEMOCMS',
  101. // target: '_blank'
  102. // });
  103. // }
  104. // });
  105. // });
  106. //
  107. // /**
  108. // * 报表功能
  109. // */
  110. // var echartsRecords = echarts.init(document.getElementById('echarts-records'), 'walden');
  111. // var optionRecords = {
  112. // tooltip: {
  113. // trigger: 'axis'
  114. // },
  115. // legend: {
  116. // data:['邮件营销','联盟广告','视频广告','直接访问','搜索引擎']
  117. // },
  118. // grid: {
  119. // left: '3%',
  120. // right: '4%',
  121. // bottom: '3%',
  122. // containLabel: true
  123. // },
  124. // toolbox: {
  125. // feature: {
  126. // saveAsImage: {}
  127. // }
  128. // },
  129. // xAxis: {
  130. // type: 'category',
  131. // boundaryGap: false,
  132. // data: ['周一','周二','周三','周四','周五','周六','周日']
  133. // },
  134. // yAxis: {
  135. // type: 'value'
  136. // },
  137. // series: [
  138. // {
  139. // name:'邮件营销',
  140. // type:'line',
  141. // stack: '总量',
  142. // data:[120, 132, 101, 134, 90, 230, 210]
  143. // },
  144. // {
  145. // name:'联盟广告',
  146. // type:'line',
  147. // stack: '总量',
  148. // data:[220, 182, 191, 234, 290, 330, 310]
  149. // },
  150. // {
  151. // name:'视频广告',
  152. // type:'line',
  153. // stack: '总量',
  154. // data:[150, 232, 201, 154, 190, 330, 410]
  155. // },
  156. // {
  157. // name:'直接访问',
  158. // type:'line',
  159. // stack: '总量',
  160. // data:[320, 332, 301, 334, 390, 330, 320]
  161. // },
  162. // {
  163. // name:'搜索引擎',
  164. // type:'line',
  165. // stack: '总量',
  166. // data:[820, 932, 901, 934, 1290, 1330, 1320]
  167. // }
  168. // ]
  169. // };
  170. // echartsRecords.setOption(optionRecords);
  171. //
  172. // // echarts 窗口缩放自适应
  173. // window.onresize = function(){
  174. // echartsRecords.resize();
  175. // }
  176. //
  177. // });
  178. </script>
  179. </body>
  180. </html>