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.
1811 lines
37 KiB
1811 lines
37 KiB
.task-wrapper {
|
|
height: 100vh;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
overflow: hidden;
|
|
}
|
|
.tpi-spin {
|
|
height: 100vh !important;
|
|
position: static !important;
|
|
position: initial !important;
|
|
}
|
|
.tasks-body2 {
|
|
height: calc(100vh - 54px);
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.tasks-body2 .resize-x-bar {
|
|
width: 4px;
|
|
cursor: ew-resize;
|
|
height: 100%;
|
|
position: relative;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
background: #111c24;
|
|
}
|
|
.tasks-body2 .resize-x-bar.has-unity-3d {
|
|
cursor: inherit;
|
|
width: 0;
|
|
}
|
|
.tasks-body2 .resize-x-bar.has-unity-3d .btn-resize {
|
|
margin-left: 0;
|
|
}
|
|
.tasks-body2 .right-panel {
|
|
flex: 1 1;
|
|
position: relative;
|
|
height: 100%;
|
|
background: #111c24;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.tasks-body2 .right-panel .unity-3d-container {
|
|
height: 100%;
|
|
}
|
|
.tasks-body2 .right-panel.vnc {
|
|
justify-content: space-between;
|
|
}
|
|
.tasks-body2 .left-panel {
|
|
background: #3e4571;
|
|
position: relative;
|
|
width: 80px;
|
|
height: 100%;
|
|
}
|
|
.tasks-body2 .left-panel ul {
|
|
padding: 0;
|
|
}
|
|
.tasks-body2 .left-panel ul li {
|
|
width: 100%;
|
|
height: 70px;
|
|
color: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
cursor: pointer;
|
|
}
|
|
.tasks-body2 .left-panel ul li.on {
|
|
background: #165dff;
|
|
}
|
|
.tasks-body2 .btn-resize {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
text-align: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 24px;
|
|
height: 24px;
|
|
font-size: 24px;
|
|
z-index: 94;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
margin-left: -10px;
|
|
opacity: 0.7;
|
|
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
|
|
background-color: #e0e0e0;
|
|
color: rgba(0, 0, 0, 0.87);
|
|
}
|
|
.tasks-body2 .btn-resize:hover {
|
|
opacity: 1;
|
|
}
|
|
.data_env_lists {
|
|
height: 100%;
|
|
background: #fff;
|
|
}
|
|
.data_env_lists .data_header {
|
|
height: 56px;
|
|
padding: 0 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #464f66;
|
|
line-height: 22px;
|
|
}
|
|
.data_env_lists .data_header::before {
|
|
content: '';
|
|
width: 4px;
|
|
height: 12px;
|
|
background: #242f49;
|
|
margin-right: 8px;
|
|
}
|
|
.ghost-link {
|
|
margin: 8px;
|
|
color: #0152d9 !important;
|
|
border: 1px solid #0152d9;
|
|
height: 30px;
|
|
padding: 0 16px;
|
|
border-radius: 2px;
|
|
line-height: 30px;
|
|
}
|
|
.ghost-link:hover {
|
|
background: #4890ff;
|
|
text-decoration: none;
|
|
color: #fff !important;
|
|
}
|
|
.unity-3d-nav {
|
|
position: absolute;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
left: 0;
|
|
height: 50px;
|
|
z-index: 100;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
background: #05101a;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
.unity-3d-nav .ghost-link {
|
|
display: block;
|
|
}
|
|
.trapezoid {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
margin-top: -49px;
|
|
top: 50%;
|
|
left: -20px;
|
|
z-index: 100;
|
|
}
|
|
.trapezoid.enlarge {
|
|
left: 0;
|
|
}
|
|
.vnc-mask,
|
|
.draging-mask {
|
|
position: absolute;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
z-index: 20;
|
|
top: 0;
|
|
bottom: 51px;
|
|
width: 100%;
|
|
}
|
|
.draging-mask {
|
|
bottom: 0;
|
|
position: fixed;
|
|
}
|
|
.last-compile-output {
|
|
max-height: 167px;
|
|
overflow: auto;
|
|
}
|
|
.setting-drawer .ant-drawer-content-wrapper {
|
|
top: 54px;
|
|
bottom: 51px;
|
|
}
|
|
.setting-drawer .ant-drawer-content {
|
|
height: auto;
|
|
}
|
|
.oj .ant-drawer-content-wrapper {
|
|
top: 65px;
|
|
}
|
|
.setting-drawer .ant-drawer-body,
|
|
.oj .ant-drawer-body {
|
|
background: #031b2a;
|
|
}
|
|
.setting-drawer .ant-drawer-body,
|
|
.oj .ant-drawer-body {
|
|
padding: 0;
|
|
height: auto;
|
|
}
|
|
.setting-drawer .ant-select-selection,
|
|
.oj .ant-select-selection {
|
|
width: 120px;
|
|
background: #0a2030;
|
|
color: #597a8f;
|
|
border: 1px solid #597a8f;
|
|
}
|
|
.dir-tree {
|
|
background: #031b2a !important;
|
|
height: calc(100vh - 54px - 51px);
|
|
}
|
|
.dir-tree .ant-tree-treenode:hover::before {
|
|
background: #1890ff !important;
|
|
}
|
|
.dir-tree span {
|
|
color: #cbcbcb;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.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 */
|
|
|
|
.task-header-container {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
height: 54px;
|
|
background: #05101a;
|
|
padding: 0 15px;
|
|
color: #fff;
|
|
position: relative;
|
|
z-index: 9;
|
|
}
|
|
.task-header-container .shixun-info {
|
|
flex: 1 0 auto;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
color: #fff;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
margin: 0;
|
|
}
|
|
.task-header-container .shixun-info span {
|
|
font-size: 13px;
|
|
font-weight: 400;
|
|
}
|
|
.task-header-container .task-user-info {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
}
|
|
.task-header-container .task-user-info img {
|
|
border-radius: 50%;
|
|
margin-right: 12px;
|
|
}
|
|
.task-header-container .grade-info {
|
|
margin-left: 24px;
|
|
height: 32px;
|
|
padding: 0 15px;
|
|
background: #1f2f3b;
|
|
border-radius: 25px;
|
|
line-height: 32px;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.task-header-container .grade-info img {
|
|
margin-right: 5px;
|
|
}
|
|
.task-header-container .btn-task-out {
|
|
background: #da000c;
|
|
border-radius: 2px;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
display: block;
|
|
padding: 6px 9px;
|
|
color: #fff;
|
|
}
|
|
.task-header-container .btn-out {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
margin-left: 12px;
|
|
}
|
|
.task-header-container .btn-out .iconfont {
|
|
font-size: 16px !important;
|
|
margin-right: 4px;
|
|
}
|
|
.task-header-container .btn-notice {
|
|
margin-right: 24px;
|
|
}
|
|
.task-header-container .btn-vnc {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
margin-right: 24px;
|
|
}
|
|
.task-header-container .btn-vnc img {
|
|
margin-right: 9px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.tpi-code-setting {
|
|
height: calc(100vh - 54px - 51px);
|
|
background: #031b2a;
|
|
padding: 15px 13px 15px 26px;
|
|
color: #ddd;
|
|
font-size: 13px;
|
|
line-height: 17px;
|
|
}
|
|
.tpi-code-setting.oj {
|
|
height: calc(100vh - 65px);
|
|
}
|
|
.tpi-code-setting h3 {
|
|
color: #008cff;
|
|
font-size: 16px;
|
|
line-height: 21px;
|
|
padding-bottom: 12px;
|
|
text-align: left;
|
|
width: 100%;
|
|
display: block;
|
|
border-bottom: 1px solid #092436;
|
|
}
|
|
.tpi-code-setting .file-item {
|
|
color: #ddd;
|
|
padding: 20px 0 0 0;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.tpi-code-setting .file-item.action {
|
|
justify-content: flex-start;
|
|
}
|
|
.tpi-code-setting .file-item.action .iconfont {
|
|
margin-right: 21px;
|
|
}
|
|
.tpi-code-setting .file-item span {
|
|
max-width: 148px;
|
|
}
|
|
.tpi-code-setting .file-item:last-child {
|
|
margin-bottom: 25px;
|
|
}
|
|
.tpi-code-setting span {
|
|
color: #597a8f;
|
|
}
|
|
.setting-drawer .ant-drawer-content-wrapper {
|
|
top: 54px;
|
|
bottom: 51px;
|
|
}
|
|
.setting-drawer .ant-drawer-content {
|
|
height: auto;
|
|
}
|
|
.oj .ant-drawer-content-wrapper {
|
|
top: 65px;
|
|
}
|
|
.setting-drawer .ant-drawer-body,
|
|
.oj .ant-drawer-body {
|
|
background: #031b2a;
|
|
}
|
|
.setting-drawer .ant-drawer-body,
|
|
.oj .ant-drawer-body {
|
|
padding: 0;
|
|
height: auto;
|
|
}
|
|
.setting-drawer .ant-select-selection,
|
|
.oj .ant-select-selection {
|
|
width: 120px;
|
|
background: #0a2030;
|
|
color: #597a8f;
|
|
border: 1px solid #597a8f;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.flex_box_center___XQaQv {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___MKaIy {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___1mxtL {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___2F_Ix {
|
|
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___2uQCp {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.wrap___3HzlV [class~='ant-drawer-content-wrapper'] {
|
|
margin-top: 54px;
|
|
}
|
|
.wrap___3HzlV [class~='ant-drawer-body'] {
|
|
margin-bottom: 60px;
|
|
}
|
|
.wrap___3HzlV [class~='ant-drawer-content'] {
|
|
background: none;
|
|
}
|
|
.wrap___3HzlV [class~='ant-drawer-wrapper-body'],
|
|
.wrap___3HzlV [class~='ant-drawer-header'] {
|
|
background: #031b2a;
|
|
color: #fff;
|
|
border: none;
|
|
}
|
|
.wrap___3HzlV [class~='ant-drawer-title'] {
|
|
color: #fff;
|
|
font-size: 16px;
|
|
padding: 19px 0 0 4px;
|
|
}
|
|
.list___1j7BW {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
margin: 7px 0;
|
|
padding-left: 4px;
|
|
}
|
|
.list___1j7BW dt,
|
|
.list___1j7BW dd {
|
|
margin: 0;
|
|
}
|
|
.list___1j7BW dt {
|
|
flex: 1 1;
|
|
-webkit-box-orient: vertical;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 1;
|
|
overflow: hidden;
|
|
word-break: break-all;
|
|
height: 24px;
|
|
}
|
|
.list___1j7BW dd {
|
|
width: 66px;
|
|
text-align: right;
|
|
color: #0152d9;
|
|
cursor: pointer;
|
|
}
|
|
.page___1eDtu {
|
|
font-size: 14px;
|
|
margin-top: 20px;
|
|
}
|
|
.page___1eDtu [class~='ant-pagination-item'],
|
|
.page___1eDtu [class~='ant-pagination-item-link'] {
|
|
color: #0152d9;
|
|
}
|
|
.page___1eDtu [class~='ant-pagination-item'] a,
|
|
.page___1eDtu [class~='ant-pagination-item-link'] a {
|
|
color: #0152d9;
|
|
}
|
|
.page___1eDtu [class~='ant-pagination-item-active'] {
|
|
background: #0152d9;
|
|
}
|
|
.page___1eDtu [class~='ant-pagination-item-active'] a {
|
|
color: #fff;
|
|
}
|
|
.page___1eDtu [class~='ant-pagination-disabled'] a,
|
|
.page___1eDtu [class~='ant-pagination-disabled'] button {
|
|
color: #7f99a7;
|
|
}
|
|
.page___1eDtu [class~='ant-pagination-disabled'] a:hover,
|
|
.page___1eDtu [class~='ant-pagination-disabled'] button:hover {
|
|
color: #7f99a7;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/**
|
|
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
|
|
* Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
|
|
* https://github.com/chjj/term.js
|
|
* @license MIT
|
|
*
|
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
* of this software and associated documentation files (the "Software"), to deal
|
|
* in the Software without restriction, including without limitation the rights
|
|
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
* copies of the Software, and to permit persons to whom the Software is
|
|
* furnished to do so, subject to the following conditions:
|
|
*
|
|
* The above copyright notice and this permission notice shall be included in
|
|
* all copies or substantial portions of the Software.
|
|
*
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
* THE SOFTWARE.
|
|
*
|
|
* Originally forked from (with the author's permission):
|
|
* Fabrice Bellard's javascript vt100 for jslinux:
|
|
* http://bellard.org/jslinux/
|
|
* Copyright (c) 2011 Fabrice Bellard
|
|
* The original design remains. The terminal itself
|
|
* has been extended to include xterm CSI codes, among
|
|
* other features.
|
|
*/
|
|
|
|
/**
|
|
* Default styles for xterm.js
|
|
*/
|
|
|
|
.xterm {
|
|
font-feature-settings: "liga" 0;
|
|
position: relative;
|
|
user-select: none;
|
|
-ms-user-select: none;
|
|
-webkit-user-select: none;
|
|
}
|
|
|
|
.xterm.focus,
|
|
.xterm:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.xterm .xterm-helpers {
|
|
position: absolute;
|
|
top: 0;
|
|
/**
|
|
* The z-index of the helpers must be higher than the canvases in order for
|
|
* IMEs to appear on top.
|
|
*/
|
|
z-index: 5;
|
|
}
|
|
|
|
.xterm .xterm-helper-textarea {
|
|
padding: 0;
|
|
border: 0;
|
|
margin: 0;
|
|
/* Move textarea out of the screen to the far left, so that the cursor is not visible */
|
|
position: absolute;
|
|
opacity: 0;
|
|
left: -9999em;
|
|
top: 0;
|
|
width: 0;
|
|
height: 0;
|
|
z-index: -5;
|
|
/** Prevent wrapping so the IME appears against the textarea at the correct position */
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
resize: none;
|
|
}
|
|
|
|
.xterm .composition-view {
|
|
/* TODO: Composition position got messed up somewhere */
|
|
background: #000;
|
|
color: #FFF;
|
|
display: none;
|
|
position: absolute;
|
|
white-space: nowrap;
|
|
z-index: 1;
|
|
}
|
|
|
|
.xterm .composition-view.active {
|
|
display: block;
|
|
}
|
|
|
|
.xterm .xterm-viewport {
|
|
/* On OS X this is required in order for the scroll bar to appear fully opaque */
|
|
background-color: #000;
|
|
overflow-y: scroll;
|
|
cursor: default;
|
|
position: absolute;
|
|
right: 0;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.xterm .xterm-screen {
|
|
position: relative;
|
|
}
|
|
|
|
.xterm .xterm-screen canvas {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.xterm .xterm-scroll-area {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.xterm-char-measure-element {
|
|
display: inline-block;
|
|
visibility: hidden;
|
|
position: absolute;
|
|
top: 0;
|
|
left: -9999em;
|
|
line-height: normal;
|
|
}
|
|
|
|
.xterm {
|
|
cursor: text;
|
|
}
|
|
|
|
.xterm.enable-mouse-events {
|
|
/* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */
|
|
cursor: default;
|
|
}
|
|
|
|
.xterm.xterm-cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.xterm.column-select.focus {
|
|
/* Column selection mode */
|
|
cursor: crosshair;
|
|
}
|
|
|
|
.xterm .xterm-accessibility,
|
|
.xterm .xterm-message {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
z-index: 10;
|
|
color: transparent;
|
|
}
|
|
|
|
.xterm .live-region {
|
|
position: absolute;
|
|
left: -9999px;
|
|
width: 1px;
|
|
height: 1px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.xterm-dim {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.xterm-underline {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.xterm-panel-wrp___1w-Px {
|
|
height: 100%;
|
|
background: #000;
|
|
padding: 10px;
|
|
}
|
|
.xterm-panel___2guTV {
|
|
height: 100%;
|
|
}
|
|
/* 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 */
|
|
|
|
.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___3Rxf- {
|
|
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___3Rxf- .container___ophsM {
|
|
font-size: 16px;
|
|
color: #fff;
|
|
flex: 1 1;
|
|
overflow: auto;
|
|
width: 100%;
|
|
max-height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.selectImage___3Rxf- .container___ophsM h1 {
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 28px;
|
|
line-height: 1;
|
|
}
|
|
.selectImage___3Rxf- .container___ophsM aside {
|
|
width: 100%;
|
|
padding: 0 22%;
|
|
overflow: auto;
|
|
flex: 1 1;
|
|
}
|
|
.selectImage___3Rxf- [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 */
|
|
|
|
.bg___17nSs {
|
|
height: 100vh;
|
|
}
|
|
.header___20WQF {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 60px;
|
|
background-color: #070f1a;
|
|
padding-left: 30px;
|
|
z-index: 99;
|
|
font-size: 14px;
|
|
}
|
|
.header___20WQF [class~='ant-statistic-content'] {
|
|
font-size: 14px;
|
|
color: #fff !important;
|
|
}
|
|
.dragingMask___1xKyx {
|
|
bottom: 0;
|
|
position: fixed;
|
|
position: absolute;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
z-index: 902;
|
|
top: 0;
|
|
width: 100%;
|
|
}
|
|
.content___2j2gO {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.content___2j2gO .leftContainer___3JN8N {
|
|
position: relative;
|
|
height: 100%;
|
|
}
|
|
.content___2j2gO .leftContainer___3JN8N .tabNav___3cSZr {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
padding: 0;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
.content___2j2gO .leftContainer___3JN8N .tabNav___3cSZr > div {
|
|
flex: 1 1 auto;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
overflow: hidden;
|
|
text-align: center;
|
|
border-bottom: 2px solid #4cacff;
|
|
color: #05101a;
|
|
font-size: 16px;
|
|
}
|
|
.content___2j2gO .leftContainer___3JN8N .mdContent___xRv60 {
|
|
height: calc(100% - 57px);
|
|
overflow-y: auto;
|
|
padding: 16px;
|
|
}
|
|
.content___2j2gO .resizeBar___2vgny {
|
|
width: 4px;
|
|
cursor: ew-resize;
|
|
height: 100%;
|
|
position: relative;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
background: #111c24;
|
|
}
|
|
.content___2j2gO .resizeBar___2vgny.has-unity-3d___Q9Pg_ {
|
|
cursor: inherit;
|
|
width: 0;
|
|
}
|
|
.content___2j2gO .resizeBar___2vgny.has-unity-3d___Q9Pg_ .btn-resize___3eI0l {
|
|
margin-left: 0;
|
|
}
|
|
.content___2j2gO .resizeBar___2vgny .btn-resize {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
text-align: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 24px;
|
|
height: 24px;
|
|
font-size: 24px;
|
|
z-index: 903;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
margin-left: -10px;
|
|
opacity: 0.7;
|
|
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
|
|
background-color: #e0e0e0;
|
|
color: rgba(0, 0, 0, 0.87);
|
|
}
|
|
.content___2j2gO .resizeBar___2vgny .btn-resize:hover {
|
|
opacity: 1;
|
|
}
|
|
.content___2j2gO .rightCotainer___3XEkM {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
flex: 1 1;
|
|
position: relative;
|
|
height: 100%;
|
|
background: #111c24;
|
|
}
|
|
.user___KhdtF {
|
|
color: #fff;
|
|
}
|
|
.user___KhdtF img {
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 50%;
|
|
}
|
|
.titleWrap___1CQko {
|
|
color: #fff !important;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.title___3JoKi {
|
|
font-size: 16px;
|
|
line-height: 40px;
|
|
height: 30px;
|
|
}
|
|
.endTimeWrap___3UcLL {
|
|
width: 1px;
|
|
height: 1px;
|
|
overflow: hidden;
|
|
display: block;
|
|
}
|
|
.colorGray___c-JwK {
|
|
color: #888;
|
|
}
|
|
.main___2qsUh {
|
|
position: absolute;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
height: calc(100vh - 130px);
|
|
}
|
|
.loadFail___3F9sP {
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
}
|
|
.reload___jaguh {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|
|
.failIcon___4lASB {
|
|
font-size: 100px;
|
|
color: #f5f5f5;
|
|
text-align: center;
|
|
}
|
|
.failWrap___ixVxs {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.failReload___8iXEN {
|
|
color: #1e8ffd;
|
|
font-size: 12px;
|
|
cursor: pointer;
|
|
margin-right: 18px;
|
|
}
|
|
.dataSetButton___1VuI3 {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 141px;
|
|
width: 38px;
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 32%;
|
|
cursor: pointer;
|
|
left: auto;
|
|
z-index: 11;
|
|
padding-top: 15px;
|
|
}
|
|
.dataSetText___2Q-Cr {
|
|
-ms-writing-mode: tb-rl;
|
|
writing-mode: tb-rl;
|
|
color: #fff;
|
|
padding-left: 10px;
|
|
}
|
|
.dataSetOpen___3dJz9 {
|
|
right: 330px;
|
|
animation-duration: 2s;
|
|
animation: mymove___2_AVq 0.35s;
|
|
animation-fill-mode: forwards;
|
|
}
|
|
.footer___1xG2y {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 70px;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 900;
|
|
width: 100%;
|
|
}
|
|
.footer___1xG2y > span {
|
|
position: absolute;
|
|
left: 20px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
}
|
|
.footer___1xG2y > button {
|
|
height: 40px;
|
|
border-radius: 4px;
|
|
font-size: 16px;
|
|
}
|
|
.start___1S7oj {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
.start___1S7oj .title___3JoKi {
|
|
font-size: 16px;
|
|
color: #272a3a;
|
|
}
|
|
.start___1S7oj > b {
|
|
display: inline-block;
|
|
color: #0152d9;
|
|
font-size: 30px;
|
|
margin-top: 30px;
|
|
margin-bottom: 70px;
|
|
}
|
|
.start___1S7oj .liWarp___F1CtD {
|
|
width: 774px;
|
|
max-height: 500px;
|
|
overflow-y: auto;
|
|
}
|
|
.start___1S7oj .liWarp___F1CtD .li___3VsSR {
|
|
width: 333px;
|
|
height: 30px;
|
|
line-height: 28px;
|
|
border-radius: 4px;
|
|
border: 1px solid #0152d9;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
font-size: 16px;
|
|
padding: 0 12px;
|
|
color: #0152d9;
|
|
display: inline-block;
|
|
margin: 0px 26px 23px 26px;
|
|
cursor: pointer;
|
|
}
|
|
.start___1S7oj .liWarp___F1CtD .li___3VsSR i {
|
|
margin-right: 6px;
|
|
}
|
|
.start___1S7oj .liWarp___F1CtD .li___3VsSR:hover {
|
|
line-height: 30px;
|
|
background: #0152d9;
|
|
color: #fff;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.title___3fOal {
|
|
margin-bottom: 15px;
|
|
color: #ff954c;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
}
|
|
.content___3uANE {
|
|
margin-bottom: 15px;
|
|
background: #f7f9fd;
|
|
padding: 5px;
|
|
height: 200px;
|
|
overflow: auto;
|
|
font-size: 14px;
|
|
}
|
|
.add___1spp2 {
|
|
text-align: center;
|
|
padding-top: 20%;
|
|
}
|
|
.colorBlue___hain- {
|
|
color: #0152d9;
|
|
}
|
|
.radio___3M5zN {
|
|
display: block;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
font-size: 14px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.bg___1pgJK {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
margin-bottom: 80px;
|
|
margin-top: 30px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.wrap___3w7gA {
|
|
width: 100%;
|
|
}
|
|
.modal___Z863a {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
}
|
|
.content_____WML {
|
|
background-color: #ffffff;
|
|
}
|
|
.head___74qy3 {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 76px;
|
|
border-bottom: 1px solid #f4f4f4;
|
|
}
|
|
.headCount___DydFZ {
|
|
height: 16px;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
line-height: 16px;
|
|
margin-left: 40px;
|
|
}
|
|
.button___FkPST {
|
|
width: 114px;
|
|
height: 32px;
|
|
text-align: center;
|
|
border-radius: 2px;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
cursor: pointer;
|
|
}
|
|
.itemWrap___2VFfI {
|
|
display: flex;
|
|
flex-direction: row;
|
|
padding: 20px 40px;
|
|
border-bottom: 1px solid #eee;
|
|
cursor: default;
|
|
}
|
|
.imgWrap___3YSCX {
|
|
margin-right: 20px;
|
|
position: relative;
|
|
}
|
|
.img___31A6T {
|
|
border-radius: 50%;
|
|
}
|
|
.manager___7OBds {
|
|
display: inline-block;
|
|
position: absolute;
|
|
bottom: 13px;
|
|
left: 2px;
|
|
width: 44px;
|
|
height: 18px;
|
|
background: #0152d9;
|
|
color: #fff;
|
|
font-size: 10px;
|
|
text-align: center;
|
|
border-bottom-right-radius: 28px;
|
|
border-bottom-left-radius: 31px;
|
|
}
|
|
.itemContent___NJ5LZ {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1 1;
|
|
}
|
|
.nameWrap___1nFjv {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
margin-bottom: 1em;
|
|
}
|
|
.name___1KHZI {
|
|
color: #000000;
|
|
font-size: 16px;
|
|
}
|
|
.actionGroup___2FPTE {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
.deleteIcon___OtxKH {
|
|
color: #bbbbbb;
|
|
cursor: pointer;
|
|
font-size: 18px;
|
|
}
|
|
.deleteIcon___OtxKH:hover {
|
|
color: #ff5555;
|
|
}
|
|
.schoolWrap___3vfoh {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
color: #b2b2b2;
|
|
font-size: 12px;
|
|
}
|
|
.school___2QmIS {
|
|
max-width: 450px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
cursor: default;
|
|
}
|
|
.countWrap___22ogC {
|
|
text-align: center;
|
|
margin-top: 30px;
|
|
}
|
|
.deletetitle___3lzPN {
|
|
color: #e53333;
|
|
font-size: 16px !important ;
|
|
}
|
|
.deletetitle___3lzPN:hover {
|
|
color: #ff5555;
|
|
}
|
|
.yseTitle___3xmOc {
|
|
font-size: 16px !important;
|
|
color: #0152d9;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.flex_box_center___2cC1r {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___9TeDx {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___3EIYv {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___1Uph0 {
|
|
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___17_5w {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.header___1E4MV {
|
|
min-width: 1200px;
|
|
}
|
|
.header___1E4MV [class~='ant-layout-header'] {
|
|
padding: 0;
|
|
}
|
|
.header___1E4MV .logo___R8PNJ {
|
|
height: 36px;
|
|
}
|
|
.header___1E4MV .menu___Km2Uo {
|
|
margin: 0;
|
|
padding: 0;
|
|
margin-left: 30px;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.header___1E4MV .menu___Km2Uo li {
|
|
margin-right: 30px;
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.header___1E4MV .menu___Km2Uo li:hover a {
|
|
color: #828383;
|
|
}
|
|
.header___1E4MV .menu___Km2Uo li.actived___12Ff0 a {
|
|
color: #0152d9;
|
|
}
|
|
.header___1E4MV .menu___Km2Uo li.actived___12Ff0::after {
|
|
content: '';
|
|
width: 18px;
|
|
height: 2px;
|
|
background-color: #0152d9;
|
|
position: absolute;
|
|
bottom: 14px;
|
|
left: 0;
|
|
}
|
|
.header___1E4MV .menu___Km2Uo li a {
|
|
color: #fff;
|
|
position: relative;
|
|
font-size: 16px;
|
|
}
|
|
.header___1E4MV .edu-menu___2hxbr {
|
|
display: flex;
|
|
width: 100%;
|
|
padding: 0 0 0 25px;
|
|
height: 60px;
|
|
min-width: 1200px;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.header___1E4MV .newslight___jwZR3 {
|
|
width: 5px;
|
|
height: 5px;
|
|
border-radius: 5px;
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 10px;
|
|
background: #fb3226;
|
|
}
|
|
.header___1E4MV .classromediv___Cjpgf {
|
|
animation: glow___3Nuu5 200ms ease-out infinite alternate;
|
|
}
|
|
@keyframes glow___3Nuu5 {
|
|
0% {
|
|
border-color: #00fff9;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
background: rgba(0, 255, 249, 0.2);
|
|
width: 80px;
|
|
box-shadow: 0 0 5px rgba(0, 255, 249, 0.2);
|
|
}
|
|
100% {
|
|
border-color: #00fff9;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
background: rgba(0, 255, 249, 0.2);
|
|
width: 80px;
|
|
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
|
|
}
|
|
}
|
|
.spandiv___3YPu8 {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
background: rgba(0, 255, 249, 0.2);
|
|
width: 80px;
|
|
}
|
|
.header-iearning___2Us_L {
|
|
min-width: 1200px;
|
|
height: 60px;
|
|
width: 100%;
|
|
background-color: rgba(255, 255, 255, 0.8) !important;
|
|
box-shadow: 0px 2px 10px 0px rgb(136 136 2.72%);
|
|
position: fixed;
|
|
top: 0px;
|
|
left: 0px;
|
|
z-index: 1000;
|
|
}
|
|
.header-iearning___2Us_L [class~='ant-layout-header'] {
|
|
padding: 0;
|
|
height: 60px;
|
|
color: #000;
|
|
color: initial;
|
|
background: transparent;
|
|
}
|
|
.header-iearning___2Us_L .menu___Km2Uo {
|
|
margin: 0;
|
|
padding: 0;
|
|
margin-left: auto;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.header-iearning___2Us_L .menu___Km2Uo li {
|
|
margin-right: 30px;
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.header-iearning___2Us_L .menu___Km2Uo li:hover a {
|
|
color: #828383;
|
|
}
|
|
.header-iearning___2Us_L .menu___Km2Uo li.actived___12Ff0 a {
|
|
color: #196efd;
|
|
}
|
|
.header-iearning___2Us_L .menu___Km2Uo li.actived___12Ff0::after {
|
|
content: '';
|
|
width: 28px;
|
|
height: 4px;
|
|
background-color: #196efd;
|
|
position: absolute;
|
|
bottom: 10px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.header-iearning___2Us_L .menu___Km2Uo li a {
|
|
color: #434d6c;
|
|
position: relative;
|
|
font-size: 16px;
|
|
}
|
|
.header-iearning___2Us_L .edu-menu___2hxbr {
|
|
display: flex;
|
|
width: 100%;
|
|
padding: 0 20px;
|
|
height: 60px;
|
|
min-width: 1200px;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.header-iearning___2Us_L .newslight___jwZR3 {
|
|
width: 5px;
|
|
height: 5px;
|
|
border-radius: 5px;
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 10px;
|
|
background: #fb3226;
|
|
}
|
|
.header-iearning___2Us_L .classromediv___Cjpgf {
|
|
animation: glow___3Nuu5 200ms ease-out infinite alternate;
|
|
}
|
|
.header-iearning___2Us_L .title___3TtoH {
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
color: #196efd;
|
|
margin-left: 10px;
|
|
}
|
|
.headerFixed___1V7d4 {
|
|
position: fixed;
|
|
top: 0px;
|
|
z-index: 999;
|
|
width: 100%;
|
|
}
|
|
.headerFixed___1V7d4 + section {
|
|
padding-top: 60px;
|
|
}
|
|
@keyframes glow___3Nuu5 {
|
|
0% {
|
|
border-color: #00fff9;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
background: rgba(0, 255, 249, 0.2);
|
|
width: 80px;
|
|
box-shadow: 0 0 5px rgba(0, 255, 249, 0.2);
|
|
}
|
|
100% {
|
|
border-color: #00fff9;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
background: rgba(0, 255, 249, 0.2);
|
|
width: 80px;
|
|
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
|
|
}
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.search-input {
|
|
width: 300px !important;
|
|
background: #373e3f !important;
|
|
border: 1px solid #373e3f !important;
|
|
}
|
|
.search-input [class~='ant-input'] {
|
|
background: #373e3f !important;
|
|
color: #fff;
|
|
}
|
|
.search-input .ant-input-search-icon::before {
|
|
border-left: none;
|
|
}
|
|
.search-input .ant-input-search-icon {
|
|
color: #999;
|
|
}
|
|
.search-bar {
|
|
color: white;
|
|
flex: 1 0 auto;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
position: relative;
|
|
}
|
|
.search-bar a:hover {
|
|
color: #fff;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.tilte___1Tz7i {
|
|
color: #333333;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
}
|
|
.flexRow___3w9_D {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 30px;
|
|
}
|
|
.flexColumn___2HzC_ {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.footerWrap___12F5M {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.img___3ED9Z {
|
|
width: 40px;
|
|
height: 37px;
|
|
vertical-align: middle;
|
|
border-style: none;
|
|
}
|
|
.content___rqPDY {
|
|
font-size: 14px;
|
|
color: #979797;
|
|
margin-top: 15px;
|
|
}
|
|
.modalContent___2h4ne {
|
|
text-align: center;
|
|
margin-top: 10px;
|
|
color: #333333;
|
|
font-size: 16px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.flex_box_center___3p8A0 {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___2wMwo {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___2fKhV {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___27Yk8 {
|
|
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___3Khbo {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.rightMenu___20Eel {
|
|
width: 120px;
|
|
text-align: center;
|
|
}
|
|
.rightMenu___20Eel li {
|
|
padding: 0 15px;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
}
|
|
.rightMenu___20Eel li:hover {
|
|
background: #0152d9;
|
|
}
|
|
.rightMenu___20Eel li:hover a {
|
|
color: white;
|
|
}
|
|
.rightMenu___20Eel li a {
|
|
font-size: 14px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.joinMenu___2blJt {
|
|
padding: 0 0;
|
|
width: 240px;
|
|
}
|
|
.joinMenu___2blJt a {
|
|
color: #323232;
|
|
}
|
|
.joinBoard___2XUXK {
|
|
border: 1px solid #eee;
|
|
width: 1px;
|
|
height: 100%;
|
|
}
|
|
.joinCol___3o5gp {
|
|
width: 48%;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.flex_box_center___3UWMh {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___2nh9S {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___2Neiq {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___2_1FS {
|
|
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___2E-v7 {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.userPic___3Pu9t {
|
|
width: 34px;
|
|
height: 34px;
|
|
border-radius: 34px;
|
|
cursor: pointer;
|
|
}
|
|
.rightMenu___1qaVl {
|
|
text-align: center;
|
|
}
|
|
.rightMenu___1qaVl li {
|
|
padding: 7px 5px;
|
|
}
|
|
.rightMenu___1qaVl li:hover {
|
|
background: #0152d9;
|
|
}
|
|
.rightMenu___1qaVl li:hover a {
|
|
color: white;
|
|
}
|
|
.rightMenu___1qaVl li a {
|
|
font-size: 14px;
|
|
margin: 0;
|
|
}
|
|
.menuWrap___3r9jm li {
|
|
height: 35px;
|
|
}
|
|
.menuWrap___3r9jm li a {
|
|
margin: 0px;
|
|
color: #323232;
|
|
text-align: left;
|
|
padding: 0px 15px;
|
|
}
|
|
.exit___38Urs {
|
|
border-top: 1px solid #eeeeee;
|
|
}
|
|
.classromediv___2R8_g {
|
|
width: 60px;
|
|
height: 50px;
|
|
display: flex;
|
|
align-items: center;
|
|
border-radius: 50px;
|
|
cursor: pointer;
|
|
animation: glow___323IR 200ms ease-out infinite alternate;
|
|
}
|
|
@keyframes glow___323IR {
|
|
0% {
|
|
border-color: #00fff9;
|
|
text-align: center;
|
|
box-shadow: 0 0 5px rgba(0, 255, 249, 0.2);
|
|
}
|
|
100% {
|
|
border-color: #00fff9;
|
|
text-align: center;
|
|
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
|
|
}
|
|
}
|
|
.height67___1DFRI {
|
|
height: 67px;
|
|
}
|
|
.login___20J7t {
|
|
width: 90px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
text-align: center;
|
|
background: linear-gradient(135deg, #6c7bfd 0%, #3a45fa 100%);
|
|
border-radius: 2px;
|
|
cursor: pointer;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
}
|
|
.login___20J7t > span {
|
|
padding: 0 !important;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|