2023-09-07 21:34:37 +08:00
|
|
|
<!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=/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;
|
2023-09-08 09:16:37 +08:00
|
|
|
}</style><link href=/static/css/chunk-libs.ea078ece.css rel=stylesheet><link href=/static/css/app.e4d12664.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(e){function c(c){for(var u,d,a=c[0],t=c[1],k=c[2],r=0,b=[];r<a.length;r++)d=a[r],Object.prototype.hasOwnProperty.call(f,d)&&f[d]&&b.push(f[d][0]),f[d]=0;for(u in t)Object.prototype.hasOwnProperty.call(t,u)&&(e[u]=t[u]);o&&o(c);while(b.length)b.shift()();return h.push.apply(h,k||[]),n()}function n(){for(var e,c=0;c<h.length;c++){for(var n=h[c],u=!0,d=1;d<n.length;d++){var a=n[d];0!==f[a]&&(u=!1)}u&&(h.splice(c--,1),e=t(t.s=n[0]))}return e}var u={},d={runtime:0},f={runtime:0},h=[];function a(e){return t.p+"static/js/"+({}[e]||e)+"."+{"chunk-005cb0c7":"864470bf","chunk-04621586":"e269bf86","chunk-1537fc93":"5501bd58","chunk-1d7d97ec":"4ac1fa59","chunk-023a0b28":"fd2059f2","chunk-0f7114d8":"2495d203","chunk-2b02de32":"6a91e416","chunk-4868c644":"a5594fd2","chunk-60943f35":"888c1831","chunk-7dc7eab6":"61fedb8e","chunk-45f1fa15":"00df3970","chunk-210ca3e9":"6cdc4ea1","chunk-210ce324":"c5271bfc","chunk-25feb0b2":"053fb6fe","chunk-2727631f":"4b3f5751","chunk-2d0b1626":"58291bd2","chunk-2d0b2b28":"9e271da6","chunk-4dc8e612":"4f611a65","chunk-2d0bce05":"e13056c5","chunk-2d0c8e18":"d8e70ffc","chunk-2d0d7c41":"651f49c2","chunk-2d0da2ea":"b521b7d9","chunk-2d0f012d":"c1800783","chunk-2d20955d":"5a36ba2a","chunk-2d212b99":"eadf8bea","chunk-4d97fe92":"6ee4cad6","chunk-248d49ab":"9f95fb0a","chunk-0d5b0085":"825b1432","chunk-31eae13f":"16629db8","chunk-60006966":"639f2c93","chunk-42e5f16e":"7566b2f6","chunk-2d21a3bb":"b78e776d","chunk-2d22252c":"0f7644e3","chunk-2d230898":"c15ffea2","chunk-39413ce8":"5f9aa249","chunk-3a08d90c":"cad9d3ac","chunk-4d851f42":"465d79af","chunk-454af2ae":"0f3a78a4","chunk-50e0c05a":"a482018a","chunk-529f262e":"bd5f4555","chunk-55db8898":"92f35736","chunk-56e8e43e":"b1dc2074","chunk-57c86fa8":"3ec742c3","chunk-582b2a7a":"a5908227","chunk-5b71efc2":"cc264cf4","chunk-5b83c289":"65269f9d","chunk-7fa21b9b":"826b9d3d","chunk-5bb73842":"e38b5053","chunk-2d0d38ff":"b4b602e2","chunk-2d0de3b1":"8d1a47dc","chunk-548b6580":"5e6c8df9","chunk-2e490f04":"6322ff08","chunk-4aebf114":"c452c2ed","chunk-68702101":"7f896e2e","chunk-6fc182aa":"1bdb03fe","chunk-7e203972":"12ce8b42","chunk-81a2a40e":"c241cf61","chunk-8579d4da":"bade3782","chunk-8ee3fc10":"bcc5b33c","chunk-9f66f252":"9f2360a1","chunk-d19c1a98":"3235aec5","chunk-d6ec12d8":"adc1b095","chunk-e1a6d904":"fc88614a","chunk-e3ffee56":"f0ad8003","chunk-e946381e":"1b237337","chunk-f68bbee2":"a4df8217"}[e]+".js"}function t(c){if(u[c])return u[c].exports;var n=u[c]={i:c,l:!1,exports:{}};return e[c].call(n.exports,n,n.exports,t),n.l=!0,n.exports}t.e=function(e){var c=[],n={"chunk-1537fc93":1,"chunk-45f1fa15":1,"chunk-25feb0b2":1,"chunk-4dc8e612":1,"chunk-248d49ab":1,"chunk-42e5f16e":1,"chunk-454af2ae":1,"chunk-50e0c05a":1,"chunk-55db8898":1,"chunk-56e8e43e":1,"chunk-57c86fa8":1,"chunk-5b71efc2":1,"chunk-5b83c289":1,"chunk-5bb73842":1,"chunk-2e490f04":1,"chunk-6fc182aa":1,"chunk-81a2a40e":1,"chunk-d6ec12d8":1};d[e]?c.push(d[e]):0!==d[e]&&n[e]&&c.push(d[e]=new Promise((function(c,n){for(var u="static/css/"+({}[e]||e)+"."+{"chunk-005cb0c7":"31d6cfe0","chunk-04621586":"31d6cfe0","chunk-1537fc93":"bbc9fa95","chunk-1d7d97ec":"31d6cfe0","chunk-023a0b28":"31d6cfe0","chunk-0f7114d8":"31d6cfe0","chunk-2b02de32":"31d6cfe0","chunk-4868c644":"31d6cfe0","chunk-60943f35":"31d6cfe0","chunk-7dc7eab6":"31d6cfe0","chunk-45f1fa15":"74496202","chunk-210ca3e9":"31d6cfe0","chunk-210ce324":"31d6cfe0","chunk-25feb0b2":"4e8637e7","chunk-2727631f":"31d6cfe0","chunk-2d0b1626":"31d6cfe0","chunk-2d0b2b28":"31d6cfe0","chunk-4dc8e612":"f59a1d86","chunk-2d0bce05":"31d6cfe0","chunk-2d0c8e18":"31d6cfe0","chunk-2d0d7c41":"31d6cfe0","chunk-2d0da2ea":"31d6cfe0","chunk-2d0f012d":"31d6cfe0","chunk-2d20955d":"31d6cfe0","chunk-2d212b99
|