184 lines
13 KiB
HTML
184 lines
13 KiB
HTML
|
|
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1"><meta name=renderer content=webkit><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><link rel=icon href=/gz-att/favicon.ico><title>考勤后台管理系统</title><!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]--><style>html,
|
||
|
|
body,
|
||
|
|
#app {
|
||
|
|
height: 100%;
|
||
|
|
margin: 0px;
|
||
|
|
padding: 0px;
|
||
|
|
}
|
||
|
|
.chromeframe {
|
||
|
|
margin: 0.2em 0;
|
||
|
|
background: #ccc;
|
||
|
|
color: #000;
|
||
|
|
padding: 0.2em 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
#loader-wrapper {
|
||
|
|
position: fixed;
|
||
|
|
top: 0;
|
||
|
|
left: 0;
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
z-index: 999999;
|
||
|
|
}
|
||
|
|
|
||
|
|
#loader {
|
||
|
|
display: block;
|
||
|
|
position: relative;
|
||
|
|
left: 50%;
|
||
|
|
top: 50%;
|
||
|
|
width: 150px;
|
||
|
|
height: 150px;
|
||
|
|
margin: -75px 0 0 -75px;
|
||
|
|
border-radius: 50%;
|
||
|
|
border: 3px solid transparent;
|
||
|
|
border-top-color: #FFF;
|
||
|
|
-webkit-animation: spin 2s linear infinite;
|
||
|
|
-ms-animation: spin 2s linear infinite;
|
||
|
|
-moz-animation: spin 2s linear infinite;
|
||
|
|
-o-animation: spin 2s linear infinite;
|
||
|
|
animation: spin 2s linear infinite;
|
||
|
|
z-index: 1001;
|
||
|
|
}
|
||
|
|
|
||
|
|
#loader:before {
|
||
|
|
content: "";
|
||
|
|
position: absolute;
|
||
|
|
top: 5px;
|
||
|
|
left: 5px;
|
||
|
|
right: 5px;
|
||
|
|
bottom: 5px;
|
||
|
|
border-radius: 50%;
|
||
|
|
border: 3px solid transparent;
|
||
|
|
border-top-color: #FFF;
|
||
|
|
-webkit-animation: spin 3s linear infinite;
|
||
|
|
-moz-animation: spin 3s linear infinite;
|
||
|
|
-o-animation: spin 3s linear infinite;
|
||
|
|
-ms-animation: spin 3s linear infinite;
|
||
|
|
animation: spin 3s linear infinite;
|
||
|
|
}
|
||
|
|
|
||
|
|
#loader:after {
|
||
|
|
content: "";
|
||
|
|
position: absolute;
|
||
|
|
top: 15px;
|
||
|
|
left: 15px;
|
||
|
|
right: 15px;
|
||
|
|
bottom: 15px;
|
||
|
|
border-radius: 50%;
|
||
|
|
border: 3px solid transparent;
|
||
|
|
border-top-color: #FFF;
|
||
|
|
-moz-animation: spin 1.5s linear infinite;
|
||
|
|
-o-animation: spin 1.5s linear infinite;
|
||
|
|
-ms-animation: spin 1.5s linear infinite;
|
||
|
|
-webkit-animation: spin 1.5s linear infinite;
|
||
|
|
animation: spin 1.5s linear infinite;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
@-webkit-keyframes spin {
|
||
|
|
0% {
|
||
|
|
-webkit-transform: rotate(0deg);
|
||
|
|
-ms-transform: rotate(0deg);
|
||
|
|
transform: rotate(0deg);
|
||
|
|
}
|
||
|
|
100% {
|
||
|
|
-webkit-transform: rotate(360deg);
|
||
|
|
-ms-transform: rotate(360deg);
|
||
|
|
transform: rotate(360deg);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@keyframes spin {
|
||
|
|
0% {
|
||
|
|
-webkit-transform: rotate(0deg);
|
||
|
|
-ms-transform: rotate(0deg);
|
||
|
|
transform: rotate(0deg);
|
||
|
|
}
|
||
|
|
100% {
|
||
|
|
-webkit-transform: rotate(360deg);
|
||
|
|
-ms-transform: rotate(360deg);
|
||
|
|
transform: rotate(360deg);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
#loader-wrapper .loader-section {
|
||
|
|
position: fixed;
|
||
|
|
top: 0;
|
||
|
|
width: 51%;
|
||
|
|
height: 100%;
|
||
|
|
background: #7171C6;
|
||
|
|
z-index: 1000;
|
||
|
|
-webkit-transform: translateX(0);
|
||
|
|
-ms-transform: translateX(0);
|
||
|
|
transform: translateX(0);
|
||
|
|
}
|
||
|
|
|
||
|
|
#loader-wrapper .loader-section.section-left {
|
||
|
|
left: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
#loader-wrapper .loader-section.section-right {
|
||
|
|
right: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.loaded #loader-wrapper .loader-section.section-left {
|
||
|
|
-webkit-transform: translateX(-100%);
|
||
|
|
-ms-transform: translateX(-100%);
|
||
|
|
transform: translateX(-100%);
|
||
|
|
-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
|
||
|
|
transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
|
||
|
|
}
|
||
|
|
|
||
|
|
.loaded #loader-wrapper .loader-section.section-right {
|
||
|
|
-webkit-transform: translateX(100%);
|
||
|
|
-ms-transform: translateX(100%);
|
||
|
|
transform: translateX(100%);
|
||
|
|
-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
|
||
|
|
transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
|
||
|
|
}
|
||
|
|
|
||
|
|
.loaded #loader {
|
||
|
|
opacity: 0;
|
||
|
|
-webkit-transition: all 0.3s ease-out;
|
||
|
|
transition: all 0.3s ease-out;
|
||
|
|
}
|
||
|
|
|
||
|
|
.loaded #loader-wrapper {
|
||
|
|
visibility: hidden;
|
||
|
|
-webkit-transform: translateY(-100%);
|
||
|
|
-ms-transform: translateY(-100%);
|
||
|
|
transform: translateY(-100%);
|
||
|
|
-webkit-transition: all 0.3s 1s ease-out;
|
||
|
|
transition: all 0.3s 1s ease-out;
|
||
|
|
}
|
||
|
|
|
||
|
|
.no-js #loader-wrapper {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.no-js h1 {
|
||
|
|
color: #222222;
|
||
|
|
}
|
||
|
|
|
||
|
|
#loader-wrapper .load_title {
|
||
|
|
font-family: 'Open Sans';
|
||
|
|
color: #FFF;
|
||
|
|
font-size: 19px;
|
||
|
|
width: 100%;
|
||
|
|
text-align: center;
|
||
|
|
z-index: 9999999999999;
|
||
|
|
position: absolute;
|
||
|
|
top: 60%;
|
||
|
|
opacity: 1;
|
||
|
|
line-height: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#loader-wrapper .load_title span {
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: italic;
|
||
|
|
font-size: 13px;
|
||
|
|
color: #FFF;
|
||
|
|
opacity: 0.5;
|
||
|
|
}</style><link href=/gz-att/static/css/chunk-libs.87ca27fa.css rel=stylesheet><link href=/gz-att/static/css/app.dca1a22d.css rel=stylesheet></head><body><div id=app><div id=loader-wrapper><div id=loader></div><div class="loader-section section-left"></div><div class="loader-section section-right"></div><div class=load_title>正在加载系统资源,请耐心等待</div></div></div><script>(function(c){function e(e){for(var d,u,a=e[0],k=e[1],b=e[2],t=0,r=[];t<a.length;t++)u=a[t],Object.prototype.hasOwnProperty.call(f,u)&&f[u]&&r.push(f[u][0]),f[u]=0;for(d in k)Object.prototype.hasOwnProperty.call(k,d)&&(c[d]=k[d]);o&&o(e);while(r.length)r.shift()();return h.push.apply(h,b||[]),n()}function n(){for(var c,e=0;e<h.length;e++){for(var n=h[e],d=!0,u=1;u<n.length;u++){var a=n[u];0!==f[a]&&(d=!1)}d&&(h.splice(e--,1),c=k(k.s=n[0]))}return c}var d={},u={runtime:0},f={runtime:0},h=[];function a(c){return k.p+"static/js/"+({}[c]||c)+"."+{"chunk-005cb0c7":"47154c35","chunk-0220a641":"75964185","chunk-0cc43cba":"8f2628d0","chunk-1d7d97ec":"bbe763ce","chunk-058e1e67":"e21e215e","chunk-24f147b2":"6ebedb4e","chunk-d21f7528":"c432a042","chunk-2625a9b4":"5f1bc2ac","chunk-2727631f":"93b72662","chunk-2d0b1626":"39dcf093","chunk-2d0b2b28":"9e271da6","chunk-42997dfb":"61d87d4b","chunk-2d0c8846":"dd083e38","chunk-2d0c8e18":"79c0aefc","chunk-2d0f012d":"ddeb06bb","chunk-2d20955d":"6afca1d4","chunk-2d212b99":"eadf8bea","chunk-e6492b1c":"8087a67b","chunk-31eae13f":"5dd8fb41","chunk-4df90d92":"3f8b8683","chunk-0d5b0085":"e65ef4da","chunk-60006966":"efdf6508","chunk-527d2176":"29d64dc0","chunk-2d22252c":"ec9e8722","chunk-2d22a165":"fe0e6737","chunk-2d230898":"33904fee","chunk-39413ce8":"be1c580f","chunk-395accb0":"d0f49395","chunk-3a08d90c":"8e958b81","chunk-3b69bc00":"d7a677d5","chunk-46f2cf5c":"bd1a085c","chunk-4703d168":"e3143f79","chunk-4f929aaa":"31d7516e","chunk-582b2a7a":"918cb07d","chunk-59683756":"c4477496","chunk-3519bb13":"d1c4f931","chunk-7483c6d9":"2ddabf94","chunk-0a75a708":"f0c2cdf3","chunk-0dffcc66":"e5603a7f","chunk-17ee1abe":"7b7fc419","chunk-188cd158":"982425a5","chunk-53af112b":"7758a09d","chunk-3f0dd1df":"dab87070","chunk-72eb2689":"6dca62bf","chunk-fd93cb98":"f3e72bb5","chunk-1e63e44c":"c5d94c8d","chunk-295e6162":"de415584","chunk-2d0de3b1":"91b1a01c","chunk-5d75a9c8":"29617cc3","chunk-40a89880":"a7748009","chunk-4aebf114":"55c07524","chunk-4f253ab2":"252d561b","chunk-611dfe3c":"4345f8c9","chunk-6184353a":"00fbf762","chunk-63d2e276":"da7ee1dd","chunk-6f3a8e81":"600acaca","chunk-6fa4fedb":"603934a6","chunk-83445078":"f8f25268","chunk-a198f7f6":"cf1d3715","chunk-a2865930":"b55635f6","chunk-d0634d9a":"e34f96f7","chunk-f0e3af42":"5bdcac3f","chunk-f663da40":"0e40ee8d","chunk-f68d42b6":"3f5e9180","chunk-5b83c289":"1a0a15af","chunk-7fa21b9b":"25a95171","chunk-6746b265":"b8e25702","chunk-766b7fdd":"9115d0b3","chunk-7c58001d":"ddb979be","chunk-8579d4da":"500e876d","chunk-8ee3fc10":"c9789401","chunk-9b58e89c":"038c6bdb","chunk-adfb1848":"abb353b3","chunk-d19c1a98":"65c9dee4","chunk-d73f1838":"a5ac36ec","chunk-e648d5fe":"b13d6940","chunk-e66ee9bc":"8492fbe0","chunk-13baba66":"bc1d7b2c","chunk-578a5d17":"3a747eab"}[c]+".js"}function k(e){if(d[e])return d[e].exports;var n=d[e]={i:e,l:!1,exports:{}};return c[e].call(n.exports,n,n.exports,k),n.l=!0,n.exports}k.e=function(c){var e=[],n={"chunk-0220a641":1,"chunk-0cc43cba":1,"chunk-058e1e67":1,"chunk-24f147b2":1,"chunk-d21f7528":1,"chunk-42997dfb":1,"chunk-4df90d92":1,"chunk-527d2176":1,"chunk-46f2cf5c":1,"chunk-7483c6d9":1,"chunk-17ee1abe":1,"chunk-53af112b":1,"chunk-3f0dd1df":1,"chunk-72eb2689":1,"chunk-fd93cb98":1,"chunk-295e6162":1,"chunk-611dfe3c":1,"chunk-f663da40":1,"chunk-5b83c289":1,"chunk-6746b265":1,"chunk-766b7fdd":1,"chunk-9b58e89c":1,"chunk-d73f1838":1,"chunk-e648d5fe":1,"chunk-13baba66":1,"chunk-578a5d17":1};u[c]?e.push(u[c]):0!==u[c]&&n[c]&&e.push(u[c]=new Promise((function(e,n){for(var d="static/css/"+({}[c]||c)+"."+{"chunk-005cb0c7":"31d6cfe0","chunk-0220a641":"db631dbc","chunk-0cc43cba":"ffc97915","chunk-1d7d97ec":"31d6cfe0","chunk-058e1e67":"adffc37f","chunk-24f147b2":
|