Commit 84bc5187 by 肖康

x

parent 556619ea
Showing with 10 additions and 188 deletions
......@@ -34,16 +34,18 @@ html, body, #app {
.text {
.t1 {
font-size: 14px;
font-size: 15px;
color: #333333;
line-height: 19px;
margin-bottom: 4px;
font-weight: bold;
}
.t2 {
font-size: 12px;
font-size: 13px;
color: #666666;
letter-spacing: 10px;
font-weight: bold;
}
}
}
......
html,
body,
#app {
height: 100%;
}
.user-box {
height: 100%;
}
.user-box .head-box {
height: 80px;
background: #FFFFFF;
}
.user-box .head-box .head-wrap {
width: 1190px;
height: 100%;
margin: 0 auto;
}
.user-box .head-box .head-wrap .logo {
width: 81px;
height: 39px;
}
.user-box .head-box .head-wrap .logo img {
width: 81px;
height: 39px;
}
.user-box .head-box .head-wrap .line {
width: 1px;
height: 22px;
color: #e0e0e0;
background: #E0E0E0;
margin: 0 13px 0 15px;
}
.user-box .head-box .head-wrap .text .t1 {
font-size: 14px;
color: #333333;
line-height: 19px;
margin-bottom: 4px;
}
.user-box .head-box .head-wrap .text .t2 {
font-size: 12px;
color: #666666;
letter-spacing: 10px;
}
.user-box .section {
width: 100%;
height: calc(100% - 80px);
background: url("../../images/bg.png") no-repeat center;
background-size: cover;
}
.user-box .section .section-wrap {
position: relative;
width: 1190px;
height: 100%;
margin: 0 auto;
}
.user-box .section .section-wrap .login-box {
position: absolute;
right: 0;
top: 133px;
width: 400px;
height: 367px;
background: #FFFFFF;
border-radius: 8px;
}
.user-box .section .section-wrap .login-box .tit {
font-size: 20px;
color: #333333;
text-align: center;
margin: 25px 0;
}
.user-box .section .section-wrap .login-box .bar {
width: 342px;
margin: 0 auto;
}
.user-box .section .section-wrap .login-box .bar .input-box {
position: relative;
width: 328px;
height: 43px;
background: #FFFFFF;
border-radius: 2px;
border: 1px solid #BEC9DF;
margin-bottom: 20px;
transition: all 0.2s ease;
padding-left: 12px;
}
.user-box .section .section-wrap .login-box .bar .input-box i.iconfont {
padding: 12px 0;
font-size: 20px;
color: #a1acc1;
}
.user-box .section .section-wrap .login-box .bar .input-box .inp {
padding-left: 9px;
height: 34px;
font-size: 14px;
background: transparent;
border-left: 1px solid #BEC9DF;
margin-left: 12px;
letter-spacing: 1px;
}
.user-box .section .section-wrap .login-box .bar .input-box .inp::-webkit-input-placeholder {
color: #A1ACC1;
}
.user-box .section .section-wrap .login-box .bar .input-box .eye {
position: absolute;
right: 19px;
top: 13px;
font-size: 20px;
color: #a1acc1;
}
.user-box .section .section-wrap .login-box .bar .input-box:focus-within {
border: 1px solid #1969F9;
}
.user-box .section .section-wrap .login-box .bar .input-box.error {
border: 1px solid #FF1D00;
}
.user-box .section .section-wrap .login-box .bar .code-box .l input {
width: 210px;
height: 43px;
line-height: 43px;
border-radius: 2px;
border: 1px solid #BEC9DF;
text-indent: 17px;
font-size: 14px;
}
.user-box .section .section-wrap .login-box .bar .code-box .l input::-webkit-input-placeholder {
color: #A1ACC1;
}
.user-box .section .section-wrap .login-box .bar .code-box .l input:focus {
border: 1px solid #1969F9;
}
.user-box .section .section-wrap .login-box .bar .code-box.error .l input {
border: 1px solid #FF1D00;
}
.user-box .section .section-wrap .login-box .bar .code-box .r {
width: 118px;
height: 43px;
border-radius: 2px;
border: 1px solid #BEC9DF;
}
.user-box .section .section-wrap .login-box .bar .code-box .r img {
width: 100%;
height: 100%;
}
.user-box .section .section-wrap .login-box .bar .text {
position: relative;
padding: 11px 0;
text-align: right;
}
.user-box .section .section-wrap .login-box .bar .text .error {
position: absolute;
left: 0;
top: 12px;
font-size: 12px;
color: #f10909;
}
.user-box .section .section-wrap .login-box .bar .text a {
line-height: 17px;
font-size: 12px;
color: #999999;
}
.user-box .section .section-wrap .login-box .bar .btn-submit {
width: 342px;
height: 42px;
line-height: 42px;
text-align: center;
background: #A1ACC1;
border-radius: 2px;
font-size: 20px;
color: #ffffff;
display: block;
letter-spacing: 10px;
margin: 0 auto;
transition: all 0.2s ease;
}
.user-box .section .section-wrap .login-box .bar .btn-submit.active {
background: #1969F9;
}
.user-box .section .section-wrap .login-box .bar .btn-submit:hover {
background: #0050E0;
}
/*# sourceMappingURL=index.min.css.map */
\ No newline at end of file
html,body,#app{height:100%}.user-box{height:100%}.user-box .head-box{height:80px;background:#FFFFFF}.user-box .head-box .head-wrap{width:1190px;height:100%;margin:0 auto}.user-box .head-box .head-wrap .logo{width:81px;height:39px}.user-box .head-box .head-wrap .logo img{width:81px;height:39px}.user-box .head-box .head-wrap .line{width:1px;height:22px;color:#e0e0e0;background:#E0E0E0;margin:0 13px 0 15px}.user-box .head-box .head-wrap .text .t1{font-size:15px;color:#333333;line-height:19px;margin-bottom:4px;font-weight:bold}.user-box .head-box .head-wrap .text .t2{font-size:13px;color:#666666;letter-spacing:10px;font-weight:bold}.user-box .section{width:100%;height:calc(100% - 80px);background:url("../../images/bg.png") no-repeat center;background-size:cover}.user-box .section .section-wrap{position:relative;width:1190px;height:100%;margin:0 auto}.user-box .section .section-wrap .login-box{position:absolute;right:0;top:133px;width:400px;height:367px;background:#FFFFFF;border-radius:8px}.user-box .section .section-wrap .login-box .tit{font-size:20px;color:#333333;text-align:center;margin:25px 0}.user-box .section .section-wrap .login-box .bar{width:342px;margin:0 auto}.user-box .section .section-wrap .login-box .bar .input-box{position:relative;width:328px;height:43px;background:#FFFFFF;border-radius:2px;border:1px solid #BEC9DF;margin-bottom:20px;transition:all .2s ease;padding-left:12px}.user-box .section .section-wrap .login-box .bar .input-box i.iconfont{padding:12px 0;font-size:20px;color:#a1acc1}.user-box .section .section-wrap .login-box .bar .input-box .inp{padding-left:9px;height:34px;font-size:14px;background:transparent;border-left:1px solid #BEC9DF;margin-left:12px;letter-spacing:1px}.user-box .section .section-wrap .login-box .bar .input-box .inp::-webkit-input-placeholder{color:#A1ACC1}.user-box .section .section-wrap .login-box .bar .input-box .eye{position:absolute;right:19px;top:13px;font-size:20px;color:#a1acc1}.user-box .section .section-wrap .login-box .bar .input-box:focus-within{border:1px solid #1969F9}.user-box .section .section-wrap .login-box .bar .input-box.error{border:1px solid #FF1D00}.user-box .section .section-wrap .login-box .bar .code-box .l input{width:210px;height:43px;line-height:43px;border-radius:2px;border:1px solid #BEC9DF;text-indent:17px;font-size:14px}.user-box .section .section-wrap .login-box .bar .code-box .l input::-webkit-input-placeholder{color:#A1ACC1}.user-box .section .section-wrap .login-box .bar .code-box .l input:focus{border:1px solid #1969F9}.user-box .section .section-wrap .login-box .bar .code-box.error .l input{border:1px solid #FF1D00}.user-box .section .section-wrap .login-box .bar .code-box .r{width:118px;height:43px;border-radius:2px;border:1px solid #BEC9DF}.user-box .section .section-wrap .login-box .bar .code-box .r img{width:100%;height:100%}.user-box .section .section-wrap .login-box .bar .text{position:relative;padding:11px 0;text-align:right}.user-box .section .section-wrap .login-box .bar .text .error{position:absolute;left:0;top:12px;font-size:12px;color:#f10909}.user-box .section .section-wrap .login-box .bar .text a{line-height:17px;font-size:12px;color:#999999}.user-box .section .section-wrap .login-box .bar .btn-submit{width:342px;height:42px;line-height:42px;text-align:center;background:#A1ACC1;border-radius:2px;font-size:20px;color:#ffffff;display:block;letter-spacing:10px;margin:0 auto;transition:all .2s ease}.user-box .section .section-wrap .login-box .bar .btn-submit.active{background:#1969F9}.user-box .section .section-wrap .login-box .bar .btn-submit:hover{background:#0050E0}
\ No newline at end of file
.el-message__closeBtn:focus,.el-message__content:focus{outline-width:0}.el-message{min-width:380px;box-sizing:border-box;border-radius:4px;border-width:1px;border-style:solid;border-color:#ebeef5;position:fixed;left:50%;top:20px;transform:translateX(-50%);background-color:#edf2fc;transition:opacity .3s,transform .4s,top .4s;overflow:hidden;padding:15px 15px 15px 20px;display:flex;align-items:center}.el-message.is-center{justify-content:center}.el-message.is-closable .el-message__content{padding-right:16px}.el-message p{margin:0}.el-message--info .el-message__content{color:#909399}.el-message--success{background-color:#f0f9eb;border-color:#e1f3d8}.el-message--success .el-message__content{color:#67c23a}.el-message--warning{background-color:#fdf6ec;border-color:#faecd8}.el-message--warning .el-message__content{color:#e6a23c}.el-message--error{background-color:#fef0f0;border-color:#fde2e2}.el-message--error .el-message__content{color:#f56c6c}.el-message__icon{margin-right:10px}.el-message__content{padding:0;font-size:14px;line-height:1}.el-message__closeBtn{position:absolute;top:50%;right:15px;transform:translateY(-50%);cursor:pointer;color:#c0c4cc;font-size:16px}.el-message__closeBtn:hover{color:#909399}.el-message .el-icon-success{color:#67c23a}.el-message .el-icon-error{color:#f56c6c}.el-message .el-icon-info{color:#909399}.el-message .el-icon-warning{color:#e6a23c}.el-message-fade-enter,.el-message-fade-leave-active{opacity:0;transform:translate(-50%,-100%)}#app,.user-box,body,html{height:100%}.user-box .head-box{height:80px;background:#fff}.user-box .head-box .head-wrap{width:1190px;height:100%;margin:0 auto}.user-box .head-box .head-wrap .logo,.user-box .head-box .head-wrap .logo img{width:81px;height:39px}.user-box .head-box .head-wrap .line{width:1px;height:22px;color:#e0e0e0;background:#e0e0e0;margin:0 13px 0 15px}.user-box .head-box .head-wrap .text .t1{font-size:15px;color:#333;line-height:19px;margin-bottom:4px;font-weight:700}.user-box .head-box .head-wrap .text .t2{font-size:13px;color:#666;letter-spacing:10px;font-weight:700}.user-box .section{width:100%;height:calc(100% - 80px);background:url(../img/bg.14e931c4.png) no-repeat 50%;background-size:cover}.user-box .section .section-wrap{position:relative;width:1190px;height:100%;margin:0 auto}.user-box .section .section-wrap .login-box{position:absolute;right:0;top:133px;width:400px;height:367px;background:#fff;border-radius:8px}.user-box .section .section-wrap .login-box .tit{font-size:20px;color:#333;text-align:center;margin:25px 0}.user-box .section .section-wrap .login-box .bar{width:342px;margin:0 auto}.user-box .section .section-wrap .login-box .bar .input-box{position:relative;width:328px;height:43px;background:#fff;border-radius:2px;border:1px solid #bec9df;margin-bottom:20px;transition:all .2s ease;padding-left:12px}.user-box .section .section-wrap .login-box .bar .input-box i.iconfont{padding:12px 0;font-size:20px;color:#a1acc1}.user-box .section .section-wrap .login-box .bar .input-box .inp{padding-left:9px;height:34px;font-size:14px;background:transparent;border-left:1px solid #bec9df;margin-left:12px;letter-spacing:1px}.user-box .section .section-wrap .login-box .bar .input-box .inp::-webkit-input-placeholder{color:#a1acc1}.user-box .section .section-wrap .login-box .bar .input-box .eye{position:absolute;right:19px;top:13px;font-size:20px;color:#a1acc1}.user-box .section .section-wrap .login-box .bar .input-box:focus-within{border:1px solid #1969f9}.user-box .section .section-wrap .login-box .bar .input-box.error{border:1px solid #ff1d00}.user-box .section .section-wrap .login-box .bar .code-box .l input{width:210px;height:43px;line-height:43px;border-radius:2px;border:1px solid #bec9df;text-indent:17px;font-size:14px}.user-box .section .section-wrap .login-box .bar .code-box .l input::-webkit-input-placeholder{color:#a1acc1}.user-box .section .section-wrap .login-box .bar .code-box .l input:focus{border:1px solid #1969f9}.user-box .section .section-wrap .login-box .bar .code-box.error .l input{border:1px solid #ff1d00}.user-box .section .section-wrap .login-box .bar .code-box .r{width:118px;height:43px;border-radius:2px;border:1px solid #bec9df}.user-box .section .section-wrap .login-box .bar .code-box .r img{width:100%;height:100%}.user-box .section .section-wrap .login-box .bar .text{position:relative;padding:11px 0;text-align:right}.user-box .section .section-wrap .login-box .bar .text .error{position:absolute;left:0;top:12px;font-size:12px;color:#f10909}.user-box .section .section-wrap .login-box .bar .text a{line-height:17px;font-size:12px;color:#999}.user-box .section .section-wrap .login-box .bar .btn-submit{width:342px;height:42px;line-height:42px;text-align:center;background:#a1acc1;border-radius:2px;font-size:20px;color:#fff;display:block;letter-spacing:10px;margin:0 auto;transition:all .2s ease}.user-box .section .section-wrap .login-box .bar .btn-submit.active{background:#1969f9}.user-box .section .section-wrap .login-box .bar .btn-submit:hover{background:#0050e0}
\ No newline at end of file
.el-message__closeBtn:focus,.el-message__content:focus{outline-width:0}.el-message{min-width:380px;box-sizing:border-box;border-radius:4px;border-width:1px;border-style:solid;border-color:#ebeef5;position:fixed;left:50%;top:20px;transform:translateX(-50%);background-color:#edf2fc;transition:opacity .3s,transform .4s,top .4s;overflow:hidden;padding:15px 15px 15px 20px;display:flex;align-items:center}.el-message.is-center{justify-content:center}.el-message.is-closable .el-message__content{padding-right:16px}.el-message p{margin:0}.el-message--info .el-message__content{color:#909399}.el-message--success{background-color:#f0f9eb;border-color:#e1f3d8}.el-message--success .el-message__content{color:#67c23a}.el-message--warning{background-color:#fdf6ec;border-color:#faecd8}.el-message--warning .el-message__content{color:#e6a23c}.el-message--error{background-color:#fef0f0;border-color:#fde2e2}.el-message--error .el-message__content{color:#f56c6c}.el-message__icon{margin-right:10px}.el-message__content{padding:0;font-size:14px;line-height:1}.el-message__closeBtn{position:absolute;top:50%;right:15px;transform:translateY(-50%);cursor:pointer;color:#c0c4cc;font-size:16px}.el-message__closeBtn:hover{color:#909399}.el-message .el-icon-success{color:#67c23a}.el-message .el-icon-error{color:#f56c6c}.el-message .el-icon-info{color:#909399}.el-message .el-icon-warning{color:#e6a23c}.el-message-fade-enter,.el-message-fade-leave-active{opacity:0;transform:translate(-50%,-100%)}#app,.user-box,body,html{height:100%}.user-box .head-box{height:80px;background:#fff}.user-box .head-box .head-wrap{width:1190px;height:100%;margin:0 auto}.user-box .head-box .head-wrap .logo,.user-box .head-box .head-wrap .logo img{width:81px;height:39px}.user-box .head-box .head-wrap .line{width:1px;height:22px;color:#e0e0e0;background:#e0e0e0;margin:0 13px 0 15px}.user-box .head-box .head-wrap .text .t1{font-size:14px;color:#333;line-height:19px;margin-bottom:4px}.user-box .head-box .head-wrap .text .t2{font-size:12px;color:#666;letter-spacing:10px}.user-box .section{width:100%;height:calc(100% - 80px);background:url(../img/bg.14e931c4.png) no-repeat 50%;background-size:cover}.user-box .section .section-wrap{position:relative;width:1190px;height:100%;margin:0 auto}.user-box .section .section-wrap .login-box{position:absolute;right:0;top:133px;width:400px;height:367px;background:#fff;border-radius:8px}.user-box .section .section-wrap .login-box .tit{font-size:20px;color:#333;text-align:center;margin:25px 0}.user-box .section .section-wrap .login-box .bar{width:342px;margin:0 auto}.user-box .section .section-wrap .login-box .bar .input-box{position:relative;width:328px;height:43px;background:#fff;border-radius:2px;border:1px solid #bec9df;margin-bottom:20px;transition:all .2s ease;padding-left:12px}.user-box .section .section-wrap .login-box .bar .input-box i.iconfont{padding:12px 0;font-size:20px;color:#a1acc1}.user-box .section .section-wrap .login-box .bar .input-box .inp{padding-left:9px;height:34px;font-size:14px;background:transparent;border-left:1px solid #bec9df;margin-left:12px;letter-spacing:1px}.user-box .section .section-wrap .login-box .bar .input-box .inp::-webkit-input-placeholder{color:#a1acc1}.user-box .section .section-wrap .login-box .bar .input-box .eye{position:absolute;right:19px;top:13px;font-size:20px;color:#a1acc1}.user-box .section .section-wrap .login-box .bar .input-box:focus-within{border:1px solid #1969f9}.user-box .section .section-wrap .login-box .bar .input-box.error{border:1px solid #ff1d00}.user-box .section .section-wrap .login-box .bar .code-box .l input{width:210px;height:43px;line-height:43px;border-radius:2px;border:1px solid #bec9df;text-indent:17px;font-size:14px}.user-box .section .section-wrap .login-box .bar .code-box .l input::-webkit-input-placeholder{color:#a1acc1}.user-box .section .section-wrap .login-box .bar .code-box .l input:focus{border:1px solid #1969f9}.user-box .section .section-wrap .login-box .bar .code-box.error .l input{border:1px solid #ff1d00}.user-box .section .section-wrap .login-box .bar .code-box .r{width:118px;height:43px;border-radius:2px;border:1px solid #bec9df}.user-box .section .section-wrap .login-box .bar .code-box .r img{width:100%;height:100%}.user-box .section .section-wrap .login-box .bar .text{position:relative;padding:11px 0;text-align:right}.user-box .section .section-wrap .login-box .bar .text .error{position:absolute;left:0;top:12px;font-size:12px;color:#f10909}.user-box .section .section-wrap .login-box .bar .text a{line-height:17px;font-size:12px;color:#999}.user-box .section .section-wrap .login-box .bar .btn-submit{width:342px;height:42px;line-height:42px;text-align:center;background:#a1acc1;border-radius:2px;font-size:20px;color:#fff;display:block;letter-spacing:10px;margin:0 auto;transition:all .2s ease}.user-box .section .section-wrap .login-box .bar .btn-submit.active{background:#1969f9}.user-box .section .section-wrap .login-box .bar .btn-submit:hover{background:#0050e0}
\ No newline at end of file
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="//yunxin.ichunt.com/favicon.ico"><title>cloudsystem</title><link href="//yunxin.ichunt.com/css/chunk-0492a5ab.3d6445eb.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-15e903e6.808a1331.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-31c8238e.aad12ba3.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-35706816.5a95e96d.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-38f382e0.220869e7.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-5a777a60.30000e7d.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-5e89952e.84ebf9dd.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-68af1761.12ee92ce.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-6a1c18a2.04e855a3.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-6cf25ae4.70765e24.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-7041f81e.903fb18e.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-7c271fb9.d938ddcf.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-89bf742a.fb33d5e6.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-97cba434.b6f50762.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-d09dd692.354e2adc.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-f06bc266.689df19b.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-fef16dca.c6723ab0.css" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-0492a5ab.1626227540943.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-15e903e6.1626227540943.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-31c8238e.1626227540943.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-35706816.1626227540943.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-38f382e0.1626227540943.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-4148ebe3.1626227540943.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-5a777a60.1626227540943.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-5e89952e.1626227540943.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-68af1761.1626227540943.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-6a1c18a2.1626227540943.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-6cf25ae4.1626227540943.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-7041f81e.1626227540943.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-7c271fb9.1626227540943.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-89bf742a.1626227540943.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-97cba434.1626227540943.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-d09dd692.1626227540943.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-f06bc266.1626227540943.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-fef16dca.1626227540943.js" rel="prefetch"><link href="//yunxin.ichunt.com/css/app.0a86e7b1.css" rel="preload" as="style"><link href="//yunxin.ichunt.com/css/chunk-vendors.8ffb1193.css" rel="preload" as="style"><link href="//yunxin.ichunt.com/static/js/app.1626227540943.js" rel="preload" as="script"><link href="//yunxin.ichunt.com/static/js/chunk-vendors.1626227540943.js" rel="preload" as="script"><link href="//yunxin.ichunt.com/css/chunk-vendors.8ffb1193.css" rel="stylesheet"><link href="//yunxin.ichunt.com/css/app.0a86e7b1.css" rel="stylesheet"></head><body><noscript><strong>网络异常,请稍后加载</strong></noscript><div id="app"></div><script>window.userInfo=""</script><script src="//yunxin.ichunt.com/static/js/chunk-vendors.1626227540943.js"></script><script src="//yunxin.ichunt.com/static/js/app.1626227540943.js"></script></body></html>
\ No newline at end of file
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="//yunxin.ichunt.com/favicon.ico"><title>cloudsystem</title><link href="//yunxin.ichunt.com/css/chunk-0492a5ab.3d6445eb.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-15e903e6.808a1331.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-31c8238e.67e77a49.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-35706816.5a95e96d.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-38f382e0.220869e7.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-5a777a60.30000e7d.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-5e89952e.84ebf9dd.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-68af1761.12ee92ce.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-6a1c18a2.04e855a3.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-6cf25ae4.70765e24.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-7041f81e.903fb18e.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-7c271fb9.d938ddcf.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-89bf742a.fb33d5e6.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-97cba434.b6f50762.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-d09dd692.354e2adc.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-f06bc266.689df19b.css" rel="prefetch"><link href="//yunxin.ichunt.com/css/chunk-fef16dca.c6723ab0.css" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-0492a5ab.1626232893445.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-15e903e6.1626232893445.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-31c8238e.1626232893445.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-35706816.1626232893445.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-38f382e0.1626232893445.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-4148ebe3.1626232893445.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-5a777a60.1626232893445.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-5e89952e.1626232893445.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-68af1761.1626232893445.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-6a1c18a2.1626232893445.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-6cf25ae4.1626232893445.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-7041f81e.1626232893445.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-7c271fb9.1626232893445.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-89bf742a.1626232893445.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-97cba434.1626232893445.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-d09dd692.1626232893445.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-f06bc266.1626232893445.js" rel="prefetch"><link href="//yunxin.ichunt.com/static/js/chunk-fef16dca.1626232893445.js" rel="prefetch"><link href="//yunxin.ichunt.com/css/app.0a86e7b1.css" rel="preload" as="style"><link href="//yunxin.ichunt.com/css/chunk-vendors.8ffb1193.css" rel="preload" as="style"><link href="//yunxin.ichunt.com/static/js/app.1626232893445.js" rel="preload" as="script"><link href="//yunxin.ichunt.com/static/js/chunk-vendors.1626232893445.js" rel="preload" as="script"><link href="//yunxin.ichunt.com/css/chunk-vendors.8ffb1193.css" rel="stylesheet"><link href="//yunxin.ichunt.com/css/app.0a86e7b1.css" rel="stylesheet"></head><body><noscript><strong>网络异常,请稍后加载</strong></noscript><div id="app"></div><script>window.userInfo=""</script><script src="//yunxin.ichunt.com/static/js/chunk-vendors.1626232893445.js"></script><script src="//yunxin.ichunt.com/static/js/app.1626232893445.js"></script></body></html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment