123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>主页面</title>
- <meta name="renderer" content="webkit">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
- <link rel="stylesheet" href="/static/plugins/font-awesome-4.7.0/css/font-awesome.min.css" media="all">
- <link rel="stylesheet" href="/static/admin/css/main.css" media="all">
- <link rel="stylesheet" href="/static/plugins/layui/css/layui.css" media="all">
- <!--<style>-->
- <!--.layui-card {border:1px solid #f2f2f2;border-radius:5px;}-->
- <!--.icon {margin-right:10px;color:#1aa094;}-->
- <!--.icon-cray {color:#ffb800!important;}-->
- <!--.icon-blue {color:#1e9fff!important;}-->
- <!--.icon-tip {color:#ff5722!important;}-->
- <!--.LM-qiuck-module {text-align:center;margin-top: 10px}-->
- <!--.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;}-->
- <!--.LM-qiuck-module a cite {position:relative;top:2px;display:block;color:#666;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:14px;}-->
- <!--.welcome-module {width:100%;height:210px;}-->
- <!--.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)}-->
- <!--.panel-body {padding:10px}-->
- <!--.panel-title {margin-top:0;margin-bottom:0;font-size:12px;color:inherit}-->
- <!--.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;}-->
- <!--.layui-red {color:red}-->
- <!--.main_btn > p {height:40px;}-->
- <!--.layui-bg-number {background-color:#F8F8F8;}-->
- <!--.LM-notice:hover {background:#f6f6f6;}-->
- <!--.LM-notice {padding:7px 16px;clear:both;font-size:12px !important;cursor:pointer;position:relative;transition:background 0.2s ease-in-out;}-->
- <!--.LM-notice-title,.LM-notice-label {-->
- <!--padding-right: 70px !important;text-overflow:ellipsis!important;overflow:hidden!important;white-space:nowrap!important;}-->
- <!--.LM-notice-title {line-height:28px;font-size:14px;}-->
- <!--.LM-notice-extra {position:absolute;top:50%;margin-top:-8px;right:16px;display:inline-block;height:16px;color:#999;}-->
- <!--</style>-->
- <style>
- .center {
- text-align: center;
- background-color: #F9F9F9 !important;
- }
- .boder {
- border: 1px solid #D2D2D2 !important;
- }
- .p-size {
- font-weight: 700;
- font-size: 20px;
- }
- .border-left{
- border-left-width: 5px;
- border-left-style: solid;
- }
- </style>
- </head>
- <body>
- <div class="LM-container">
- <div class="LM-main">
- <div class="layui-row layui-col-space15">
- 首页
- </div>
- </div>
- </div>
- <script src="/static/plugins/layui/layui.js" charset="utf-8"></script>
- <script src="/static/plugins/echarts/echarts.min.js" charset="utf-8"></script>
- <script src="/static/plugins/echarts/echarts-theme.js" charset="utf-8"></script>
- <script>
- // layui.config({
- // base: "/static/admin/js/"
- // }).extend({
- // "LM": "LM"
- // });
- // layui.use(['layer', 'LM'], function () {
- // var $ = layui.jquery,
- // layer = layui.layer;
- //
- // /**
- // * 查看公告信息
- // **/
- // $('body').on('click', '.LM-notice', function () {
- // var title = $(this).children('.LM-notice-title').text(),
- // noticeTime = $(this).children('.LM-notice-extra').text(),
- // content = $(this).children('.LM-notice-content').html();
- // var html = '<div style="padding:15px 20px; text-align:justify; line-height: 22px;border-bottom:1px solid #e2e2e2;background-color: #2f4056;color: #ffffff">\n' +
- // '<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' +
- // '<div style="font-size: 12px">' + content + '</div>\n' +
- // '</div>\n';
- // parent.layer.open({
- // type: 1,
- // title: '系统公告'+'<span style="float: right;right: 1px;font-size: 12px;color: #b1b3b9;margin-top: 1px">'+noticeTime+'</span>',
- // area: '300px;',
- // shade: 0.8,
- // id: 'LM-notice',
- // btn: ['查看', '取消'],
- // btnAlign: 'c',
- // moveType: 1,
- // content:html,
- // success: function (layero) {
- // var btn = layero.find('.layui-layer-btn');
- // btn.find('.layui-layer-btn0').attr({
- // href: 'https://github.com/yue909/LEMOCMS',
- // target: '_blank'
- // });
- // }
- // });
- // });
- //
- // /**
- // * 报表功能
- // */
- // var echartsRecords = echarts.init(document.getElementById('echarts-records'), 'walden');
- // var optionRecords = {
- // tooltip: {
- // trigger: 'axis'
- // },
- // legend: {
- // data:['邮件营销','联盟广告','视频广告','直接访问','搜索引擎']
- // },
- // grid: {
- // left: '3%',
- // right: '4%',
- // bottom: '3%',
- // containLabel: true
- // },
- // toolbox: {
- // feature: {
- // saveAsImage: {}
- // }
- // },
- // xAxis: {
- // type: 'category',
- // boundaryGap: false,
- // data: ['周一','周二','周三','周四','周五','周六','周日']
- // },
- // yAxis: {
- // type: 'value'
- // },
- // series: [
- // {
- // name:'邮件营销',
- // type:'line',
- // stack: '总量',
- // data:[120, 132, 101, 134, 90, 230, 210]
- // },
- // {
- // name:'联盟广告',
- // type:'line',
- // stack: '总量',
- // data:[220, 182, 191, 234, 290, 330, 310]
- // },
- // {
- // name:'视频广告',
- // type:'line',
- // stack: '总量',
- // data:[150, 232, 201, 154, 190, 330, 410]
- // },
- // {
- // name:'直接访问',
- // type:'line',
- // stack: '总量',
- // data:[320, 332, 301, 334, 390, 330, 320]
- // },
- // {
- // name:'搜索引擎',
- // type:'line',
- // stack: '总量',
- // data:[820, 932, 901, 934, 1290, 1330, 1320]
- // }
- // ]
- // };
- // echartsRecords.setOption(optionRecords);
- //
- // // echarts 窗口缩放自适应
- // window.onresize = function(){
- // echartsRecords.resize();
- // }
- //
- // });
- </script>
- </body>
- </html>
|