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.
198 lines
3.7 KiB
198 lines
3.7 KiB
.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 */
|
|
|
|
.flex_box_center___3DUz1 {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___2iqct {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___1mD_h {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___9Y2-v {
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-webkit-align-items: center;
|
|
-webkit-box-align: center;
|
|
-webkit-box-pack: end;
|
|
box-align: center;
|
|
box-pack: end;
|
|
}
|
|
.flex_box_column___1p-jL {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.searchBar___2qgqU {
|
|
display: box;
|
|
display: flex;
|
|
border-radius: 2px;
|
|
width: 100%;
|
|
margin: 0px auto;
|
|
box-sizing: border-box;
|
|
padding-left: 25px;
|
|
background-color: #fff;
|
|
padding-bottom: 20px;
|
|
padding-top: 20px;
|
|
}
|
|
.searchBar___2qgqU > li {
|
|
list-style-type: none;
|
|
text-align: center;
|
|
color: #05101a;
|
|
cursor: pointer;
|
|
font-size: 16px;
|
|
}
|
|
.searchBar___2qgqU > li > a {
|
|
display: block;
|
|
width: 100%;
|
|
text-decoration: none;
|
|
color: #05101a;
|
|
}
|
|
.searchBar___2qgqU > li.active___2wfij a {
|
|
color: #0152d9;
|
|
}
|
|
.searchBarBorder___Iv594 {
|
|
border-top: 1px solid #eeeeee;
|
|
}
|
|
.firstLi___3Mj0_ {
|
|
height: 48px;
|
|
line-height: 46px;
|
|
}
|
|
.otherLi___2pp1z {
|
|
height: 48px;
|
|
line-height: 46px;
|
|
margin-left: 40px;
|
|
}
|
|
.advertisementModal___3c8WX [class~='ant-modal-body'] {
|
|
padding: 0;
|
|
}
|
|
.closex___3dUBZ {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 1px solid #ffffff;
|
|
border-radius: 50%;
|
|
color: #ffffff;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-left: 20px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|