185 lines
13 KiB
HTML
185 lines
13 KiB
HTML
|
<!DOCTYPE html><html><head><meta charset=utf-8><meta content="IE=edge,chrome=1" http-equiv=X-UA-Compatible><meta content=webkit name=renderer><meta content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" name=viewport><link href=favicon.ico rel=icon><title>pei你看雪博客管理App</title><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: #5A8DEE;
|
||
|
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=static/css/chunk-elementUI.5d8932ea.css rel=stylesheet><link href=static/css/chunk-libs.5c9bcaf6.css rel=stylesheet><link href=static/css/app.6df9befd.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 u,a,f=e[0],t=e[1],d=e[2],k=0,r=[];k<f.length;k++)a=f[k],Object.prototype.hasOwnProperty.call(b,a)&&b[a]&&r.push(b[a][0]),b[a]=0;for(u in t)Object.prototype.hasOwnProperty.call(t,u)&&(c[u]=t[u]);o&&o(e);while(r.length)r.shift()();return h.push.apply(h,d||[]),n()}function n(){for(var c,e=0;e<h.length;e++){for(var n=h[e],u=!0,a=1;a<n.length;a++){var f=n[a];0!==b[f]&&(u=!1)}u&&(h.splice(e--,1),c=t(t.s=n[0]))}return c}var u={},a={runtime:0},b={runtime:0},h=[];function f(c){return t.p+"static/js/"+({}[c]||c)+"."+{"chunk-04d0cdaa":"6b2693e2","chunk-0a8dcfcd":"8fd3e1fc","chunk-0b15bb4b":"387253bd","chunk-0bbf1cad":"6d96c68d","chunk-0bd0d237":"a2cac4f4","chunk-0ef4b6cf":"7ab14dcc","chunk-0fb125d2":"3e92b7bf","chunk-162e97e6":"33c2b994","chunk-16a92c60":"91ccee2b","chunk-17a21056":"fe483a52","chunk-1a5eea92":"87da88ca","chunk-1aa63420":"5e183fcf","chunk-1c23262d":"37150b73","chunk-1e6fed73":"493fd251","chunk-23ecdb4a":"57a2e3d8","chunk-2d0b2b28":"9e271da6","chunk-630fd981":"3b9e2834","chunk-37cebe4a":"94e06c0b","chunk-38921bea":"fdd44bc7","chunk-3cb1bb0e":"70f88d6c","chunk-3e43b93b":"773efddb","chunk-43dec3a3":"02fa4f37","chunk-4d8b0154":"6cb2f024","chunk-51b14ab6":"08212816","chunk-526a8c02":"693185e1","chunk-54bcae3c":"6b5a6975","chunk-572180c2":"90b6e7c5","chunk-59597efc":"34d0c3a5","chunk-5ba156a4":"8fd6819c","chunk-5bd22bfa":"63248466","chunk-639342ea":"761697a6","chunk-6417e76e":"a0ab0ad2","chunk-74be3b77":"1a364900","chunk-71602e82":"017b9ae6","chunk-78d3f34b":"b21f0e74","chunk-7a4f023b":"3c861af5","chunk-7e8690a0":"5a6469bb","chunk-7f8d5b97":"1f6b876f","chunk-92efdc7a":"8c587254","chunk-975c61f8":"13b54665","chunk-ba8e956c":"37c19889","chunk-bb86fb3e":"f0c1dbaa","chunk-bc868e74":"1bdb4ab9","chunk-c6040630":"ec4a4d4f","chunk-c6f7fdce":"551831da","chunk-c8da2410":"59238be0","chunk-cd6e0fb4":"3c28c883","chunk-d7021606":"ec5377c1","chunk-ef9c8fea":"6140b4ee"}[c]+".js"}function t(e){if(u[e])return u[e].exports;var n=u[e]={i:e,l:!1,exports:{}};return c[e].call(n.exports,n,n.exports,t),n.l=!0,n.exports}t.e=function(c){var e=[],n={"chunk-04d0cdaa":1,"chunk-0a8dcfcd":1,"chunk-0b15bb4b":1,"chunk-0bbf1cad":1,"chunk-0bd0d237":1,"chunk-0ef4b6cf":1,"chunk-0fb125d2":1,"chunk-162e97e6":1,"chunk-16a92c60":1,"chunk-17a21056":1,"chunk-1a5eea92":1,"chunk-1aa63420":1,"chunk-1c23262d":1,"chunk-1e6fed73":1,"chunk-23ecdb4a":1,"chunk-630fd981":1,"chunk-37cebe4a":1,"chunk-38921bea":1,"chunk-3cb1bb0e":1,"chunk-3e43b93b":1,"chunk-43dec3a3":1,"chunk-4d8b0154":1,"chunk-51b14ab6":1,"chunk-526a8c02":1,"chunk-54bcae3c":1,"chunk-572180c2":1,"chunk-59597efc":1,"chunk-5ba156a4":1,"chunk-5bd22bfa":1,"chunk-639342ea":1,"chunk-74be3b77":1,"chunk-71602e82":1,"chunk-78d3f34b":1,"chunk-7a4f023b":1,"chunk-7e8690a0":1,"chunk-7f8d5b97":1,"chunk-92efdc7a":1,"chunk-975c61f8":1,"chunk-ba8e956c":1,"chunk-bb86fb3e":1,"chunk-bc868e74":1,"chunk-c6040630":1,"chunk-c6f7fdce":1,"chunk-c8da2410":1,"chunk-cd6e0fb4":1,"chunk-d7021606":1,"chunk-ef9c8fea":1};a[c]?e.push(a[c]):0!==a[c]&&n[c]&&e.push(a[c]=new Promise((function(e,n){for(var u="static/css/"+({}[c]||c)+"."+{"chunk-04d0cdaa":"1da4471e","chunk-0a8dcfcd":"db2e63f7","chunk-0b15bb4b":"c4441534","chunk-0bbf1cad":"7c5c8f73","chunk-0bd0d237":"429bd902","chunk-0ef4b6cf":"93b6ff9d","chunk-0fb125d2":"82beef8b","chunk-162e97e6":"6db335d0","chunk-16a92c60":"2bf349dd","chunk-17a21056":"c4c4e3cc","chunk-1a5eea92":"21fdb9c2","chunk-1aa63420":"15d69ec8","chunk-1c23262d":"79779bee","chunk-1e6fed73":"b11fb36a","chunk-23ecdb4a":"f0daad31","chunk-2d0b2b28":"31d6cfe0","chunk-630fd981":"2d0b0623","chunk-37cebe4a":"9a2efb1f","chunk-38921bea":"eff15e95","chunk-3cb1bb0e":"1e43b93e","chunk-3e4
|