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.
1933 lines
59 KiB
1933 lines
59 KiB
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/Innovation/Tasks/index.less ***!
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.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 */
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Spinner/index.less?modules ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.ldsRing___mpBZC {
|
|
position: relative;
|
|
width: 40px;
|
|
height: 40px;
|
|
margin: 0 auto;
|
|
}
|
|
.idsRingWrapper___Of9_n {
|
|
position: absolute;
|
|
z-index: 1000;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
}
|
|
.idsRingWrapper___Of9_n p {
|
|
text-align: center;
|
|
margin-top: 12px;
|
|
}
|
|
.ldsRing___mpBZC div {
|
|
box-sizing: border-box;
|
|
display: block;
|
|
position: absolute;
|
|
width: 32px;
|
|
height: 32px;
|
|
margin: 4px;
|
|
border: 4px solid #1976d2;
|
|
border-radius: 50%;
|
|
animation: ldsring___o0w2t 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
|
|
border-color: #1976d2 transparent transparent transparent;
|
|
}
|
|
.ldsRing___mpBZC div:nth-child(1) {
|
|
animation-delay: -0.45s;
|
|
}
|
|
.ldsRing___mpBZC div:nth-child(2) {
|
|
animation-delay: -0.3s;
|
|
}
|
|
.ldsRing___mpBZC div:nth-child(3) {
|
|
animation-delay: -0.15s;
|
|
}
|
|
@keyframes ldsring___o0w2t {
|
|
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 */
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/Innovation/Tasks/header/index.less ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.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 */
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/tpi-code-setting/index.less ***!
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.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 */
|
|
|
|
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Innovation/Tasks/data-sets/index.less?modules ***!
|
|
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___ayVLf {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___pLloZ {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___eX0c1 {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___KU45M {
|
|
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___cZiLo {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.wrap___x0TPJ [class~='ant-drawer-content-wrapper'] {
|
|
margin-top: 54px;
|
|
}
|
|
.wrap___x0TPJ [class~='ant-drawer-body'] {
|
|
margin-bottom: 60px;
|
|
}
|
|
.wrap___x0TPJ [class~='ant-drawer-content'] {
|
|
background: none;
|
|
}
|
|
.wrap___x0TPJ [class~='ant-drawer-wrapper-body'],
|
|
.wrap___x0TPJ [class~='ant-drawer-header'] {
|
|
background: #031b2a;
|
|
color: #fff;
|
|
border: none;
|
|
}
|
|
.wrap___x0TPJ [class~='ant-drawer-title'] {
|
|
color: #fff;
|
|
font-size: 16px;
|
|
padding: 19px 0 0 4px;
|
|
}
|
|
.list___Bn7Fe {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
margin: 7px 0;
|
|
padding-left: 4px;
|
|
}
|
|
.list___Bn7Fe dt,
|
|
.list___Bn7Fe dd {
|
|
margin: 0;
|
|
}
|
|
.list___Bn7Fe dt {
|
|
flex: 1 1;
|
|
-webkit-box-orient: vertical;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 1;
|
|
overflow: hidden;
|
|
word-break: break-all;
|
|
height: 24px;
|
|
}
|
|
.list___Bn7Fe dd {
|
|
width: 66px;
|
|
text-align: right;
|
|
color: #0152d9;
|
|
cursor: pointer;
|
|
}
|
|
.page___zVCLY {
|
|
font-size: 14px;
|
|
margin-top: 20px;
|
|
}
|
|
.page___zVCLY [class~='ant-pagination-item'],
|
|
.page___zVCLY [class~='ant-pagination-item-link'] {
|
|
color: #0152d9;
|
|
}
|
|
.page___zVCLY [class~='ant-pagination-item'] a,
|
|
.page___zVCLY [class~='ant-pagination-item-link'] a {
|
|
color: #0152d9;
|
|
}
|
|
.page___zVCLY [class~='ant-pagination-item-active'] {
|
|
background: #0152d9;
|
|
}
|
|
.page___zVCLY [class~='ant-pagination-item-active'] a {
|
|
color: #fff;
|
|
}
|
|
.page___zVCLY [class~='ant-pagination-disabled'] a,
|
|
.page___zVCLY [class~='ant-pagination-disabled'] button {
|
|
color: #7f99a7;
|
|
}
|
|
.page___zVCLY [class~='ant-pagination-disabled'] a:hover,
|
|
.page___zVCLY [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 */
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Exercise/index.less?modules ***!
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.exitFullScreenModalWrapper___aNB9Q div[class~='ant-modal-confirm-btns'] {
|
|
float: none;
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-bottom: 20px;
|
|
}
|
|
.exitFullScreenModalWrapper___aNB9Q div[class~='ant-modal-confirm-btns'] button {
|
|
width: 120px;
|
|
height: 38px;
|
|
background: #f6f7f9 #3061d0;
|
|
border-radius: 2px;
|
|
}
|
|
.exitFullScreenModal___HIMyY {
|
|
text-align: center;
|
|
font-size: 30px;
|
|
font-weight: 400;
|
|
}
|
|
.exitFullScreenModal___HIMyY .warningIcon___xEURa {
|
|
height: 88px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.exitFullScreenModal___HIMyY .warningText___W6NPJ {
|
|
color: #e30000;
|
|
}
|
|
.exitFullScreenModal___HIMyY .countdownWrapper___n8g1M {
|
|
display: inline-block;
|
|
}
|
|
.forcedModalWrapper___JPMQ2 .forcedModalContent___uY5FV {
|
|
text-align: center;
|
|
}
|
|
.forcedModalWrapper___JPMQ2 .forcedModalContent___uY5FV .forcedText___C3CrF {
|
|
font-size: 30px;
|
|
font-weight: 500;
|
|
color: #E30000;
|
|
margin-bottom: 10px;
|
|
}
|
|
.forcedModalWrapper___JPMQ2 .forcedModalContent___uY5FV .screenNumText___oljHN {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
margin-bottom: 20px;
|
|
}
|
|
.forcedModalWrapper___JPMQ2 .forcedModalContent___uY5FV img {
|
|
height: 85px;
|
|
margin-bottom: 20px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Innovation/Tasks/xterm-panel/index.less?modules ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.xterm-panel-wrp___hg9up {
|
|
height: 100%;
|
|
background: #000;
|
|
padding: 10px;
|
|
}
|
|
.xterm-panel___QKpsc {
|
|
height: 100%;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/Innovation/Tasks/vnc-view/index.less ***!
|
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.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 */
|
|
|
|
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/Innovation/Tasks/vnc-view/clipboard-box/index.less ***!
|
|
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.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 */
|
|
|
|
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Innovation/Tasks/vnc-view/vnc-panel/index.less?modules ***!
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.selectImage___t63KU {
|
|
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___t63KU .container___WChhl {
|
|
font-size: 16px;
|
|
color: #fff;
|
|
flex: 1 1;
|
|
overflow: auto;
|
|
width: 100%;
|
|
max-height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.selectImage___t63KU .container___WChhl h1 {
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 28px;
|
|
line-height: 1;
|
|
}
|
|
.selectImage___t63KU .container___WChhl aside {
|
|
width: 100%;
|
|
padding: 0 22%;
|
|
overflow: auto;
|
|
flex: 1 1;
|
|
}
|
|
.selectImage___t63KU [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 */
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Innovation/Tasks/Jupyter/index.less?modules ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.bg___xjZP4 {
|
|
height: 100vh;
|
|
}
|
|
.header___S_AU0 {
|
|
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___S_AU0 [class~='ant-statistic-content'] {
|
|
font-size: 14px;
|
|
color: #fff !important;
|
|
}
|
|
.dragingMask___MuMgB {
|
|
bottom: 0;
|
|
position: fixed;
|
|
position: absolute;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
z-index: 902;
|
|
top: 0;
|
|
width: 100%;
|
|
}
|
|
.content___sS5Wc {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.content___sS5Wc .leftContainer___pbkhe {
|
|
position: relative;
|
|
height: 100%;
|
|
}
|
|
.content___sS5Wc .leftContainer___pbkhe .tabNav___QTkA2 {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
padding: 0;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
.content___sS5Wc .leftContainer___pbkhe .tabNav___QTkA2 > 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___sS5Wc .leftContainer___pbkhe .mdContent___p39IM {
|
|
height: calc(100% - 57px);
|
|
overflow-y: auto;
|
|
padding: 16px;
|
|
}
|
|
.content___sS5Wc .resizeBar___UvVzB {
|
|
width: 4px;
|
|
cursor: ew-resize;
|
|
height: 100%;
|
|
position: relative;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
background: #111c24;
|
|
}
|
|
.content___sS5Wc .resizeBar___UvVzB.has-unity-3d___EQEWx {
|
|
cursor: inherit;
|
|
width: 0;
|
|
}
|
|
.content___sS5Wc .resizeBar___UvVzB.has-unity-3d___EQEWx .btn-resize___XVPBl {
|
|
margin-left: 0;
|
|
}
|
|
.content___sS5Wc .resizeBar___UvVzB .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___sS5Wc .resizeBar___UvVzB .btn-resize:hover {
|
|
opacity: 1;
|
|
}
|
|
.content___sS5Wc .rightCotainer___Z2h3Y {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
flex: 1 1;
|
|
position: relative;
|
|
height: 100%;
|
|
background: #111c24;
|
|
}
|
|
.user___du0m1 {
|
|
color: #fff;
|
|
}
|
|
.user___du0m1 img {
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 50%;
|
|
}
|
|
.titleWrap___dDrU9 {
|
|
color: #fff !important;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.title___Id58q {
|
|
font-size: 16px;
|
|
line-height: 40px;
|
|
height: 30px;
|
|
}
|
|
.endTimeWrap___O3i6z {
|
|
width: 1px;
|
|
height: 1px;
|
|
overflow: hidden;
|
|
display: block;
|
|
}
|
|
.colorGray___SHbxz {
|
|
color: #888;
|
|
}
|
|
.main___t6BMk {
|
|
position: absolute;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
height: calc(100vh - 130px);
|
|
}
|
|
.loadFail___ubRWw {
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
}
|
|
.reload___m8wjw {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|
|
.failIcon___q_CjJ {
|
|
font-size: 100px;
|
|
color: #f5f5f5;
|
|
text-align: center;
|
|
}
|
|
.failWrap___EEJNl {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.failReload___SiyZT {
|
|
color: #1e8ffd;
|
|
font-size: 12px;
|
|
cursor: pointer;
|
|
margin-right: 18px;
|
|
}
|
|
.dataSetButton___H1Oqu {
|
|
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___p9NRw {
|
|
-webkit-writing-mode: tb-rl;
|
|
-ms-writing-mode: tb-rl;
|
|
writing-mode: tb-rl;
|
|
color: #fff;
|
|
padding-left: 10px;
|
|
}
|
|
.dataSetOpen___bT5j8 {
|
|
right: 330px;
|
|
animation-duration: 2s;
|
|
animation: mymove___qtayT 0.35s;
|
|
animation-fill-mode: forwards;
|
|
}
|
|
.footer___rdX6y {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 70px;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 900;
|
|
width: 100%;
|
|
}
|
|
.footer___rdX6y > span {
|
|
position: absolute;
|
|
left: 20px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
}
|
|
.footer___rdX6y > button {
|
|
height: 40px;
|
|
border-radius: 4px;
|
|
font-size: 16px;
|
|
}
|
|
.start___s0r2G {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
.start___s0r2G .title___Id58q {
|
|
font-size: 16px;
|
|
color: #272a3a;
|
|
}
|
|
.start___s0r2G > b {
|
|
display: inline-block;
|
|
color: #0152d9;
|
|
font-size: 30px;
|
|
margin-top: 30px;
|
|
margin-bottom: 70px;
|
|
}
|
|
.start___s0r2G .liWarp___N3c6S {
|
|
width: 774px;
|
|
max-height: 500px;
|
|
overflow-y: auto;
|
|
}
|
|
.start___s0r2G .liWarp___N3c6S .li___mKv9C {
|
|
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___s0r2G .liWarp___N3c6S .li___mKv9C i {
|
|
margin-right: 6px;
|
|
}
|
|
.start___s0r2G .liWarp___N3c6S .li___mKv9C: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 */
|
|
|
|
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Innovation/Tasks/Collaborate/components/ChangeManagerModal/index.less?modules ***!
|
|
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.title___rpaor {
|
|
margin-bottom: 15px;
|
|
color: #ff954c;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
}
|
|
.content___Hb0l5 {
|
|
margin-bottom: 15px;
|
|
background: #f7f9fd;
|
|
padding: 5px;
|
|
height: 200px;
|
|
overflow: auto;
|
|
font-size: 14px;
|
|
}
|
|
.add___THwHB {
|
|
text-align: center;
|
|
padding-top: 20%;
|
|
}
|
|
.colorBlue___yc4F8 {
|
|
color: #0152d9;
|
|
}
|
|
.radio___hn9Vt {
|
|
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 */
|
|
|
|
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ui-customization/reset.less?modules ***!
|
|
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___vG4eV {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___qVVxe {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___P8Z8s {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___VMme3 {
|
|
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___VMHwm {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.CustomCss___fWNtn .ant-modal-header {
|
|
height: 82px;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
padding: 30px 40px;
|
|
border: 0;
|
|
}
|
|
.CustomCss___fWNtn .ant-modal-body {
|
|
padding: 0 40px;
|
|
}
|
|
.CustomCss___fWNtn .ant-modal-footer {
|
|
padding: 30px 40px;
|
|
border: 0;
|
|
}
|
|
.CustomCss___fWNtn .ant-modal-footer button:first-child {
|
|
padding: 0 16px;
|
|
border-radius: 2px;
|
|
border: 1px solid rgba(195, 207, 224, 0.5);
|
|
background-color: rgba(248, 249, 252, 0.5);
|
|
margin-right: 20px;
|
|
height: 32px;
|
|
line-height: 30px;
|
|
color: #464f66;
|
|
text-shadow: none;
|
|
}
|
|
.CustomCss___fWNtn .ant-modal-footer button:last-child {
|
|
padding: 0 16px;
|
|
background: #f6f7f9 linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
|
|
box-shadow: 0px 2px 4px 0px #e0dfe1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
|
|
border-radius: 2px;
|
|
border: 1px solid #bacffe;
|
|
height: 32px;
|
|
line-height: 30px;
|
|
color: #165dff;
|
|
text-shadow: none;
|
|
}
|
|
.CustomCss___fWNtn .ant-modal-close {
|
|
top: 22px;
|
|
right: 29px;
|
|
}
|
|
.CustomCss___fWNtn .ant-modal-close .ant-modal-close-icon {
|
|
color: #979797;
|
|
font-size: 26px;
|
|
}
|
|
.CustomTipsModalCss___MmFkT .ant-modal-body {
|
|
padding: 0;
|
|
}
|
|
.CustomTipsModalCss___MmFkT .ant-modal-confirm-title {
|
|
height: 82px;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
padding: 30px 40px;
|
|
border: 0;
|
|
}
|
|
.CustomTipsModalCss___MmFkT .ant-modal-confirm-body .ant-modal-confirm-content {
|
|
padding: 0 40px;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
margin: 0;
|
|
}
|
|
.CustomTipsModalCss___MmFkT .ant-modal-confirm-btns {
|
|
padding: 30px 40px;
|
|
border: 0;
|
|
margin: 0;
|
|
}
|
|
.CustomTipsModalCss___MmFkT .ant-modal-confirm-btns button:first-child {
|
|
padding: 0 16px;
|
|
border-radius: 2px;
|
|
border: 1px solid rgba(195, 207, 224, 0.5);
|
|
background-color: rgba(248, 249, 252, 0.5);
|
|
margin-right: 20px;
|
|
height: 32px;
|
|
line-height: 30px;
|
|
color: #464f66;
|
|
text-shadow: none;
|
|
}
|
|
.CustomTipsModalCss___MmFkT .ant-modal-confirm-btns button:last-child {
|
|
padding: 0 16px;
|
|
background: #f6f7f9 linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
|
|
box-shadow: 0px 2px 4px 0px #e0dfe1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
|
|
border-radius: 2px;
|
|
border: 1px solid #bacffe;
|
|
height: 32px;
|
|
line-height: 30px;
|
|
color: #165dff;
|
|
text-shadow: none;
|
|
}
|
|
.CustomTipsModalCss___MmFkT .ant-modal-confirm-btns button.ant-btn-dangerous {
|
|
color: #E30000;
|
|
border: 1px solid #E30000;
|
|
}
|
|
.dropdownmenus___oVzoj {
|
|
width: 104px;
|
|
}
|
|
.dropdownmenus___oVzoj [class~='ant-dropdown-menu-item'] {
|
|
text-align: center;
|
|
}
|
|
.dropdownmenus___oVzoj [class~='ant-dropdown-menu-item']:hover {
|
|
color: #165dff !important;
|
|
background: #fff;
|
|
}
|
|
.dropdownmenus___oVzoj [class~='ant-dropdown-menu'] {
|
|
padding: 10px 0 !important;
|
|
}
|
|
.popupClassNames___OcZq7 {
|
|
background: yellow;
|
|
}
|
|
.selectdown___mmcA8 [class~='ant-select-item-option-selected'] {
|
|
font-weight: 400 !important;
|
|
background-color: #edf2ff !important;
|
|
}
|
|
.selectdown___mmcA8 [class~='ant-select-item-option-active'] {
|
|
color: #165dff !important;
|
|
background-color: #fff !important;
|
|
}
|
|
.selectdown___mmcA8 [class~='ant-select-item-option'] {
|
|
padding: 10px 24px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Innovation/Tasks/Collaborate/index.less?modules ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.bg___Onnmh {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
margin-bottom: 80px;
|
|
margin-top: 30px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.wrap___VTtdp {
|
|
width: 100%;
|
|
}
|
|
.modal___MArZa {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
}
|
|
.content___a69LK {
|
|
background-color: #ffffff;
|
|
}
|
|
.head____zVzr {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 76px;
|
|
border-bottom: 1px solid #f4f4f4;
|
|
}
|
|
.headCount___GhK7o {
|
|
height: 16px;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
line-height: 16px;
|
|
margin-left: 40px;
|
|
}
|
|
.button___DoAh3 {
|
|
width: 114px;
|
|
height: 32px;
|
|
text-align: center;
|
|
border-radius: 2px;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
cursor: pointer;
|
|
}
|
|
.itemWrap___UR35k {
|
|
display: flex;
|
|
flex-direction: row;
|
|
padding: 20px 40px;
|
|
border-bottom: 1px solid #eee;
|
|
cursor: default;
|
|
}
|
|
.imgWrap___DpS0R {
|
|
margin-right: 20px;
|
|
position: relative;
|
|
}
|
|
.img___N9se3 {
|
|
border-radius: 50%;
|
|
}
|
|
.manager___m4Mzg {
|
|
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___Ut7hr {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1 1;
|
|
}
|
|
.nameWrap___y73uS {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
margin-bottom: 1em;
|
|
}
|
|
.name___hJUHg {
|
|
color: #000000;
|
|
font-size: 16px;
|
|
}
|
|
.actionGroup___QEytf {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
.deleteIcon___XGFcN {
|
|
color: #bbbbbb;
|
|
cursor: pointer;
|
|
font-size: 18px;
|
|
}
|
|
.deleteIcon___XGFcN:hover {
|
|
color: #ff5555;
|
|
}
|
|
.schoolWrap___qsoOp {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
color: #b2b2b2;
|
|
font-size: 12px;
|
|
}
|
|
.school___yh8l2 {
|
|
max-width: 450px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
cursor: default;
|
|
}
|
|
.countWrap___MQKPn {
|
|
text-align: center;
|
|
margin-top: 30px;
|
|
}
|
|
.deletetitle___nAICN {
|
|
color: #e53333;
|
|
font-size: 16px !important ;
|
|
}
|
|
.deletetitle___nAICN:hover {
|
|
color: #ff5555;
|
|
}
|
|
.yseTitle___t5fzp {
|
|
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 */
|
|
|
|
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Header/index.less?modules ***!
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___et8xE {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___GBGuw {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center____6P1q {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___whXw6 {
|
|
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___mWgI_ {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.header___Wn4fJ {
|
|
min-width: 1200px;
|
|
position: relative;
|
|
}
|
|
.header___Wn4fJ [class~='ant-layout-header'] {
|
|
padding: 0;
|
|
height: 72px;
|
|
background: #24292f;
|
|
}
|
|
.header___Wn4fJ .logo___QnotM {
|
|
height: 36px;
|
|
margin-right: 40px;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR {
|
|
margin: 0;
|
|
padding: 0;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li {
|
|
margin-right: 30px;
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li .dropDown___Cwaoa {
|
|
background: #ffffff;
|
|
box-shadow: 0px 10px 16px 0px #cecece;
|
|
border-radius: 6px;
|
|
position: absolute;
|
|
z-index: 999;
|
|
left: -20px;
|
|
top: 50px;
|
|
padding: 20px;
|
|
line-height: 1.5;
|
|
display: none;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li .dropDown___Cwaoa .line___D1auu {
|
|
width: 100%;
|
|
height: 1px;
|
|
background: #dbdce0;
|
|
margin: 24px 0;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li .dropDown___Cwaoa .subName___gql7K {
|
|
cursor: pointer;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li .dropDown___Cwaoa .subName___gql7K:hover aside {
|
|
color: #165dff;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li .name___dR5V2 {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 50px;
|
|
cursor: pointer;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li .name___dR5V2 span {
|
|
font-size: 16px;
|
|
color: #ffffff;
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li .name___dR5V2 span b {
|
|
color: #d4443c;
|
|
transform: translate(2px, -7px);
|
|
display: inline-block;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li .name___dR5V2 i {
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
transform: translateY(1px) scale(0.6);
|
|
color: #979797;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li:hover .name___dR5V2 span {
|
|
color: #c5c5c5;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li:hover .dropDown___Cwaoa {
|
|
display: block;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li.actived___ohMks .name___dR5V2 span {
|
|
color: #c5c5c5;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li.actived___ohMks .name___dR5V2 span::after {
|
|
content: '';
|
|
width: 100%;
|
|
height: 2px;
|
|
background: #c5c5c5;
|
|
position: absolute;
|
|
bottom: 12px;
|
|
left: 0;
|
|
border-radius: 1px;
|
|
}
|
|
.header___Wn4fJ .edu-menu___iWLK0 {
|
|
display: flex;
|
|
width: 100%;
|
|
height: 72px;
|
|
width: 1200px;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin: 0 auto;
|
|
}
|
|
.header___Wn4fJ .newslight___lSZjL {
|
|
width: 5px;
|
|
height: 5px;
|
|
border-radius: 5px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 10px;
|
|
background: #fb3226;
|
|
}
|
|
.header___Wn4fJ .classromediv___knFRv {
|
|
animation: glow___gzrPH 200ms ease-out infinite alternate;
|
|
}
|
|
.spandiv___Gm_hg {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
background: rgba(0, 255, 249, 0.2);
|
|
width: 80px;
|
|
}
|
|
.header-iearning___LZfyg {
|
|
min-width: 1200px;
|
|
height: 60px;
|
|
width: 100%;
|
|
background-color: rgba(255, 255, 255, 0.8) !important;
|
|
box-shadow: 0px 2px 10px 0px rgba(136, 136, 136, 0.5);
|
|
position: fixed;
|
|
top: 0px;
|
|
left: 0px;
|
|
z-index: 1000;
|
|
}
|
|
.header-iearning___LZfyg .logo___QnotM {
|
|
height: 36px;
|
|
}
|
|
.header-iearning___LZfyg [class~='ant-layout-header'] {
|
|
padding: 0;
|
|
height: 60px;
|
|
color: #000;
|
|
color: initial;
|
|
background: transparent;
|
|
}
|
|
.header-iearning___LZfyg .menu___twLGR {
|
|
margin: 0;
|
|
padding: 0;
|
|
margin-left: auto;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.header-iearning___LZfyg .menu___twLGR li {
|
|
margin-right: 30px;
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.header-iearning___LZfyg .menu___twLGR li:hover a {
|
|
color: #828383;
|
|
}
|
|
.header-iearning___LZfyg .menu___twLGR li.actived___ohMks a {
|
|
color: #196efd;
|
|
}
|
|
.header-iearning___LZfyg .menu___twLGR li.actived___ohMks::after {
|
|
content: '';
|
|
width: 28px;
|
|
height: 4px;
|
|
background-color: #196efd;
|
|
position: absolute;
|
|
bottom: 10px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.header-iearning___LZfyg .menu___twLGR li a {
|
|
color: #434d6c;
|
|
position: relative;
|
|
font-size: 16px;
|
|
}
|
|
.header-iearning___LZfyg .edu-menu___iWLK0 {
|
|
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___LZfyg .newslight___lSZjL {
|
|
width: 5px;
|
|
height: 5px;
|
|
border-radius: 5px;
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 10px;
|
|
background: #fb3226;
|
|
}
|
|
.header-iearning___LZfyg .classromediv___knFRv {
|
|
animation: glow___gzrPH 200ms ease-out infinite alternate;
|
|
}
|
|
.header-iearning___LZfyg .title___Ozzjk {
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
color: #196efd;
|
|
margin-left: 10px;
|
|
}
|
|
.headerFixed___QLwBd {
|
|
position: fixed;
|
|
top: 0px;
|
|
z-index: 999;
|
|
width: 100%;
|
|
}
|
|
.headerFixed___QLwBd + section {
|
|
padding-top: 60px;
|
|
}
|
|
@keyframes glow___gzrPH {
|
|
0% {
|
|
border-color: #00fff9;
|
|
background: rgba(0, 255, 249, 0.2);
|
|
box-shadow: 0 0 5px rgba(0, 255, 249, 0.2);
|
|
}
|
|
100% {
|
|
border-color: #00fff9;
|
|
background: rgba(0, 255, 249, 0.2);
|
|
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 */
|
|
|
|
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/Header/search-input.less ***!
|
|
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.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 */
|
|
|
|
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/AuthModal/index.less?modules ***!
|
|
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.tilte___IfiMG {
|
|
color: #333333;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
}
|
|
.flexRow___pQP78 {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 30px;
|
|
}
|
|
.flexColumn___xrBZQ {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.footerWrap___C5kCC {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.img___GoWZu {
|
|
width: 40px;
|
|
height: 37px;
|
|
vertical-align: middle;
|
|
border-style: none;
|
|
}
|
|
.content___pumTK {
|
|
font-size: 14px;
|
|
color: #979797;
|
|
margin-top: 15px;
|
|
}
|
|
.modalContent___XvHiZ {
|
|
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 */
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Header/components/Join/index.less?modules ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___cltIf {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___fKr_O {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center____QfiA {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___ysqmH {
|
|
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___CfE8K {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.rightMenu___ADTOX {
|
|
width: 120px;
|
|
text-align: center;
|
|
}
|
|
.rightMenu___ADTOX li {
|
|
padding: 0 15px;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
}
|
|
.rightMenu___ADTOX li:hover {
|
|
background: #0152d9;
|
|
}
|
|
.rightMenu___ADTOX li:hover a {
|
|
color: white;
|
|
}
|
|
.rightMenu___ADTOX li a {
|
|
font-size: 14px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.joinMenu___aRGsf {
|
|
padding: 0 0;
|
|
width: 240px;
|
|
}
|
|
.joinMenu___aRGsf a {
|
|
color: #323232;
|
|
}
|
|
.joinBoard___AeUvr {
|
|
border: 1px solid #eee;
|
|
width: 1px;
|
|
height: 100%;
|
|
}
|
|
.joinCol___fV4uL {
|
|
width: 48%;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Header/components/User/index.less?modules ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___YbxYn {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___Atwkg {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center____I6AC {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___LrYPg {
|
|
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___j7QNF {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.userPic___a46Uz {
|
|
width: 34px;
|
|
height: 34px;
|
|
border-radius: 34px;
|
|
cursor: pointer;
|
|
}
|
|
.rightMenu___y_nqk {
|
|
text-align: center;
|
|
}
|
|
.rightMenu___y_nqk li {
|
|
padding: 0;
|
|
}
|
|
.rightMenu___y_nqk li:hover {
|
|
background: #0152d9;
|
|
}
|
|
.rightMenu___y_nqk li:hover a {
|
|
color: white;
|
|
}
|
|
.rightMenu___y_nqk li a {
|
|
font-size: 14px;
|
|
margin: 0;
|
|
}
|
|
.menuWrap___iwlZB li {
|
|
height: 35px;
|
|
}
|
|
.menuWrap___iwlZB li [class~='ant-dropdown-menu-title-content'] {
|
|
flex: none !important;
|
|
}
|
|
.menuWrap___iwlZB li a {
|
|
margin: 0px;
|
|
color: #323232;
|
|
text-align: left;
|
|
padding: 0px 15px;
|
|
line-height: 35px;
|
|
}
|
|
.exit___MOREW {
|
|
border-top: 1px solid #eeeeee;
|
|
}
|
|
.classromediv___crYsO {
|
|
width: 60px;
|
|
height: 50px;
|
|
display: flex;
|
|
align-items: center;
|
|
border-radius: 50px;
|
|
cursor: pointer;
|
|
animation: glow___jMGk7 200ms ease-out infinite alternate;
|
|
}
|
|
@keyframes glow___jMGk7 {
|
|
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___asp2E {
|
|
height: 67px;
|
|
}
|
|
.login___WGEW9 {
|
|
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___WGEW9 > span {
|
|
padding: 0 !important;
|
|
}
|
|
.icon___HABAt {
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
transform: translateY(3px) scale(0.6);
|
|
color: #979797;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|