You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NewEduCoderBuild/p__Terminal__.1f120100.chun...

233 lines
4.5 KiB

.ldsRing___2F8W7 {
position: relative;
width: 40px;
height: 40px;
margin: 0 auto;
}
.idsRingWrapper___fC2cF {
position: absolute;
z-index: 1000;
width: 100%;
height: 100%;
left: 0;
top: 0;
display: flex;
flex-flow: column nowrap;
justify-content: center;
}
.idsRingWrapper___fC2cF p {
text-align: center;
margin-top: 12px;
}
.ldsRing___2F8W7 div {
box-sizing: border-box;
display: block;
position: absolute;
width: 32px;
height: 32px;
margin: 4px;
border: 4px solid #1976d2;
border-radius: 50%;
animation: ldsring___3A88y 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #1976d2 transparent transparent transparent;
}
.ldsRing___2F8W7 div:nth-child(1) {
animation-delay: -0.45s;
}
.ldsRing___2F8W7 div:nth-child(2) {
animation-delay: -0.3s;
}
.ldsRing___2F8W7 div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes ldsring___3A88y {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.clipboard-box p {
font-size: 14px;
margin: 0 0 20px 0;
}
.clipboard-box h3 {
color: #333;
font-size: 18px;
margin: 0 0 20px 0;
}
.clipboard-box .btn-action-container {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: flex-end;
}
.clipboard-box .clipboard {
background: #f1f1f1;
height: 200px;
margin-bottom: 30px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.selectImage___3j6A8 {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #131c23;
z-index: 10;
padding: 80px 0;
display: flex;
align-items: center;
overflow: hidden;
}
.selectImage___3j6A8 .container___2tvXa {
font-size: 16px;
color: #fff;
flex: 1 1;
overflow: auto;
width: 100%;
max-height: 100%;
display: flex;
flex-direction: column;
}
.selectImage___3j6A8 .container___2tvXa h1 {
text-align: center;
color: #fff;
font-size: 28px;
line-height: 1;
}
.selectImage___3j6A8 .container___2tvXa aside {
width: 100%;
padding: 0 22%;
overflow: auto;
flex: 1 1;
}
.selectImage___3j6A8 [class~='ant-row'] {
padding: 20px 0;
border-bottom: 1px solid #384046;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.btn-vnc-resize {
position: absolute;
right: 16px;
top: 48px;
z-index: 101;
color: #fff;
}
.vnc-panel-wrapper {
position: relative;
height: calc(100vh - 105px);
overflow: hidden;
}
.vnc-panel-wrapper.full-screen {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 200;
height: 100vh;
background: white;
}
.vnc-panel-wrapper-windows {
position: relative;
height: calc(90vh);
overflow: hidden;
}
.vnc-panel-wrapper-windows .btn-vnc-resize {
position: absolute;
right: 16px;
top: 48px;
z-index: 101;
color: #fff;
}
.vnc-panel-wrapper-windows.full-screen {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 200;
height: 100vh;
background: white;
}
.vnc-panel {
height: 100%;
margin: 0 auto;
min-height: 500px;
}
.vnc-test-list {
position: absolute;
width: 100%;
bottom: 51px;
background: #111c24;
z-index: 100;
height: 0;
overflow: auto;
}
.vnc-test-list.large {
height: calc(100vh - 105px);
}
.vnc-test-list.large .test-case-list {
height: calc(100% - 34px);
}
.vnc-test-list.pop {
height: 257px;
}
.vnc-test-list .test-case-list {
overflow-y: auto;
height: 190px;
}
.arrow-container {
position: absolute;
top: 0;
width: 54px;
height: 27px;
left: 50%;
margin-left: -27px;
background: #2a3a4f;
z-index: 10;
border-bottom-left-radius: 100px;
border-bottom-right-radius: 100px;
color: #fff;
text-align: center;
cursor: pointer;
opacity: 0.4;
transition: all 0.3s;
}
.arrow-container .iconfont {
font-size: 14px !important;
}
.vnc-test-list-body {
position: relative;
height: 100%;
}
.vnc-full-panel {
transform: scale(1) !important;
width: 100% !important;
height: 100% !important;
}
.vnc-panel-wrp {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */