1 |
- .loadingModal{display:flex;justify-content:center;align-items:center;position:fixed;top:0;right:0;height:100vh;width:100%;background:rgba(255,255,255,.5);z-index:9999}.loader{position:relative;margin:0 auto;width:50px}.loader:before{content:"";display:block;padding-top:100%}.circular{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.path{stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;stroke-linecap:round}@-webkit-keyframes rotate{to{transform:rotate(360deg)}}@keyframes rotate{to{transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@-webkit-keyframes color{to,0%{stroke:#0057e7}40%{stroke:#0057e7}66%{stroke:#0057e7}80%,90%{stroke:#0057e7}}@keyframes color{to,0%{stroke:#0057e7}40%{stroke:#0057e7}66%{stroke:#0057e7}80%,90%{stroke:#0057e7}}.header[data-v-d3f18a23]{display:flex;align-items:center;margin-bottom:10px;padding-right:10px;border-bottom:1px solid #f0f0f0;background:#fff;z-index:9999}.dropdown-link[data-v-d3f18a23]{margin-top:-1px}.color-red[data-v-d3f18a23]{color:red}.flex[data-v-d3f18a23]{display:flex;align-items:center;justify-content:space-around}.sticky[data-v-d3f18a23]{position:sticky;top:0;z-index:9}.menu-icon[data-v-d3f18a23]{font-size:.75rem;padding:2px 3px;color:#fff;border-radius:4px;background:#1677ff}@keyframes breathe-d3f18a23{0%{opacity:1}50%{opacity:.3}to{opacity:1}}.breathe[data-v-d3f18a23]{animation:breathe-d3f18a23 2s infinite}.hide[data-v-d3f18a23]{display:none}.asides[data-v-4b3583b5]{position:relative;max-width:50px;min-width:50px;background:#0e2851;transition:.1s ease-out all;overflow:hidden}.aside-item[data-v-4b3583b5]{cursor:pointer;color:#fff;margin:35px 0}.logo-panel[data-v-4b3583b5]{padding:10px;margin-bottom:10px;border-bottom:1px solid #f1f2f3;background:#fff}.logo-panel h4[data-v-4b3583b5]{color:#333;margin:0 0 0 10px}.flex[data-v-4b3583b5]{display:flex;align-items:center;justify-content:space-between}.showCollapse[data-v-4b3583b5]{position:absolute;bottom:0px;height:40px;width:56px;text-align:center}.menu-icon[data-v-4b3583b5]{display:inline-block;padding:3px 0;width:100%;font-size:14px;text-align:center;line-height:30px}.collapsed[data-v-4b3583b5]{display:block;padding:0 20px}.onSystem[data-v-4b3583b5]{position:relative;margin-left:10px;background:#f6f7fa;border-top-left-radius:30px;border-bottom-left-radius:30px}.onSystem[data-v-4b3583b5]:before{content:"";position:absolute;top:-20px;right:0;width:20px;height:20px;background:red;border-bottom-right-radius:10px;box-shadow:5px 5px 0 5px #f6f7fa;background:transparent}.onSystem[data-v-4b3583b5]:after{content:"";position:absolute;bottom:-20px;right:0;width:20px;height:20px;border-top-right-radius:10px;box-shadow:5px -5px 0 5px #f6f7fa;background:transparent}.onSystem .uncollapsed[data-v-4b3583b5]{color:#333}.aside-menu-icon[data-v-4b3583b5]{position:relative;display:inline-block;height:30px;width:30px;line-height:30px;text-align:center;font-size:12px;transition:.3s linear;z-index:999}.onSystem .aside-menu-icon[data-v-4b3583b5]{border-radius:100%;background:#283149;color:#fff}.mt-2[data-v-4b3583b5]{margin-top:-2px}.sw-tabs .ant-tabs-tab-active{background:#0e2851!important;border-bottom:1px solid #1890ff!important}.sw-tabs .ant-tabs-tab-active div{color:#fff!important}.sw-tabs[data-v-a8a7b61b]{padding:0 1px;background:#fafafa}.layout{background:url(./bg-4325a45f.png);background-size:cover}.site-layout-content{min-height:280px;padding:24px;background:#fff}#components-layout-demo-top .logo{float:left;width:120px;height:31px;margin:16px 24px 16px 0;background:rgba(255,255,255,.3)}.ant-row-rtl #components-layout-demo-top .logo{float:right;margin:16px 0 16px 24px}[data-theme=dark] .site-layout-content{background:#fff}.content-height{height:100vh;padding:0 10px 10px;overflow-y:scroll}.flex{display:flex}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}.flex-loading{height:100vh;width:100vw;display:flex;align-items:center;justify-content:space-around;background-image:url(./bg-4325a45f.png);background-size:cover}.loading{position:relative;width:205px;perspective:200px;text-align:center}.loading:before,.loading:after{position:absolute;width:20px;height:20px;content:"";animation:jumping .5s infinite alternate;background:rgba(0,0,0,0)}.loading:before{left:55%}.loading:after{right:55%;animation-delay:.15s}.historyTabs{box-shadow:0 2px 10px #ccc;position:sticky;top:50px;z-index:999}@keyframes jumping{0%{transform:scale(1) translateY(0) rotateX(0);box-shadow:0 0 #0000}to{transform:scale(1.2) translateY(-25px) rotateX(45deg);background:rgb(100,108,255);box-shadow:0 25px 40px #000}}
|