﻿@charset "UTF-8";.loading-panel{width:100vw;height:100vh;background-color:#000;display:flex;justify-content:center;align-items:center;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999;}.logo-box{margin-top:-100px;animation:show 2s ease-out 0s 1 forwards;font-size:100px;}.logo-box .logo-1{color:#3e5362;font-weight:500;}.logo-box .logo-2{color:#eba209;font-weight:900;}.logo-loading{font-weight:bold;position:relative;font-size:100px;color:#544e58;opacity:0;display:flex;justify-content:center;align-items:center;animation:show 2s ease-in-out .5s 1 forwards;}@keyframes show{0%{opacity:0;}100%{opacity:1;}}.logo-loading::before{position:absolute;content:"上海职学科技有限公司";color:transparent;background-image:linear-gradient(to right,#f8f8ff,#f8f8ff,#f8f8ff,#f8f8ff,#f8f8ff,#f8f8ff,#f8f8ff,#f8f8ff,#f8f8ff,#f8f8ff,#f8f8ff,#f8f8ff,#f8f8ff);background-clip:text;-webkit-background-clip:text;clip-path:polygon(-20% 0%,0% 0%,-10% 100%,-30% 100%);animation:light 2s 2s infinite;}@keyframes light{0%{clip-path:polygon(-20% 0%,0% 0%,-10% 100%,-30% 100%);}50%{clip-path:polygon(100% 0%,120% 0%,110% 100%,90% 100%);}100%{clip-path:polygon(-20% 0%,0% 0%,-10% 100%,-30% 100%);}}.ant-descriptions-item-content{white-space:pre-wrap;}.ant-tabs-content-holder{overflow-y:auto;}.ant-spin-nested-loading>div>.ant-spin{max-height:none;}.ant-page-header-heading-extra{flex:1;text-align:right;}#blazor-error-ui{display:none;}#components-reconnect-modal{position:fixed;z-index:3333;background-color:rgba(0,0,0,.075);display:none;height:100%;width:100%;top:0;left:0;right:0;justify-content:center;align-items:center;font-size:1.5rem;font-weight:bold;color:#21d7b9;}#components-reconnect-modal.components-reconnect-show{display:flex;}#components-reconnect-modal.components-reconnect-hide{display:flex;}#components-reconnect-modal.components-reconnect-failed{display:flex;}#components-reconnect-modal.components-reconnect-rejected{display:flex;}.validation-message{color:#d73021;margin-top:.5rem;}