删除静态文件
@ -1,34 +0,0 @@
|
||||
/** 错误页面样式 */
|
||||
.error-page {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.error-page-img {
|
||||
max-width: 100%;
|
||||
max-height: 300px;
|
||||
}
|
||||
|
||||
.error-page-info {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.error-page-info h1 {
|
||||
color: #434e59;
|
||||
font-size: 72px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.error-page-info-desc {
|
||||
color: #777;
|
||||
font-size: 20px;
|
||||
line-height: 28px;
|
||||
margin-bottom: 16px;
|
||||
}
|
@ -1,165 +0,0 @@
|
||||
/** 登录页面样式 */
|
||||
|
||||
body {
|
||||
background-image: url(".._login2.png");
|
||||
background-position: center 110px;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100%;
|
||||
background-color: #f0f2f5;
|
||||
}
|
||||
|
||||
.login-wrapper, body, html {
|
||||
height: 100%
|
||||
}
|
||||
|
||||
.login-wrapper {
|
||||
overflow: auto;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.login-body {
|
||||
padding: 10px 10px 40px 10px;
|
||||
}
|
||||
|
||||
.login-body > .layui-card {
|
||||
max-width: 360px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.login-body .layui-card-header {
|
||||
font-weight: 700;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.login-body .layui-form-pane .layui-form-label {
|
||||
width: 48px;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.login-body .layui-form-pane .layui-input-block {
|
||||
margin-left: 48px;
|
||||
}
|
||||
|
||||
.login-body .login-captcha {
|
||||
width: 100%;
|
||||
cursor: pointer;
|
||||
height: 38px;
|
||||
border: 1px solid #e6e6e6;
|
||||
border-radius: 2px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.login-body .login-other > * {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-right: 10px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.login-body .login-other .layui-icon {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
.login-body .login-other a:hover {
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
.layui-icon-login-qq {
|
||||
color: #3492ED
|
||||
}
|
||||
|
||||
.layui-icon-login-wechat {
|
||||
color: #4DAF29
|
||||
}
|
||||
|
||||
.layui-icon-login-weibo {
|
||||
color: #CF1900
|
||||
}
|
||||
|
||||
/** 底部样式 */
|
||||
.login-footer {
|
||||
text-align: center;
|
||||
line-height: 30px;
|
||||
color: rgba(255, 255, 255, 0.7) !important;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.login-footer span {
|
||||
padding: 0 5px
|
||||
}
|
||||
|
||||
.login-footer a {
|
||||
padding: 0 5px;
|
||||
color: rgba(255, 255, 255, 0.7) !important;
|
||||
}
|
||||
|
||||
.login-footer a:hover {
|
||||
color: rgba(255, 255, 255, 0.4) !important;
|
||||
}
|
||||
|
||||
/** 头部样式 */
|
||||
.login-header {
|
||||
font-family: Myriad Pro, Helvetica Neue, Arial, Helvetica, sans-serif;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
color: rgba(255, 255, 255, 0.85) !important;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.login-header img {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
/** 移动设备样式 */
|
||||
@media screen and (min-height: 590px) {
|
||||
.login-footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-height: 670px) {
|
||||
.login-body {
|
||||
padding: 110px 10px 40px 10px;
|
||||
}
|
||||
}
|
||||
|
||||
/** 辅助样式 */
|
||||
.layui-link {
|
||||
color: #029789 !important;
|
||||
}
|
||||
|
||||
.layui-link:hover {
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
.pull-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.inline-block {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.login-header {
|
||||
color: rgba(0, 0, 0, .85) !important;
|
||||
}
|
||||
|
||||
.login-footer {
|
||||
color: rgba(0, 0, 0, 0.7) !important;
|
||||
}
|
||||
|
||||
.login-footer a {
|
||||
color: rgba(0, 0, 0, 0.7) !important;
|
||||
}
|
||||
|
||||
.login-footer a:hover {
|
||||
color: rgba(0, 0, 0, 0.4) !important;
|
||||
}
|
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 17 KiB |
@ -1,63 +0,0 @@
|
||||
/** EasyWeb iframe v3.1.5 date:2019-10-05 License By http://easyweb.vip */
|
||||
|
||||
// 以下代码是配置layui扩展模块的目录,每个页面都需要引入
|
||||
layui.config({
|
||||
version: '315',
|
||||
base: getProjectUrl() + 'assets/module/'
|
||||
}).extend({
|
||||
formSelects: 'formSelects/formSelects-v4',
|
||||
treeTable: 'treetable-lay/treeTable',
|
||||
dropdown: 'dropdown/dropdown',
|
||||
notice: 'notice/notice',
|
||||
step: 'step-lay/step',
|
||||
dtree: 'dtree/dtree',
|
||||
citypicker: 'city-picker/city-picker',
|
||||
tableSelect: 'tableSelect/tableSelect',
|
||||
Cropper: 'Cropper/Cropper',
|
||||
zTree: 'zTree/zTree',
|
||||
introJs: 'introJs/introJs',
|
||||
fileChoose: 'fileChoose/fileChoose',
|
||||
tagsInput: 'tagsInput/tagsInput',
|
||||
Drag: 'Drag/Drag',
|
||||
CKEDITOR: 'ckeditor/ckeditor',
|
||||
Split: 'Split/Split',
|
||||
cascader: 'cascader/cascader',
|
||||
authtree: 'authtree/authtree',
|
||||
}).use(['layer', 'admin'], function () {
|
||||
var $ = layui.jquery;
|
||||
var layer = layui.layer;
|
||||
var admin = layui.admin;
|
||||
|
||||
admin.ajaxSuccessBefore = function (res, requestUrl) {
|
||||
if (typeof(res) != 'string') {
|
||||
if (res.code !== 10000) {
|
||||
layer.msg(res.msg, {icon: 2});
|
||||
return false; // 返回false阻止代码执行
|
||||
}
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
// 移除loading动画
|
||||
setTimeout(function () {
|
||||
admin.removeLoading();
|
||||
}, window == top ? 600 : 100);
|
||||
|
||||
});
|
||||
|
||||
// 获取当前项目的根路径,通过获取layui.js全路径截取assets之前的地址
|
||||
function getProjectUrl() {
|
||||
var layuiDir = layui.cache.dir;
|
||||
if (!layuiDir) {
|
||||
var js = document.scripts, last = js.length - 1, src;
|
||||
for (var i = last; i > 0; i--) {
|
||||
if (js[i].readyState === 'interactive') {
|
||||
src = js[i].src;
|
||||
break;
|
||||
}
|
||||
}
|
||||
var jsPath = src || js[last].src;
|
||||
layuiDir = jsPath.substring(0, jsPath.lastIndexOf('/') + 1);
|
||||
}
|
||||
return layuiDir.substring(0, layuiDir.indexOf('assets'));
|
||||
}
|
@ -1,79 +0,0 @@
|
||||
var myEchartsTheme = {
|
||||
color: ["#009688", "#1E9FFF", "#5FB878", "#FFB980", "#D87A80", "#8d98b3", "#e5cf0d", "#97b552", "#95706d", "#dc69aa", "#07a2a4", "#9a7fd1", "#588dd5", "#f5994e", "#c05050", "#59678c", "#c9ab00", "#7eb00a", "#6f5553", "#c14089"],
|
||||
title: {textStyle: {fontWeight: "normal", color: "#666"}},
|
||||
dataRange: {itemWidth: 15, color: ["#009688", "#e0ffff"]},
|
||||
toolbox: {color: ["#1e90ff", "#1e90ff", "#1e90ff", "#1e90ff"], effectiveColor: "#ff4500"},
|
||||
tooltip: {
|
||||
backgroundColor: "rgba(50,50,50,0.5)",
|
||||
axisPointer: {
|
||||
type: "line",
|
||||
lineStyle: {color: "#009688"},
|
||||
crossStyle: {color: "#008acd"},
|
||||
shadowStyle: {color: "rgba(200,200,200,0.2)"}
|
||||
}
|
||||
},
|
||||
dataZoom: {dataBackgroundColor: "#efefff", fillerColor: "rgba(182,162,222,0.2)", handleColor: "#008acd"},
|
||||
grid: {borderColor: "#eee"},
|
||||
categoryAxis: {
|
||||
axisLine: {lineStyle: {color: "#009688"}},
|
||||
axisTick: {show: !1},
|
||||
splitLine: {lineStyle: {color: ["#eee"]}}
|
||||
},
|
||||
valueAxis: {
|
||||
axisLine: {lineStyle: {color: "#009688"}},
|
||||
splitArea: {show: !0, areaStyle: {color: ["rgba(250,250,250,0.1)", "rgba(200,200,200,0.1)"]}},
|
||||
splitLine: {lineStyle: {color: ["#eee"]}}
|
||||
},
|
||||
polar: {
|
||||
axisLine: {lineStyle: {color: "#ddd"}},
|
||||
splitArea: {show: !0, areaStyle: {color: ["rgba(250,250,250,0.2)", "rgba(200,200,200,0.2)"]}},
|
||||
splitLine: {lineStyle: {color: "#ddd"}}
|
||||
},
|
||||
timeline: {
|
||||
lineStyle: {color: "#009688"},
|
||||
controlStyle: {normal: {color: "#009688"}, emphasis: {color: "#009688"}},
|
||||
symbol: "emptyCircle",
|
||||
symbolSize: 3
|
||||
},
|
||||
bar: {itemStyle: {normal: {barBorderRadius: 2}, emphasis: {barBorderRadius: 2}}},
|
||||
line: {smooth: !0, symbol: "emptyCircle", symbolSize: 3},
|
||||
k: {
|
||||
itemStyle: {
|
||||
normal: {
|
||||
color: "#d87a80",
|
||||
color0: "#2ec7c9",
|
||||
lineStyle: {color: "#d87a80", color0: "#2ec7c9"}
|
||||
}
|
||||
}
|
||||
},
|
||||
scatter: {symbol: "circle", symbolSize: 4},
|
||||
radar: {symbol: "emptyCircle", symbolSize: 3},
|
||||
map: {
|
||||
itemStyle: {
|
||||
normal: {areaStyle: {color: "#ddd"}, label: {textStyle: {color: "#d87a80"}}},
|
||||
emphasis: {areaStyle: {color: "#fe994e"}}
|
||||
}
|
||||
},
|
||||
force: {itemStyle: {normal: {linkStyle: {color: "#1e90ff"}}}},
|
||||
chord: {
|
||||
itemStyle: {
|
||||
normal: {
|
||||
borderWidth: 1,
|
||||
borderColor: "rgba(128, 128, 128, 0.5)",
|
||||
chordStyle: {lineStyle: {color: "rgba(128, 128, 128, 0.5)"}}
|
||||
},
|
||||
emphasis: {
|
||||
borderWidth: 1,
|
||||
borderColor: "rgba(128, 128, 128, 0.5)",
|
||||
chordStyle: {lineStyle: {color: "rgba(128, 128, 128, 0.5)"}}
|
||||
}
|
||||
}
|
||||
},
|
||||
gauge: {
|
||||
axisLine: {lineStyle: {color: [[.2, "#2ec7c9"], [.8, "#5ab1ef"], [1, "#d87a80"]], width: 10}},
|
||||
axisTick: {splitNumber: 10, length: 15, lineStyle: {color: "auto"}},
|
||||
splitLine: {length: 22, lineStyle: {color: "auto"}},
|
||||
pointer: {width: 5}
|
||||
},
|
||||
textStyle: {fontFamily: "微软雅黑, Arial, Verdana, sans-serif"}
|
||||
};
|
@ -1,2 +0,0 @@
|
||||
/** layui-v2.5.5 MIT License By https://www.layui.com */
|
||||
html #layuicss-skincodecss{display:none;position:absolute;width:1989px}.layui-code-h3,.layui-code-view{position:relative;font-size:12px}.layui-code-view{display:block;margin:10px 0;padding:0;border:1px solid #e2e2e2;border-left-width:6px;background-color:#F2F2F2;color:#333;font-family:Courier New}.layui-code-h3{padding:0 10px;height:32px;line-height:32px;border-bottom:1px solid #e2e2e2}.layui-code-h3 a{position:absolute;right:10px;top:0;color:#999}.layui-code-view .layui-code-ol{position:relative;overflow:auto}.layui-code-view .layui-code-ol li{position:relative;margin-left:45px;line-height:20px;padding:0 5px;border-left:1px solid #e2e2e2;list-style-type:decimal-leading-zero;*list-style-type:decimal;background-color:#fff}.layui-code-view pre{margin:0}.layui-code-notepad{border:1px solid #0C0C0C;border-left-color:#3F3F3F;background-color:#0C0C0C;color:#C2BE9E}.layui-code-notepad .layui-code-h3{border-bottom:none}.layui-code-notepad .layui-code-ol li{background-color:#3F3F3F;border-left:none}
|
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 701 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 277 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 777 B |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 5.7 KiB |