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

4700 lines
171 KiB

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/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: initial !important;
}
.tasks-body {
height: calc(100vh - 54px);
width: 100%;
display: flex;
flex-flow: row nowrap;
align-items: center;
position: relative;
}
.tasks-body div[class~='ant-alert-error'] {
background-color: #FEF0F0 !important;
border: 1px solid #FDE2E2 !important;
}
.tasks-body div[class~='ant-alert'] {
height: 100% !important;
border-radius: 4px !important;
}
.tasks-body div[class~='ant-alert-message'] {
color: #F56C6C !important;
}
.tasks-body .resize-x-bar {
width: 4px;
cursor: ew-resize;
height: 100%;
position: relative;
display: flex;
flex-flow: column nowrap;
justify-content: center;
background: #111c24;
flex-shrink: 0;
}
.tasks-body .right-panel {
flex: 3 0 auto;
position: relative;
height: 100%;
background: #111c24;
display: flex;
flex-direction: column;
}
.tasks-body .right-panel .unity-3d-container {
height: 100%;
}
.tasks-body .left-panel {
flex: 2 0 auto;
position: relative;
height: 100%;
background-color: #fafafa;
}
.tasks-body .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-body .btn-resize:hover {
opacity: 1;
}
.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;
}
.dragging-mask {
position: absolute;
background: rgba(0, 0, 0, 0);
z-index: 1000;
top: 0;
bottom: 51px;
width: 100%;
}
.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 {
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;
}
body:fullscreen .tasks-body {
height: 100vh !important;
}
body:fullscreen .left-panel,
body:fullscreen .task-header-container {
display: none !important;
}
#educoder:has([class^="ant-modal-mask"]) body {
overflow: hidden !important;
}
.multi_ellipsis1 {
white-space: nowrap;
/* 确保文本在一行内显示 */
overflow: hidden;
/* 超出部分隐藏 */
text-overflow: ellipsis;
/* 使用省略号表示被截断的文本 */
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/header/index.less ***!
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.task-header {
display: flex;
flex-flow: row nowrap;
align-items: center;
width: 100%;
background-color: #fafafa;
border-bottom: 1px solid #f3f3f3;
padding: 0 15px 0 0;
height: 45px;
position: relative;
justify-content: space-between;
}
.task-header a {
color: #1890ff;
}
.task-header a .iconfont {
font-size: 45px;
}
.task-header h3 {
margin-left: 14px;
flex: 1 0;
overflow: hidden;
font-size: 18px;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 0;
}
.task-header span {
background-color: #ffd633;
color: #fff;
display: inline-block;
padding: 0px 10px;
border-radius: 25px;
line-height: 25px;
height: 25px;
font-size: 12px;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/left-panel/index.less?modules ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.content-wrapper___kKoFC {
height: calc(100% - 45px);
overflow: hidden;
display: flex;
flex-direction: column;
position: relative;
}
.scroll___lsiy3 {
flex: 1 1;
overflow: hidden auto;
}
.unity-3d-container___kQAJh {
width: 100%;
height: 354px;
position: relative;
}
.unity-3d-container___kQAJh .unity3d-panel___WLXqG {
border: 0;
position: absolute;
top: 0;
bottom: 0px;
left: 0;
right: 0;
z-index: 2;
background: #fff;
}
.unity-3d-container___kQAJh .btn-enlarge___mQbst {
position: absolute;
top: 4px;
right: 10px;
z-index: 3;
color: #0152d9;
}
.unity-3d-container___kQAJh .btn-enlarge___mQbst.enlarge___p_I6G {
position: fixed;
z-index: 1003;
}
.unity-3d-container___kQAJh.enlarge___p_I6G [class^='unity3d-panel'] {
position: fixed;
top: 0;
z-index: 1000;
}
.tab-nav___iVZmY {
width: 100%;
display: flex;
flex-flow: row nowrap;
padding: 0;
border-bottom: 1px solid #ddd;
}
.tab-nav___iVZmY.tab-fixed___SeByu {
position: absolute;
top: 0;
z-index: 10;
background: #fff;
left: 0;
width: 100%;
}
.tab-nav___iVZmY a {
color: #05101a;
font-size: 16px;
text-align: center;
}
.tab-nav___iVZmY span {
display: inline-block;
margin-left: 5px;
padding: 0 5px;
color: #666;
background: #ccc;
text-align: center;
border-radius: 50%;
font-size: 12px;
line-height: 20px;
}
.tab-nav___iVZmY li {
flex: 1 1 auto;
height: 40px;
line-height: 40px;
overflow: hidden;
text-align: center;
}
.tab-nav___iVZmY li.active___TjNGA {
border-bottom: 2px solid #0152d9;
}
.tab-panel-body___iueV_ {
padding: 16px;
padding-top: 56px;
}
.answer-tip___b7k1Y p {
text-align: center;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/task-list/index.less ***!
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.task-nav-container {
width: 100%;
min-height: calc(100vh - 54px);
background: #111c24;
color: #fff;
overflow: hidden;
}
.task-nav-container .task-tip {
background: #282f35;
border: 1px solid #707070;
border-radius: 100px;
width: 375px;
height: 52px;
font-size: 12px;
margin: 20px auto;
padding: 0 20px;
display: flex;
align-items: center;
}
.task-nav-container .task-tip span {
color: #ffbd4c;
}
.task-drawer {
top: 54px !important;
bottom: 0 !important;
}
.task-drawer .ant-drawer-content {
background: transparent;
}
.task-drawer .ant-drawer-body {
background: #111c24;
padding: 0 !important;
padding-bottom: 54px !important;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/task-list/task-item/index.less ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.task-item-container {
padding: 15px 0 25px 0;
border-bottom: 1px solid #222c34;
position: relative;
color: #747a7f;
}
.task-item-container.active .challenge-title {
color: #fff;
background: #0152d9;
}
.task-item-container.active .challenge-title a {
color: #fff;
}
.task-item-container.finish {
color: #fff;
}
.task-item-container .flex-container {
margin-bottom: 10px;
padding: 0 15px 0 35px;
}
.task-item-container .flex-container:first-child {
padding: 0 15px 0 15px;
}
.task-item-container .flex-container p {
margin: 0;
flex: 1 1 auto;
font-size: 12px;
}
.task-item-container .flex-container p span {
color: #747a7f;
}
.task-item-container .flex-container a {
color: #bcc6cd;
font-size: 14px;
}
.task-item-container .highlight {
color: #ffa800;
display: inline-block;
margin-left: 12px;
}
.task-item-container .rate-container {
font-size: 12px;
padding: 0 15px 0 35px;
}
.task-item-container .green {
color: #29bd8b;
}
.space-between {
justify-content: space-between;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/left-panel/task-path-list/index.less?modules ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
#educoder div.tree___LyfjL {
background: none;
color: #fff;
}
#educoder div.tree___LyfjL i {
font-style: normal;
}
#educoder div.tree___LyfjL [class~='ant-tree-treenode'] {
padding: 4px 0;
margin: 4px 0;
font-size: 14px;
}
#educoder div.tree___LyfjL [class~='ant-tree-treenode'] [class~='ant-tree-switcher_open'] [class~='icon-you1'] {
left: -1px;
}
#educoder div.tree___LyfjL [class~='ant-tree-treenode'] [class~='ant-tree-iconEle'] {
display: none;
}
#educoder div.tree___LyfjL [class~='ant-tree-treenode'] [class~='ant-tree-title'] {
display: inline-flex;
align-items: center;
}
#educoder div.tree___LyfjL [class~='ant-tree-treenode'] [class~='ant-tree-title'] [class~='iconfont'] {
margin-right: 8px;
}
#educoder div.tree___LyfjL [class~='ant-tree-treenode'] [class~='ant-tree-title'] [class~='icon-tasks-img'] {
position: absolute;
right: 0;
top: 5px;
font-size: 0;
}
#educoder div.tree___LyfjL [class~='ant-tree-treenode']:hover::before {
background: #0152d9 !important;
}
#educoder div.tree___LyfjL [class~='ant-tree-treenode']:hover * {
color: #fff;
}
#educoder div.tree___LyfjL [class~='ant-tree-treenode-selected']::before {
visibility: hidden;
}
#educoder div.tree___LyfjL [class~='ant-tree-treenode-selected'] [class~='ant-tree-title'] {
color: #0152d9;
}
#educoder div.tree___LyfjL [class~='ant-tree-switcher_open'] {
transform: rotate(90deg);
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/discuss/index.less ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.pagination-container {
padding: 12px 0 0;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@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);
}
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/discuss/discuss-item/index.less ***!
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.discuss-item-container {
display: flex;
flex-flow: row nowrap;
width: 100%;
padding: 15px;
border-bottom: 1px solid #e3e3e3;
overflow: hidden;
}
.discuss-item-container section {
margin-left: 15px;
flex: 1 1 auto;
width: 100%;
}
.discuss-item-container .grey {
color: #ccc;
}
.discuss-content {
margin: 4px 0;
word-break: break-word;
word-wrap: break-word;
}
.discuss-content img {
max-width: 200px;
}
.discuss-info {
display: flex;
flex-flow: row wrap;
align-items: center;
color: #999;
line-height: 16px;
font-size: 12px;
}
.discuss-info .top {
color: #ffffff;
padding: 0 8px;
background: #ff4343;
border-radius: 8px;
text-align: center;
}
.discuss-info .gift {
cursor: default;
}
.discuss-info .view-code {
color: #4cacff;
}
.discuss-info a {
color: #999;
}
.discuss-info a,
.discuss-info span {
margin-right: 15px;
}
.btn-group {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
margin-bottom: 8px;
}
.btn-group .btn-group-gratify .ant-btn:nth-child(1) {
margin-right: 4px;
}
.btn-group .btn-group-other {
line-height: 29px;
}
.btn-group .btn-group-other .btn-top .iconfont {
transform: rotate(180deg);
display: inline-block;
}
.btn-group .btn-group-other a {
width: auto !important;
min-width: 31px;
margin-left: 10px;
text-align: center;
color: #888;
}
.btn-group .btn-group-other a .iconfont {
font-size: 14px !important;
}
.btn-group-succes {
margin: 10px 0;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
margin-bottom: 8px;
}
.btn-group-succes .btn-group {
opacity: 0;
}
.btn-group-succes:hover .btn-group {
opacity: 1;
}
.btn-group-succes .btn-group-gratify .ant-btn:nth-child(1) {
margin-right: 4px;
}
.btn-group-succes .btn-group-other {
line-height: 29px;
}
.btn-group-succes .btn-group-other .btn-top .iconfont {
transform: rotate(180deg);
display: inline-block;
}
.btn-group-succes .btn-group-other a {
width: auto !important;
min-width: 31px;
margin-left: 10px;
text-align: center;
color: #888;
}
.btn-group-succes .btn-group-other a .iconfont {
font-size: 14px !important;
}
.marg15 {
margin-bottom: 15px;
}
.second-level-discuss {
padding: 10px 10px 5px;
background-color: #f4f4f4;
border-radius: 6px;
}
.second-level-discuss .btn-group {
opacity: 0;
}
.second-level-discuss:hover {
background: #ebebeb;
}
.second-level-discuss:hover .btn-group {
opacity: 1;
}
.discuss-info-body {
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: space-between;
}
.content-gray {
color: #999999;
}
.reply-discuss-containerActive {
border-radius: 4px;
margin-bottom: 6px;
position: relative;
margin-top: 6px;
}
.reply-discuss-containerActive:before {
content: ' ';
position: absolute;
border-color: black;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
left: 13px;
top: -9px;
border-bottom: 10px solid #f4f4f4;
}
.plus-one-animate {
position: absolute;
left: 35px;
top: -1px;
animation: mymove 1s forwards;
-webkit-animation: mymove 1s forwards;
/*Safari and Chrome*/
}
@keyframes mymove {
from {
top: -10px;
opacity: 1;
}
to {
top: -30px;
opacity: 0;
}
}
.content {
padding: 22px 22px 8px;
}
.content-disappoint {
font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #434d6c;
margin-bottom: 20px;
}
.radius-box {
width: fit-content;
height: 34px;
padding: 5px 12px 7px;
border-radius: 16px;
border: 1px;
font-family: PingFangSC-Regular, PingFang SC;
}
.blue-background {
color: #0152d9;
border: 1px solid #0152d9;
}
.blue-text-color {
color: #0152d9;
}
.gray-background {
opacity: 0.5;
border: 1px solid;
background-color: #f3f3f3;
}
.black6c-optcity {
color: #434d6c;
opacity: 1;
}
.blue-background-write {
color: #fff;
background-color: #0152d9;
}
.cursorPoint {
cursor: pointer;
}
.whether-satisfied {
height: 32px;
width: fit-content;
display: inline-block;
background: #f3f3f3;
border-radius: 2px;
border: 1px solid #bdd1ff;
line-height: 32px;
text-align: center;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
padding: 0 12px;
}
.whether-satisfied:hover {
background-color: #ffffff;
}
.whether-img {
margin-right: 4px;
width: 12px;
height: 12px;
}
.whether-satisfied:nth-child(1) {
margin-right: 4px;
}
.height30 {
height: 32px;
font-size: 14px;
}
.SVGColor {
fill: currentColor;
color: #0152d9;
vertical-align: baseline;
}
.height30-line {
height: 30px;
line-height: 20px;
font-size: 14px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/discuss/discuss-editor/index.less ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.discuss-item-editor {
width: 100%;
overflow: hidden;
}
.discuss-item-editor .btn-send {
cursor: pointer;
border: none;
padding: 0 12px;
color: #fff;
letter-spacing: 1px;
text-align: center;
font-size: 14px;
height: 30px;
line-height: 30px;
border-radius: 2px;
font-weight: 400;
margin-right: 22px;
margin-top: 6px;
background: #0152d9;
float: right;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/image-preview/index.less ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.image-preview-container {
display: flex;
flex-flow: column nowrap;
position: fixed;
align-items: center;
justify-content: center;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99999;
background: rgba(0, 0, 0, 0.8);
}
.image-preview-container .image-preview {
transition: transform 0.4s linear;
max-width: 86%;
}
.image-preview-container .button-group {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: flex-end;
position: absolute;
z-index: 101;
right: 10px;
top: 10px;
}
.image-preview-container .button-group a,
.image-preview-container .button-group button {
color: rgba(0, 0, 0, 0.65);
margin-right: 10px;
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.preview-wrp-group {
overflow: auto;
width: 100%;
text-align: center;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/discuss-input-editor/index.less ***!
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.comment-input-editor-container {
position: relative;
background: #fff;
width: 100%;
box-shadow: 0px -3px 5px 0px rgba(76, 172, 255, 0.2);
}
.comment-input-editor-container.active {
position: absolute;
height: 100%;
background: transparent;
z-index: 1000;
width: 100%;
display: flex;
flex-flow: column nowrap;
justify-content: center;
top: 0;
}
.comment-input-editor-container .input-mask {
flex: 1 0;
background: rgba(0, 0, 0, 0);
width: 100%;
}
.comment-input-editor-container .text-area {
display: flex;
flex-flow: row nowrap;
padding: 10px 20px;
align-items: center;
}
.comment-input-editor-container .text-area input {
border-radius: 15px;
border: 1px solid #eaeaea;
background-color: #fff;
overflow: hidden;
height: 32px;
padding: 0 16px;
line-height: 32px;
outline: none;
flex: 1 0;
margin-right: 10px;
}
.comment-input-editor-container .text-area a {
color: #888;
display: block;
height: 32px;
line-height: 32px;
margin-right: 20px;
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.comment-input-editor-container .text-area a span {
line-height: 32px;
font-size: 16px;
}
.comment-input-editor-container .tip-container {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
}
.comment-input-editor-container .tip-container p {
font-size: 12px;
color: #ff6800;
}
.comment-input-editor-container .hide {
display: none;
}
.comment-input-editor-container .md-container {
background: #fff;
padding: 10px 20px;
}
.btn-send {
cursor: pointer;
display: inline-block;
border: none;
padding: 0 12px;
color: #fff;
background: #0152d9 !important;
letter-spacing: 1px;
text-align: center;
font-size: 14px;
height: 30px;
line-height: 30px;
border-radius: 2px;
font-weight: 400;
}
.students {
border-top: 1px #f5f5f5 solid;
background: #fff;
display: flex;
padding: 15px 20px;
}
.students .students_list {
width: 88px;
height: 30px;
background: #3061D0;
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px -1px 3px 0px rgba(255, 255, 255, 0.5);
border-radius: 2px;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 14px;
color: #FFFFFF;
line-height: 30px;
text-align: left;
font-style: normal;
text-align: center;
cursor: pointer;
}
.students .students_change {
width: 74px;
height: 30px;
background: linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%), #F6F7F9;
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;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 14px;
color: #3061D0;
line-height: 30px;
font-style: normal;
margin-left: 20px;
text-align: center;
cursor: pointer;
}
.mySearch {
display: flex !important;
align-items: center !important;
overflow: hidden !important;
border-radius: 19px !important;
height: 38px !important;
width: 200px !important;
padding-left: 8px !important;
margin-left: 10px !important;
background-color: #f6f7f9 !important;
border: none !important;
}
.mySearch [class~='ant-input-affix-wrapper'] {
background-color: #f6f7f9 !important;
border: none !important;
}
.mySearch [class~='ant-input-affix-wrapper'] {
outline: none !important;
border: none !important;
box-shadow: none !important;
}
.mySearch span[class~='ant-input-group-addon'] {
display: none !important;
}
.mySearch .searchIcon {
margin-right: 14px !important;
cursor: pointer !important;
}
.mySearch input {
background-color: #f6f7f9 !important;
}
.myformStyle [class~='ant-select-selector'] {
height: 38px !important;
line-height: 38px !important;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/answer-panel/index.less ***!
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.to-certification-link {
color: #0152d9 !important;
display: block;
text-align: center;
}
.answer-tips-css {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
padding: 2px 10px;
background-color: rgba(0, 0, 0, 0.8);
color: #ffffff;
border-radius: 4px;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/answer-panel/choose-answer/index.less ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.choose-answer-item {
padding: 20px 20px 0 20px;
}
.choose-answer-item b {
font-size: 16px;
}
.choose-answer-item p {
margin-bottom: 8px;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/answer-panel/multi-level-answer/index.less ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.answer-item-container {
padding: 20px;
border-bottom: 1px solid #eaeaea;
font-size: 15px;
color: #cdcdcd;
}
.answer-item-container a {
color: #0152d9;
}
.answer-item-container .level {
color: #9a9a9a;
flex: 0 0 55px;
}
.answer-item-container .view-time {
margin-right: 16px;
}
.answer-item-container .name {
color: #4c4c4c;
flex: 1 1 auto;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/answer-panel/unlock-answer-list/index.less ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.unlock-answer-list {
width: 100%;
}
.unlock-answer-list td,
.unlock-answer-list th {
text-align: center;
padding: 5px;
font-weight: normal;
color: rgba(0, 0, 0, 0.54);
}
.unlock-answer-list tbody {
background: #f4faff;
}
.unlock-answer-list .gold-color {
color: #ff6800;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/unity3d-panel/index.less?modules ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.unity3d-panel___aA1uJ {
width: 100%;
height: 100%;
border: none;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/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 .exercise_user_info {
font-size: 14px;
font-weight: 400;
color: #B2BACB;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 500px;
}
.task-header-container .exercise_user_info span {
font-size: 16px;
font-weight: 500;
color: #55BFD6;
}
.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 {
line-height: 12px;
}
.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;
}
#educoder .tasks-header-notice.ant-tour {
width: 320px;
}
#educoder .tasks-header-notice.ant-tour .ant-tour-content .ant-tour-buttons .ant-btn:has(button) {
background: none !important;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/code-repository/action-bar/index.less?modules ***!
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.action-bar-container___TDRpf {
display: flex;
flex-flow: row nowrap;
height: 40px;
overflow: hidden;
align-items: center;
justify-content: space-between;
}
.action-bar-container___TDRpf img {
display: block;
}
.edit-status___wZI5m {
color: #888;
font-size: 14px;
}
.action-bar___bbigU {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: flex-end;
padding-left: 10px;
}
.action-bar___bbigU a {
margin-right: 10px;
color: #747a7f;
text-decoration: none;
}
.action-bar___bbigU a i.iconfont___hoZln {
display: inline-block;
margin-right: 5px;
}
.action-bar___bbigU a:hover {
color: #0152d9;
}
.action-bar___bbigU .startDebug___tLWzR {
width: 26px;
height: 26px;
border-radius: 4px;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
user-select: none;
margin-right: 6px;
color: #499C54;
}
.action-bar___bbigU .startDebug___tLWzR i {
user-select: none;
pointer-events: none;
}
.action-bar___bbigU .disabledDebug___npN0z {
width: 26px;
height: 26px;
border-radius: 4px;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
user-select: none;
margin-right: 6px;
color: #499C54;
color: #747a7f;
cursor: default;
}
.action-bar___bbigU .disabledDebug___npN0z i {
user-select: none;
pointer-events: none;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@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);
background: #031b2a;
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 {
height: auto;
}
.setting-drawer .ant-select-selection,
.oj .ant-select-selection {
width: 120px;
background: #0a2030;
color: #597a8f;
border: 1px solid #597a8f;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/MultiUpload/index.less ***!
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.upload_button {
width: 108px;
height: 32px;
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;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #3061D0;
display: inline-block;
text-align: center;
align-items: center;
align-content: center;
}
.upload_button .aBtn_img {
width: 14px;
height: 14px;
margin-top: -3px;
margin-right: 8px;
}
.upload_button:hover {
width: 108px;
height: 32px;
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;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #3061D0;
}
.upload_button:active {
width: 108px;
height: 32px;
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;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #3061D0;
}
.upload_text {
width: 129px;
height: 20px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #5F6367;
line-height: 20px;
margin-left: 16px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Shixuns/Edit/body/Environment/MarkdownModal/index.less?modules ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mirrorModal___Pi3tF {
display: flex;
justify-content: center;
align-items: flex-start;
height: 580px;
}
.mirrorModal___Pi3tF .right___Hot5f {
flex: 1 1;
background-color: white;
height: 100%;
}
.mirrorModal___Pi3tF .right___Hot5f header {
padding: 0px 30px;
height: 60px;
}
.mirrorModal___Pi3tF .right___Hot5f header .title___jjMKh {
font-size: 14px;
font-weight: bold;
color: #333333;
height: 60px;
line-height: 60px;
border-bottom: 1px #f1f1f1 solid;
}
.mirrorModal___Pi3tF .right___Hot5f .content___BmOkD .ant-empty {
padding: 150px 0px 40px 0;
}
.mirrorModal___Pi3tF .right___Hot5f .content___BmOkD .ant-empty .ant-empty-image {
height: 180px;
}
.mirrorModal___Pi3tF .right___Hot5f .content___BmOkD .ant-empty .ant-empty-description {
color: #999;
font-size: 14px;
}
.mirrorModal___Pi3tF .right___Hot5f .content___BmOkD .des___oGTUM {
padding: 0 30px;
margin-top: 18px;
max-height: 490px;
overflow-y: auto;
}
.modal___yy3VB .ant-modal-body {
max-height: 500px;
overflow-y: auto;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@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;
}
.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;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/data-sets/index.less?modules ***!
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___rNE5B {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___UQz5R {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___LVkcg {
align-items: center;
box-align: center;
}
.flex_box_center_end___liNMD {
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___en5bA {
flex-direction: column;
box-orient: block-axis;
}
[id="educoder"] .wrap___QHoGE [class~='ant-drawer-content-wrapper'] {
margin-top: 54px;
}
[id="educoder"] .wrap___QHoGE [class~='ant-drawer-body'] {
padding-top: 15px;
margin-bottom: 60px;
}
[id="educoder"] .wrap___QHoGE [class~='ant-drawer-content'] {
background: none;
}
[id="educoder"] .wrap___QHoGE [class~='ant-drawer-wrapper-body'],
[id="educoder"] .wrap___QHoGE [class~='ant-drawer-header'] {
background: #031b2a;
color: #fff;
border: none;
padding-top: 10px;
}
[id="educoder"] .wrap___QHoGE [class~='ant-drawer-title'] {
color: #fff;
font-size: 16px;
padding: 19px 0 0 4px;
}
[id="educoder"] .list___PqCYv {
display: flex;
align-items: center;
font-size: 14px;
margin: 7px 0;
padding-left: 4px;
}
[id="educoder"] .list___PqCYv dt,
[id="educoder"] .list___PqCYv dd {
margin: 0;
}
[id="educoder"] .list___PqCYv dt {
flex: 1 1;
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 1;
overflow: hidden;
word-break: break-all;
height: 24px;
}
[id="educoder"] .list___PqCYv dd {
width: 66px;
text-align: right;
color: #0152d9;
cursor: pointer;
}
[id="educoder"] .page___TKcdQ {
font-size: 14px;
margin-top: 20px;
}
[id="educoder"] .page___TKcdQ [class~='ant-pagination-item'],
[id="educoder"] .page___TKcdQ [class~='ant-pagination-item-link'] {
color: #0152d9;
}
[id="educoder"] .page___TKcdQ [class~='ant-pagination-item'] a,
[id="educoder"] .page___TKcdQ [class~='ant-pagination-item-link'] a {
color: #0152d9;
}
[id="educoder"] .page___TKcdQ [class~='ant-pagination-item-active'] {
background: #0152d9;
}
[id="educoder"] .page___TKcdQ [class~='ant-pagination-item-active'] a {
color: #fff;
}
[id="educoder"] .page___TKcdQ [class~='ant-pagination-disabled'] a,
[id="educoder"] .page___TKcdQ [class~='ant-pagination-disabled'] button {
color: #7f99a7;
}
[id="educoder"] .page___TKcdQ [class~='ant-pagination-disabled'] a:hover,
[id="educoder"] .page___TKcdQ [class~='ant-pagination-disabled'] button:hover {
color: #7f99a7;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/resource-center/index.less?modules ***!
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___qAghX {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___T78j9 {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___sHN4M {
align-items: center;
box-align: center;
}
.flex_box_center_end___JfXzO {
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___OVgmN {
flex-direction: column;
box-orient: block-axis;
}
[id="educoder"] .wrap___kus4_ [class~='ant-drawer-content-wrapper'] {
margin-top: 54px;
}
[id="educoder"] .wrap___kus4_ [class~='ant-drawer-body'] {
margin-bottom: 60px;
}
[id="educoder"] .wrap___kus4_ [class~='ant-drawer-content'] {
background: none;
}
[id="educoder"] .wrap___kus4_ [class~='ant-drawer-wrapper-body'],
[id="educoder"] .wrap___kus4_ [class~='ant-drawer-header'] {
background: #031b2a;
color: #fff;
border: none;
padding-top: 15px;
padding-bottom: 0px;
}
[id="educoder"] .wrap___kus4_ [class~='ant-drawer-title'] {
color: #fff;
font-size: 16px;
}
[id="educoder"] .list___oY3h5 {
display: flex;
align-items: center;
font-size: 14px;
margin: 7px 0;
padding-left: 4px;
}
[id="educoder"] .list___oY3h5 dt,
[id="educoder"] .list___oY3h5 dd {
margin: 0;
}
[id="educoder"] .list___oY3h5 dt {
flex: 1 1;
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 1;
overflow: hidden;
word-break: break-all;
height: 24px;
}
[id="educoder"] .list___oY3h5 dd {
width: 66px;
text-align: right;
color: #0152d9;
cursor: pointer;
}
[id="educoder"] .page___vXGzX {
font-size: 14px;
margin-top: 20px;
}
[id="educoder"] .page___vXGzX [class~='ant-pagination-item'],
[id="educoder"] .page___vXGzX [class~='ant-pagination-item-link'] {
color: #0152d9;
}
[id="educoder"] .page___vXGzX [class~='ant-pagination-item'] a,
[id="educoder"] .page___vXGzX [class~='ant-pagination-item-link'] a {
color: #0152d9;
}
[id="educoder"] .page___vXGzX [class~='ant-pagination-item-active'] {
background: #0152d9;
}
[id="educoder"] .page___vXGzX [class~='ant-pagination-item-active'] a {
color: #fff;
}
[id="educoder"] .page___vXGzX [class~='ant-pagination-disabled'] a,
[id="educoder"] .page___vXGzX [class~='ant-pagination-disabled'] button {
color: #7f99a7;
}
[id="educoder"] .page___vXGzX [class~='ant-pagination-disabled'] a:hover,
[id="educoder"] .page___vXGzX [class~='ant-pagination-disabled'] button:hover {
color: #7f99a7;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@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;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/choose-repository/index.less?modules ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.test-set-container___JHp4n {
position: relative;
display: flex;
flex-direction: column;
height: 258px;
background: #111c24;
overflow: hidden auto;
color: #f4f1ed;
}
.resize-y-bar___rdi2n {
height: 3px;
background: #111c24;
border-top: 1px solid #19527b;
cursor: ns-resize;
position: relative;
}
.resize-y-bar___rdi2n [class~='iconfont'] {
color: #0152d9;
position: absolute;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -17px;
z-index: 10;
}
.code-area-container___Wrs1J {
background: #111c24;
position: relative;
overflow-y: auto;
}
.code-area-container___Wrs1J .xterm-panel___Qp8NN {
height: 100%;
overflow: hidden;
background: #000;
}
.code-area-container___Wrs1J .xterm-panel___Qp8NN .xterm-rows___NHMLJ,
.code-area-container___Wrs1J .xterm-panel___Qp8NN .xterm___JuxUK {
height: 100% !important;
}
.code-area-container___Wrs1J .xterm-panel___Qp8NN .xterm-screen___jNWY5 {
height: 100% !important;
}
.code-area-container___Wrs1J .navs___isstg {
display: flex;
flex-flow: row nowrap;
align-items: center;
position: relative;
z-index: 10;
}
.code-area-container___Wrs1J .navs___isstg .arrow-right___k6W52 {
cursor: pointer;
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 8px solid #bfbfbf;
}
.code-area-container___Wrs1J .navs___isstg .arrow-down___RJ_Vp {
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 8px solid #bfbfbf;
}
.code-area-container___Wrs1J .navs___isstg ul {
margin: 0;
padding: 0;
display: flex;
flex-flow: row nowrap;
align-items: center;
height: 40px;
}
.code-area-container___Wrs1J .navs___isstg ul li.flex-container___fcvlY {
text-align: center;
width: 98px;
}
.code-area-container___Wrs1J .navs___isstg ul li.flex-container___fcvlY > a {
padding: 0 5px 0 25px;
}
.code-area-container___Wrs1J .navs___isstg ul li:empty {
width: 20px;
}
.code-area-container___Wrs1J .navs___isstg ul > li:not(first-child) > a {
padding: 0 25px;
}
.code-area-container___Wrs1J .navs___isstg ul > li > a {
display: block;
color: #bfbfbf;
padding: 0 15px;
position: relative;
line-height: 40px;
text-align: center;
height: 40px;
}
.code-area-container___Wrs1J .navs___isstg ul > li > a .iconfont___x63vg {
font-size: 14px !important;
display: inline-block;
margin-left: 5px;
}
.code-area-container___Wrs1J .navs___isstg ul > li > a.active___tIrbA:after {
content: '';
position: absolute;
left: 50%;
margin-left: -10px;
top: auto;
bottom: 0;
right: auto;
height: 2px;
width: 20px;
background-color: #29bd8b;
}
.code-area-container___Wrs1J .action-bar-container___WBAJU {
flex: 5 0 auto;
}
.code-area-container___Wrs1J .action-bar-container___WBAJU .action-bar___gNMCV {
height: 56px;
display: flex;
width: 100%;
color: #fff;
flex-flow: row nowrap;
align-items: center;
padding: 0 20px;
justify-content: space-between;
background: #121c24;
}
.code-area-container___Wrs1J .action-bar-container___WBAJU .action-bar___gNMCV span {
flex: 1 0;
}
.code-area-container___Wrs1J .action-bar-container___WBAJU .action-bar___gNMCV a {
color: #fff;
margin-left: 10px;
}
.right-panel___n2hmC {
display: flex;
flex-flow: column nowrap;
justify-content: center;
}
.action-container___GNaac {
position: relative;
background: #05101a;
height: 51px;
}
.setting-drawer___UAqT2 [class~='ant-drawer-content-wrapper'] {
top: 54px;
bottom: 51px;
}
.setting-drawer___UAqT2 [class~='ant-drawer-content'] {
height: auto;
}
.oj___BBHzQ [class~='ant-drawer-content-wrapper'] {
top: 65px;
}
.setting-drawer___UAqT2 [class~='ant-drawer-body'],
.oj___BBHzQ [class~='ant-drawer-body'] {
background: #031b2a;
}
.setting-drawer___UAqT2 [class~='ant-drawer-body'],
.oj___BBHzQ [class~='ant-drawer-body'] {
height: auto;
}
.setting-drawer___UAqT2 [class~='ant-select-selection'],
.oj___BBHzQ [class~='ant-select-selection'] {
width: 120px;
background: #0a2030;
color: #597a8f;
border: 1px solid #597a8f;
}
.spinning___Klii0 {
height: 100%;
}
.spinning___Klii0 > div {
height: 100%;
display: flex;
flex-direction: column;
}
.btn___Ih5Gr {
width: 507px;
display: flex;
justify-content: center;
align-items: center;
}
.btn___Ih5Gr .ant-btn-default:not(:disabled) {
height: 32px;
background: rgba(248, 249, 252, 0.5);
border-radius: 2px;
border: 1px solid rgba(195, 207, 224, 0.5);
color: #464F66;
padding: 0 16px;
}
.btn___Ih5Gr .ant-btn-primary:not(:disabled) {
margin-left: 20px;
height: 32px;
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
border-radius: 2px;
padding: 0 16px;
border: 0;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/choose-repository/topics/index.less ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.choose-container {
margin: 0;
padding: 10px 20px;
height: calc(100% - 40px);
overflow: auto;
}
.choose-container li {
margin-bottom: 15px;
}
.choose-container .subject {
margin-bottom: 5px;
font-size: 14px;
overflow: hidden;
letter-spacing: 0.5px;
}
.choose-container .subject-body {
float: left;
color: #8b9399 !important;
}
.choose-container .subject-body img {
max-width: 100%;
}
.choose-container .option a {
display: block;
outline: none;
color: #8b9399;
padding-left: 38px;
line-height: 22px;
overflow: hidden;
margin-bottom: 10px;
}
.choose-container .option a:last-child {
margin-bottom: 0;
}
.choose-container .option .text {
margin-left: 38px;
color: #8b9399;
font-size: 14px;
}
.choose-container .ant-radio-wrapper {
color: #8b9399;
}
.choose-container .choice {
position: relative;
top: 4px;
margin-right: 16.5px;
float: left;
}
.choose-container .ant-radio-inner,
.choose-container .ant-checkbox-inner {
background-color: transparent !important;
}
.choose-container textarea.ant-input {
border: 1px solid rgba(255, 255, 255, 0.2) !important;
background-color: #1E1E1E;
color: #959595;
}
.choose-container .ant-radio-checked .ant-radio-inner {
border: 1px solid #3886FF !important;
background-color: #3886FF !important;
}
.choose-container .ant-checkbox-checked .ant-checkbox-inner {
background-color: #3886FF !important;
border: 1px solid #3886FF;
}
.choose-container .abackgroodcolor {
margin: auto;
margin-top: 14px;
padding-bottom: 14px;
padding-left: 5px;
padding-top: 10px;
background: rgba(216, 216, 216, 0.04);
}
.choose-container .active {
background: url(./static/success.86f4a4e5.svg);
background-size: 100%;
}
.choose-container .checkbox {
border-radius: 2px;
}
.choose-container .checkbox.active {
background: url(./static/checkbox.56d33b59.svg);
background-size: 100%;
}
.vs .subject-body,
.vs .order,
.vs .checkTitle,
.vs .ant-radio-wrapper {
color: #191919 !important;
}
.vs .text {
color: #666 !important;
}
.vs textarea.ant-input {
border: 1px solid #E0E1E4 !important;
background-color: #F5F5F5;
color: #191919;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/choose-repository/test-cast-list/index.less ***!
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.choose-game-item {
padding: 16px 15px;
background: #010e1f;
border-radius: 4px;
}
.choose-game-item p {
margin: 0;
}
.choose-game-item .output-title-container {
text-align: center;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
color: #747a7f;
align-items: center;
margin-bottom: 12px;
}
.choose-game-item .output-title-container span {
flex: 1 1;
display: flex;
}
.choose-game-item .output-title-container span span {
flex: initial;
}
.choose-game-item .output-title-container span span:nth-child(1) {
flex: 1 1;
}
.choose-game-item .output-title-container .output-title {
color: #fff;
}
.test-case-list {
padding: 8px 16px;
}
.test-header {
width: 100%;
height: 34px;
padding: 0 25px;
line-height: 34px;
color: #f4f1ed;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
background-color: #111c24;
border-bottom: 1px solid #222c34;
}
.test-header a {
color: #747a7f;
}
.test-header span {
position: relative;
display: block;
cursor: pointer;
padding: 0 25px;
}
.test-header span.active:after {
content: '';
position: absolute;
left: 50%;
margin-left: -10px;
top: auto;
bottom: 0;
right: auto;
height: 2px;
width: 20px;
background-color: #29bd8b;
}
.test-header span.active-debug:after {
content: '';
position: absolute;
left: 50%;
margin-left: -22px;
top: auto;
bottom: 0;
right: auto;
height: 2px;
width: 20px;
background-color: #29bd8b;
}
.test-result {
padding: 8px 15px 0 15px;
font-size: 14px;
font-family: PingFangSC-Bold, PingFang SC;
line-height: 25px;
font-weight: bold;
width: 100%;
display: inline-block;
margin-bottom: 0;
}
.test-result p {
font-size: 14px !important;
}
.test-result .markdown-body p {
white-space: normal;
}
.test-result.success {
color: #29bd8b;
}
.test-result.failer {
color: #dd5555 !important;
}
.test-result.failer p {
color: #dd5555 !important;
}
.test-result img {
display: block;
margin-right: 5px;
}
.test-result .count {
display: flex;
flex-flow: row nowrap;
float: left;
align-items: center;
line-height: 25px;
padding: 0 10px 0 4px;
}
.test-case-item {
width: 100%;
margin: 0 auto 10px auto;
background: #1f2f3b;
font-size: 14px;
}
.test-case-item .case-header {
padding: 9px 20px;
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
}
.test-case-item .case-header .iconfont {
font-size: 14px !important;
color: #f4f1ed;
}
.test-case-item .case-header .description {
color: #616b77;
padding: 0 8px;
font-size: 12px;
}
.test-case-item .item-desc {
display: none;
}
.test-case-item .item-desc.show {
display: block;
}
.test-case-item .item-tip {
font-size: 12px;
color: #c67676;
line-height: 12px;
}
.test-case-item h2 {
font-size: 14px;
color: #bfbfbf;
margin: 0;
line-height: 21px;
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.test-case-item h4 {
font-size: 14px;
color: #637da6;
line-height: 14px;
padding: 15px 0 5px 0;
}
.test-case-item p {
font-size: 14px;
line-height: 20px;
letter-spacing: 1px;
}
.arrow-down {
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 8px solid #bfbfbf;
}
.test-title {
margin-left: 10px;
}
.arrow-right {
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 8px solid #bfbfbf;
}
.case-info {
flex: 1 0;
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
align-items: center;
}
.case-info i,
.case-info img {
margin-left: 8px;
}
.test-case-run-header {
color: #617c93;
font-size: 14px;
padding: 10px 0;
}
.test-case-run-wrp textarea {
background: none !important;
border: none !important;
color: #fff !important;
resize: none !important;
}
.test-case-run-wrp > div:nth-child(2) > div {
color: #fff !important;
background: #121C24 !important;
margin-right: 12px;
}
.diff-panel-container {
width: 100%;
height: 100%;
background: #010e1f;
color: #fff;
font-size: 0;
overflow: hidden;
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
font-weight: normal;
font-feature-settings: 'liga' 0, 'calt' 0;
}
.diff-panel-container > div {
width: 49.5%;
white-space: pre;
overflow-x: auto;
line-height: 18px;
font-size: 12px;
display: inline-block;
letter-spacing: 0px;
vertical-align: top;
padding: 10px 14px;
background: #1e1e1e;
}
.diff-panel-container > div:first-child {
margin-right: 1%;
}
.diff-panel-container .line-break {
display: block;
height: 20px;
}
.diff-panel-container del {
color: #dd5555;
white-space: pre;
text-decoration: none;
}
.diff-panel-container del:empty {
display: none;
}
.diff-panel-container del.empty {
background: hsl(0, 67%, 60%);
}
.diff-panel-container ins {
color: #2ea44f;
white-space: pre;
text-decoration: none;
}
.diff-panel-container ins:empty {
display: none;
}
.diff-panel-container ins.empty {
background: #2ea44f;
}
.alert {
display: inline-flex;
align-items: center;
font-size: 12px;
height: 24px;
background-color: rgba(162, 17, 29, 0.64);
padding: 0 10px;
}
.alert b {
font-size: 12px;
margin-right: 10px;
color: red;
}
.alert i {
cursor: pointer;
font-size: 12px;
margin-left: 10px;
}
.inputs textarea::placeholder {
color: #536879 !important;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/footer-bar/index.less?modules ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
#educoder .action-container___Xcx9G {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
color: #747a7f;
padding: 0 15px;
height: 100%;
}
#educoder .action-container___Xcx9G .eval-btn-group___b8ds5 {
justify-content: flex-end;
flex: 2 1 auto;
}
#educoder .action-container___Xcx9G .eval-desc___bIcYm {
flex: 2 1 auto;
}
#educoder .action-container___Xcx9G .eval-desc___bIcYm span:last-child {
flex: 3 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#educoder .action-container___Xcx9G span {
margin-right: 15px;
}
#educoder .action-container___Xcx9G .btn-run___fh7pl {
background: #0152d9;
color: #fff;
font-weight: bold;
border: 0px solid transparent;
padding: 0 12px;
letter-spacing: 1px;
outline: none;
text-align: center;
font-size: 14px;
height: 30px;
line-height: 30px;
border-radius: 3px;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
flex: 0 0 auto;
}
#educoder .action-container___Xcx9G .btn-run___fh7pl img {
margin-right: 4px;
}
#educoder .action-container___Xcx9G .btn-run___fh7pl:disabled {
background: #555d68;
}
#educoder .action-container___Xcx9G .btn-run-self___Bwz1A {
background: transparent;
border: 1px solid #0152d9 !important;
color: #0152d9;
font-weight: bold;
border: 0px solid transparent;
padding: 0 12px;
letter-spacing: 1px;
outline: none;
text-align: center;
font-size: 14px;
height: 30px;
line-height: 30px;
border-radius: 3px;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
flex: 0 0 auto;
}
#educoder .action-container___Xcx9G .btn-run-self___Bwz1A span {
margin: 0;
}
#educoder .action-container___Xcx9G .btn-run-self___Bwz1A:disabled {
background: #555d68;
color: #FFF;
border-color: #FFF !important;
}
#educoder .ghost-link___Y8dGm {
margin: 8px;
color: #0152d9 !important;
border: 1px solid #0152d9;
height: 30px;
padding: 0 16px;
border-radius: 2px;
line-height: 30px;
}
#educoder .ghost-link___Y8dGm:hover {
background: #4890ff;
text-decoration: none;
color: #fff !important;
}
#educoder .link___PPhWD {
color: #0152d9;
text-decoration: underline;
}
#educoder .link___PPhWD:hover {
color: #0152d9;
text-decoration: underline;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/TpiDescIcon/index.less?modules ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.iconWrapper___U51IV {
width: 60px;
height: 60px;
background: linear-gradient(93deg, #8DAEEC 0%, #0152D9 100%);
box-shadow: 0px 8px 20px 0px rgba(46, 55, 70, 0.51);
}
.iconWrapper___U51IV .minusIcon___xP_3j {
position: absolute;
top: 2px;
left: 2px;
z-index: 1001;
color: #fff;
font-size: 12px;
}
.iconWrapper___U51IV img {
width: 32px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
pointer-events: none;
}
.arrowIcon___jKd9h {
width: 60px;
height: 60px;
background: linear-gradient(93deg, #8DAEEC 0%, #0152D9 100%);
box-shadow: 0px 8px 20px 0px rgba(46, 55, 70, 0.51);
border-radius: 50%;
cursor: pointer;
right: -30px;
}
.arrowIcon___jKd9h img {
width: 16px;
position: absolute;
left: 6px;
top: 50%;
transform: translateY(-50%);
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/code-repository/HorizontalTabs/index.less?modules ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.scrollbar___lLOKh {
display: flex;
flex-direction: column;
height: 40px;
overflow: hidden;
flex: 1 1;
}
.scrollbar___lLOKh .scrollbarContent___J5uQ6 {
flex: 1 1;
white-space: nowrap;
width: max-content;
}
.scrollbar___lLOKh .scrollbarTrack___ptQqt {
width: 100%;
flex-shrink: 0;
height: 4px;
background: #162028;
position: relative;
}
.scrollbar___lLOKh .scrollbarTrack___ptQqt .scrollbarThumb___GFuZv {
position: absolute;
z-index: 10;
left: 0;
top: 0;
height: 4px;
background: #1D2B37;
cursor: pointer;
}
.item___MSfbI {
display: inline-flex;
align-items: center;
padding: 0 20px;
height: 100%;
cursor: pointer;
user-select: none;
border-radius: 2px;
margin-right: 1px;
background: #1E2429;
color: #AFB1B3;
position: relative;
}
.item___MSfbI:hover {
background: #28323A;
}
.item___MSfbI > span {
font-size: 14px;
margin-left: 8px;
}
.item___MSfbI .icon___AXhP9 {
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
padding-top: 2px;
padding-left: 3px;
}
.item___MSfbI .icon___AXhP9 b[class~='icon-shouqi4'] {
font-size: 12px;
display: inline-block;
transform: scale(0.5) rotate(90deg);
}
.item___MSfbI .icon___AXhP9 b[class~='icon-a-xialazhankai'] {
font-size: 12px;
display: inline-block;
transform: scale(0.5);
}
.item___MSfbI .dot___BA766 {
width: 6px;
height: 6px;
background: #58ffc7;
margin-left: 8px;
border-radius: 50%;
}
.active___Rkf93 {
background: #28323A !important;
}
.active___Rkf93:after {
content: '';
position: absolute;
z-index: 2;
left: 50%;
transform: translateX(-50%);
bottom: 0;
width: 100px;
height: 2px;
background: #5295CA;
max-width: 100%;
}
.pathActive___l4hB4 {
color: #2ea4ff !important;
}
.paths___gzBRM ul[class~='ant-dropdown-menu'] {
background-color: #010e1f;
padding: 0;
}
.paths___gzBRM li[class~='ant-dropdown-menu-item']:hover {
background-color: #323030;
}
.paths___gzBRM span[class~='ant-dropdown-menu-title-content'] span {
color: #747a7f;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/latex/index.less?modules ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___E3mm3 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___NchwZ {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___uhqi5 {
align-items: center;
box-align: center;
}
.flex_box_center_end___d93TL {
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___XN9GA {
flex-direction: column;
box-orient: block-axis;
}
.wrap___Dtadp {
position: relative;
}
.wrap___Dtadp .full___LlKwC {
position: absolute;
right: 20px;
top: 10px;
z-index: 20;
color: #fff;
cursor: pointer;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/latex/Warehouse/index.less?modules ***!
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___Girdq {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___xGVfq {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___kQglB {
align-items: center;
box-align: center;
}
.flex_box_center_end___UzYyP {
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___owBZ4 {
flex-direction: column;
box-orient: block-axis;
}
ul.menu___bRs3V {
width: 122px;
background: #686f9a;
color: white;
}
ul.menu___bRs3V li {
color: white;
}
ul.menu___bRs3V [class~='ant-dropdown-menu-item-active'] {
background: #3e4571;
}
ul.menu___bRs3V [class~='ant-dropdown-menu-item-disabled'] {
background: none !important;
color: #b0b5d6;
}
.warehouse___pnW7f {
display: flex;
flex-direction: column;
height: 100%;
overflow: hidden;
}
.warehouse___pnW7f .header___OzyWX {
height: 60px;
background: #282e55;
display: flex;
justify-content: flex-start;
align-items: center;
color: #fff;
font-size: 14px;
}
.warehouse___pnW7f .header___OzyWX .title___ByRPB {
margin: 0 20px;
}
.warehouse___pnW7f .header___OzyWX input {
width: 290px;
height: 34px;
background-color: #686f9a;
color: #fff;
border-radius: 4px;
border: 0;
margin-right: 14px;
padding: 0 14px;
}
.warehouse___pnW7f .content___tnn6U {
flex: 1 1;
display: flex;
position: relative;
}
.warehouse___pnW7f .content___tnn6U .left___xyjRy {
width: 36%;
max-width: 440px;
height: 100%;
background-color: #0a143d;
overflow: auto;
display: box;
display: flex;
position: absolute;
z-index: 30;
left: 0;
top: 0;
}
.warehouse___pnW7f .content___tnn6U .left___xyjRy .close___dIQKZ {
cursor: pointer;
position: absolute;
right: 16px;
top: 13px;
color: #555a88;
}
.warehouse___pnW7f .content___tnn6U .left___xyjRy > section {
flex: 1 1;
overflow: auto;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
}
.warehouse___pnW7f .content___tnn6U .left___xyjRy .ant-tabs .ant-tabs-nav {
color: #fff;
margin-left: 20px;
}
.warehouse___pnW7f .content___tnn6U .left___xyjRy .ant-tabs .ant-tabs-nav::before {
left: 25px;
border-bottom: 1px solid #282e55;
width: 90%;
}
.warehouse___pnW7f .content___tnn6U .right___kqPbE {
width: 100%;
flex: 1 1;
display: flex;
align-items: flex-end;
height: 100%;
background: #0a0e2e;
position: absolute;
z-index: 2;
left: 0;
top: 0;
}
.warehouse___pnW7f .content___tnn6U .right___kqPbE div[class~='my-codemirror-container'] {
border: none;
}
.warehouse___pnW7f .content___tnn6U .right___kqPbE div[class~='my-codemirror-container'] [class~='CodeMirror-wrap'],
.warehouse___pnW7f .content___tnn6U .right___kqPbE div[class~='my-codemirror-container'] [class~='CodeMirror-gutters'] {
background: #0a0e2e;
}
.warehouse___pnW7f .content___tnn6U .right___kqPbE div[class~='my-codemirror-container'] [class~='CodeMirror-line'] {
padding-left: 18px;
}
.warehouse___pnW7f .content___tnn6U .right___kqPbE div[class~='my-codemirror-container'] [class~='CodeMirror-wrap'] {
position: absolute;
left: 21px;
right: 21px;
top: 60px;
bottom: 0;
height: auto;
}
.warehouse___pnW7f .content___tnn6U .right___kqPbE div[class~='my-codemirror-container'] [class~='CodeMirror-linenumber'] {
color: white;
}
.loading___fp187 {
width: 100%;
top: 0;
bottom: 70px;
position: absolute !important;
}
.loading___fp187 [class~='ant-spin-container'] {
position: initial !important;
}
.empty___RbU4g {
width: 100%;
height: 100%;
display: box;
display: flex;
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
flex-direction: column;
box-orient: block-axis;
background: #fff;
}
.tabs___ynZp5 {
overflow: initial !important;
}
.tabs___ynZp5 [class~='ant-tabs-nav']::before {
display: none;
}
.tabs___ynZp5 [class~='ant-tabs-tab'] {
cursor: pointer;
}
.tabs___ynZp5 [class~='ant-tabs-tab-btn'] {
color: white;
}
.tabs___ynZp5 [class~='ant-tabs-nav-wrap'] {
overflow: initial !important;
}
.tabs___ynZp5 [class~='ant-tabs-ink-bar'] {
bottom: -13px !important;
}
.line___rxyEe {
width: 1px;
height: 16px;
background: #686f9a;
border-radius: 1px;
margin-left: 28px;
}
.footer___J6kQd {
height: 64px;
background: #282e55;
width: 100%;
z-index: 5;
position: absolute;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: center;
}
.footer___J6kQd button {
width: 100px;
height: 40px;
}
.footer___J6kQd a {
width: 80px;
height: 40px;
border-radius: 4px;
border: 1px solid #0152d9;
cursor: pointer;
line-height: 38px;
text-align: center;
user-select: none;
display: inline-block;
font-size: 14px;
}
.commit___h8y0q {
background: #0a143d;
width: 100%;
height: 100%;
overflow: auto;
}
.blueLight___eLhBs {
color: #b0b5d6;
font-size: 14px;
}
.filePathWrp___J9TMo {
height: 56px;
border-bottom: 1px solid #3e4571;
margin: 0 30px;
display: flex;
align-items: center;
}
.filePath___PD1I2 {
font-size: 0;
}
.filePath___PD1I2 span {
max-width: 200px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
font-size: 14px;
}
.filePath___PD1I2 span:after {
content: '/';
color: #fff;
margin: 0 2px;
display: inline-block;
}
.filePath___PD1I2 span:nth-clid(:odd) {
color: #1890ff;
}
.filePath___PD1I2 span:nth-last-child(1) {
color: #fff;
}
.filePath___PD1I2 span:nth-last-child(1):after {
display: none;
}
.bottom0___B9ftG {
bottom: 0 !important;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/latex/Warehouse/components/AddFile.less?modules ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wrap___SVOKK {
padding: 0px 20px 0px 20px;
}
.modal___vUwdM {
z-index: 9999;
}
.title___l8FrY {
font-size: 20px;
}
.path___aTkFP {
display: inline-block;
overflow: hidden;
line-height: 40px;
white-space: nowrap;
text-align: right;
vertical-align: middle;
color: #888888;
font-size: 16px;
}
.colorBlue___fCgXS {
color: #4cacff;
}
.width240___RtAGH {
width: 240px;
}
.filePath___pvSsH {
min-width: 200px;
height: 32px;
line-height: 32px;
text-align: center;
display: inline-block;
background: #dedede;
border-radius: 4px 0px 0px 4px;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Shixuns/Detail/Repository/components/SelectFilePathModal/index.less?modules ***!
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wrap___TwY3U {
padding: 20px;
}
.content___Ks95W {
display: flex;
flex-direction: column;
height: 200px;
overflow-y: auto;
background: #f5f5f5;
padding: 10px;
font-size: 14px;
}
.content___Ks95W a {
color: #05101a;
}
.content___Ks95W a:hover {
color: #40a9ff;
}
.mainPathWrap___CrMaa {
display: flex;
flex-direction: row;
}
.colorBlue___dvWbP {
color: #0152d9;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/latex/Warehouse/components/UploadFile.less?modules ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wrap___BqUCH {
background-color: #fff;
padding: 0px 30px 0px 30px;
}
.wrap___BqUCH [class~='ant-upload-drag'] {
background: rgba(24, 144, 255, 0.04) !important;
border-radius: 4px;
border: 1px dashed #1890ff;
}
.title___Hv2Zk {
font-size: 20px;
}
.path___XGwUd {
display: inline-block;
overflow: hidden;
line-height: 40px;
white-space: nowrap;
text-align: right;
vertical-align: middle;
color: #888888;
font-size: 16px;
}
.colorBlue___AYPVZ {
color: #4cacff;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/latex/Warehouse/components/Tree.less?modules ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___uGMjc {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___q698b {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___BcSqa {
align-items: center;
box-align: center;
}
.flex_box_center_end___U5VB_ {
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___FwzY4 {
flex-direction: column;
box-orient: block-axis;
}
.headLeft___KOU8I {
color: #fff;
font-size: 14px;
padding: 20px;
}
.colorBlue___I6JQI {
color: #4cacff;
cursor: pointer;
}
.wrap___U6KnW [class~='ant-switch'] {
background: #e53333;
}
.wrap___U6KnW [class~='ant-switch-checked'] {
background: #1890fb;
}
.nodata___fWmNT img {
width: 100%;
height: 100%;
margin-bottom: 30px;
}
.nodataText___Ufs81 {
text-align: center;
color: #999;
font-size: 14px;
}
.content___yybiA {
margin-top: 20px;
}
.content___yybiA [class~='ant-tree'] {
background: none;
color: #fff;
}
.content___yybiA [class~='ant-tree-treenode-selected'] {
color: #fff;
width: 100%;
}
.content___yybiA [class~='ant-tree-treenode-selected']::before {
background: #2f3662 !important;
bottom: 0px !important;
}
.content___yybiA [class~='ant-tree-node-content-wrapper'] {
background: none !important;
color: #fff !important;
}
.content___yybiA [class~='ant-tree-node-content-wrapper']:hover {
background: none !important;
}
.content___yybiA [class~='drag-over'] > [draggable] {
opacity: 1 !important;
}
.content___yybiA [class~='drag-over'][class~='ant-tree-treenode-switcher-close']::before,
.content___yybiA [class~='drag-over'][class~='ant-tree-treenode-switcher-open']::before {
background: #2f3662 !important;
}
.content___yybiA [class~='drag-over'][class~='ant-tree-treenode-switcher-close'] [class~='icon-gengduo2'],
.content___yybiA [class~='drag-over'][class~='ant-tree-treenode-switcher-open'] [class~='icon-gengduo2'] {
display: inline;
}
.content___yybiA [class~='drag-over'][class~='ant-tree-treenode-switcher-close'] [class~='ant-tree-node-content-wrapper'],
.content___yybiA [class~='drag-over'][class~='ant-tree-treenode-switcher-open'] [class~='ant-tree-node-content-wrapper'] {
flex: 1 1;
}
.content___yybiA [class~='ant-tree-treenode'] {
display: flex;
align-items: center;
width: 100%;
height: 36px;
padding: 5px 0 !important;
}
.content___yybiA [class~='ant-tree-treenode'] * {
transition: none !important;
}
.content___yybiA [class~='ant-tree-treenode']:hover::before {
background: #2f3662 !important;
bottom: 0 !important;
}
.content___yybiA [class~='ant-tree-treenode']:hover [class~='icon-gengduo2'] {
display: inline;
}
.content___yybiA [class~='ant-tree-treenode'] [class~='ant-tree-node-content-wrapper'] {
flex: 1 1;
}
.content___yybiA [class~='ant-tree-treenode'] [class~='icon-gengduo2'] {
top: 1px;
}
.content___yybiA [class~='drag-over-gap-top'],
.content___yybiA [class~='drag-over-gap-bottom'] {
transition: none !important;
}
.content___yybiA [class~='drag-over-gap-top'] > [draggable],
.content___yybiA [class~='drag-over-gap-bottom'] > [draggable] {
border: 0px solid #000 !important;
transition: none !important;
line-height: 24px !important;
}
.gitCode___DAK9G {
color: #fff;
padding: 45px 14px 0 20px;
font-size: 14px;
}
[class~='ant-tree-switcher'] {
margin-left: 20px;
}
.ellipsis___PeS94 {
margin: 5px 10px;
}
[class~='c-555a88'] {
border-radius: 8px;
position: relative;
}
ul.menu___em7Yq {
width: 122px;
background: #686f9a;
color: white;
}
ul.menu___em7Yq li {
color: white;
}
ul.menu___em7Yq [class~='ant-dropdown-menu-item-active'] {
background: #3e4571;
}
.overlayClass___Awf9Q [class~='ant-tooltip-content'] {
position: relative;
z-index: 11;
}
.overlayClass___Awf9Q [class~='ant-tooltip-content'] [class~='ant-tooltip-arrow-content'] {
left: -16px;
}
.overlayClass___Awf9Q::before {
content: ' ';
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 10;
background: rgba(0, 0, 0, 0.3);
}
.tips___M0tZb {
width: 100%;
padding: 0 20px;
color: #fff;
margin-bottom: 10px;
line-height: 22px;
text-align: justify;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/latex/Warehouse/components/SelectFilePathModal/index.less?modules ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wrap___ishRT {
padding: 20px;
}
.content___BcYdO {
display: flex;
flex-direction: column;
height: 200px;
overflow-y: auto;
background: #f5f5f5;
padding: 10px;
font-size: 14px;
}
.content___BcYdO a {
color: #05101a;
}
.content___BcYdO a:hover {
color: #40a9ff;
}
.mainPathWrap___d2GOf {
display: flex;
flex-direction: row;
}
.colorBlue___hKIcc {
color: #4cacff;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/latex/Warehouse/components/Commit.less?modules ***!
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___JApjy {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___kWWbU {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___Op0Qs {
align-items: center;
box-align: center;
}
.flex_box_center_end___xNwhe {
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___RSFt3 {
flex-direction: column;
box-orient: block-axis;
}
.commitWrap___uVJGM {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
background-color: #ffffff;
padding: 20px;
margin-bottom: 10px;
font-size: 16px;
}
.wrap____nTMX {
padding: 20px;
}
.colorGray___UUm6u {
color: #999999;
}
.content___TUOUP {
display: flex;
flex-direction: column;
margin-bottom: 10px;
padding: 20px;
font-size: 16px;
}
.itemTime___sZPNc {
color: #4cacff;
margin-right: 15px;
}
.imageUrl___WLUXb {
width: 50px;
height: 50px;
border-radius: 50px;
}
.blueLight___bdcZp {
color: #b0b5d6;
font-size: 16px;
}
.divider___ltlQU {
background: #3e4571;
border-radius: 1px;
margin: 20px 0;
}
.empty___i8M59 {
width: 100%;
height: 100%;
display: box;
display: flex;
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
flex-direction: column;
box-orient: block-axis;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/evaluate-result/index.less ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.evaluate-result-container {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 201;
background: rgba(0, 0, 0, 0.8);
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
}
.evaluate-result-container footer {
width: 570px;
left: 50%;
transform: translateX(-50%);
position: absolute;
top: 435px;
text-align: center;
color: #fff;
}
.evaluate-result-container footer .star-tip {
margin: 0;
}
.evaluate-result-container footer .star-tip-rate .ant-rate-star-first {
color: rgba(255, 255, 255, 0.6);
}
.evaluate-result-container footer .star-tip-rate .ant-rate-star-second {
color: rgba(255, 255, 255, 0.6);
}
.evaluate-result-container footer a {
background-color: #0152d9;
opacity: 0.8;
display: inline-block;
width: 120px;
height: 30px;
line-height: 30px;
border-radius: 2px;
color: #fff;
margin: 0 10px;
margin-top: 12px;
text-decoration: none !important;
}
.evaluate-result-container .close-line {
color: #fff;
}
.evaluate-result-container .gold-circle {
margin-right: 8px;
width: 17px;
height: 17px;
border-radius: 50%;
background-color: #ffd633;
display: block;
}
.evaluate-result-body {
position: relative;
width: 652px;
}
.evaluate-result-body .close-line {
position: absolute;
top: 100px;
right: 100px;
}
.gold-and-experience {
position: absolute;
top: 308px;
width: 100%;
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
line-height: 26px;
font-size: 16px;
color: #b27919;
}
.gold-and-experience img {
margin-right: 8px;
}
.gold-and-experience .flex-container:first-child {
margin-right: 18px;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/xterm-panel/index.less?modules ***!
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.xterm-panel___XA0p9 {
background-color: #000;
height: 100%;
}
.xterm-panel___XA0p9 [class~='terminal'] {
height: 100%;
}
.xterm-panel___XA0p9 [class~='xterm-viewport'] {
overflow-y: auto !important;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/code-repository/code-area/index.less?modules ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.code-area-container___bjERn {
height: 100%;
position: relative;
overflow: hidden;
}
.code-area-container___bjERn .only-view___LP5ZN {
position: absolute;
z-index: 2;
right: 80px;
top: 36px;
}
.frame___k7Y9h {
height: 100%;
}
.frame___k7Y9h div[class~='ant-spin-container'] {
height: 100%;
}
.frame___k7Y9h div[class~='ant-spin'] {
max-height: initial;
}
.frame___k7Y9h div[class~='ant-spin-text'] {
text-shadow: none !important;
}
.frame___k7Y9h iframe {
width: 100%;
height: 100%;
border: none;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/choose-repository/test-cast-list/index.less?modules ***!
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.choose-game-item___RYHdh {
padding: 16px 15px;
background: #010e1f;
border-radius: 4px;
}
.choose-game-item___RYHdh p {
margin: 0;
}
.choose-game-item___RYHdh .output-title-container___P2NjC {
text-align: center;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
color: #747a7f;
align-items: center;
margin-bottom: 12px;
}
.choose-game-item___RYHdh .output-title-container___P2NjC span {
flex: 1 1;
display: flex;
}
.choose-game-item___RYHdh .output-title-container___P2NjC span span {
flex: initial;
}
.choose-game-item___RYHdh .output-title-container___P2NjC span span:nth-child(1) {
flex: 1 1;
}
.choose-game-item___RYHdh .output-title-container___P2NjC .output-title___ZQJkv {
color: #fff;
}
.test-case-list___CYyHP {
padding: 8px 16px;
}
.test-header___fSQRn {
width: 100%;
height: 34px;
padding: 0 25px;
line-height: 34px;
color: #f4f1ed;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
background-color: #111c24;
border-bottom: 1px solid #222c34;
}
.test-header___fSQRn a {
color: #747a7f;
}
.test-header___fSQRn span {
position: relative;
display: block;
cursor: pointer;
padding: 0 25px;
}
.test-header___fSQRn span.active___bY0Dq:after {
content: '';
position: absolute;
left: 50%;
margin-left: -10px;
top: auto;
bottom: 0;
right: auto;
height: 2px;
width: 20px;
background-color: #29bd8b;
}
.test-header___fSQRn span.active-debug___oeXMX:after {
content: '';
position: absolute;
left: 50%;
margin-left: -22px;
top: auto;
bottom: 0;
right: auto;
height: 2px;
width: 20px;
background-color: #29bd8b;
}
.test-result___DQXYd {
padding: 8px 15px 0 15px;
font-size: 14px;
font-family: PingFangSC-Bold, PingFang SC;
line-height: 25px;
font-weight: bold;
width: 100%;
display: inline-block;
margin-bottom: 0;
}
.test-result___DQXYd p {
font-size: 14px !important;
}
.test-result___DQXYd .markdown-body____rqU_ p {
white-space: normal;
}
.test-result___DQXYd.success___iuAG3 {
color: #29bd8b;
}
.test-result___DQXYd.failer___axTtk {
color: #dd5555 !important;
}
.test-result___DQXYd.failer___axTtk p {
color: #dd5555 !important;
}
.test-result___DQXYd img {
display: block;
margin-right: 5px;
}
.test-result___DQXYd .count___B_kHY {
display: flex;
flex-flow: row nowrap;
float: left;
align-items: center;
line-height: 25px;
padding: 0 10px 0 4px;
}
.test-case-item___E3CU9 {
width: 100%;
margin: 0 auto 10px auto;
background: #1f2f3b;
font-size: 14px;
}
.test-case-item___E3CU9 .case-header___xppld {
padding: 9px 20px;
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
}
.test-case-item___E3CU9 .case-header___xppld .iconfont___LO1VN {
font-size: 14px !important;
color: #f4f1ed;
}
.test-case-item___E3CU9 .case-header___xppld .description___j4efR {
color: #616b77;
padding: 0 8px;
font-size: 12px;
}
.test-case-item___E3CU9 .item-desc___ivltA {
display: none;
}
.test-case-item___E3CU9 .item-desc___ivltA.show___ntNdM {
display: block;
}
.test-case-item___E3CU9 .item-tip___ETPck {
font-size: 12px;
color: #c67676;
line-height: 12px;
}
.test-case-item___E3CU9 h2 {
font-size: 14px;
color: #bfbfbf;
margin: 0;
line-height: 21px;
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.test-case-item___E3CU9 h4 {
font-size: 14px;
color: #637da6;
line-height: 14px;
padding: 15px 0 5px 0;
}
.test-case-item___E3CU9 p {
font-size: 14px;
line-height: 20px;
letter-spacing: 1px;
}
.arrow-down___oQMCK {
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 8px solid #bfbfbf;
}
.test-title___mf3Df {
margin-left: 10px;
}
.arrow-right___C6f8W {
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 8px solid #bfbfbf;
}
.case-info___yX5kK {
flex: 1 0;
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
align-items: center;
}
.case-info___yX5kK i,
.case-info___yX5kK img {
margin-left: 8px;
}
.test-case-run-header___iHZR5 {
color: #617c93;
font-size: 14px;
padding: 10px 0;
}
.test-case-run-wrp___qVT1y textarea {
background: none !important;
border: none !important;
color: #fff !important;
resize: none !important;
}
.test-case-run-wrp___qVT1y > div:nth-child(2) > div {
color: #fff !important;
background: #121C24 !important;
margin-right: 12px;
}
.diff-panel-container___OEdXu {
width: 100%;
height: 100%;
background: #010e1f;
color: #fff;
font-size: 0;
overflow: hidden;
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
font-weight: normal;
font-feature-settings: 'liga' 0, 'calt' 0;
}
.diff-panel-container___OEdXu > div {
width: 49.5%;
white-space: pre;
overflow-x: auto;
line-height: 18px;
font-size: 12px;
display: inline-block;
letter-spacing: 0px;
vertical-align: top;
padding: 10px 14px;
background: #1e1e1e;
}
.diff-panel-container___OEdXu > div:first-child {
margin-right: 1%;
}
.diff-panel-container___OEdXu .line-break___Ww59n {
display: block;
height: 20px;
}
.diff-panel-container___OEdXu del {
color: #dd5555;
white-space: pre;
text-decoration: none;
}
.diff-panel-container___OEdXu del:empty {
display: none;
}
.diff-panel-container___OEdXu del.empty___izbJX {
background: hsl(0, 67%, 60%);
}
.diff-panel-container___OEdXu ins {
color: #2ea44f;
white-space: pre;
text-decoration: none;
}
.diff-panel-container___OEdXu ins:empty {
display: none;
}
.diff-panel-container___OEdXu ins.empty___izbJX {
background: #2ea44f;
}
.alert___jv5_R {
display: inline-flex;
align-items: center;
font-size: 12px;
height: 24px;
background-color: rgba(162, 17, 29, 0.64);
padding: 0 10px;
}
.alert___jv5_R b {
font-size: 12px;
margin-right: 10px;
color: red;
}
.alert___jv5_R i {
cursor: pointer;
font-size: 12px;
margin-left: 10px;
}
.inputs___bjeNr textarea::placeholder {
color: #536879 !important;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/code-repository/test-case-list/diffPanel.less?modules ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.diff-panel-container___IpXsK {
width: 100%;
height: 100%;
background: #010e1f;
color: #fff;
font-size: 0;
overflow: hidden;
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
font-weight: normal;
font-feature-settings: 'liga' 0, 'calt' 0;
}
.diff-panel-container___IpXsK .enter___UGDlZ {
position: relative;
}
.diff-panel-container___IpXsK .enter___UGDlZ::after {
content: ' ';
display: block;
height: 1px;
}
.diff-panel-container___IpXsK > div span:last-of-type {
display: contents;
}
.diff-panel-container___IpXsK > div span:last-of-type .enter___UGDlZ::before {
content: '↵';
position: absolute;
left: 0;
top: -2px;
}
.diff-panel-container___IpXsK > div {
width: 49.5%;
white-space: pre;
overflow-x: auto;
line-height: 18px;
font-size: 12px;
display: inline-block;
letter-spacing: 0px;
vertical-align: top;
padding: 10px 14px;
background: #1e1e1e;
}
.diff-panel-container___IpXsK > div:first-child {
margin-right: 1%;
}
.diff-panel-container___IpXsK .line-break___hpW53 {
display: block;
height: 20px;
}
.diff-panel-container___IpXsK del {
font-family: SimHei,PCMyungjo,monospace;
color: #dd5555;
white-space: pre;
text-decoration: none;
}
.diff-panel-container___IpXsK del:empty {
display: none;
}
.diff-panel-container___IpXsK del.empty___BV3pH {
background: hsl(0, 67%, 60%);
width: 10px;
margin-left: 3px;
color: #fff;
text-align: center;
font-size: 12px;
}
.diff-panel-container___IpXsK [class^="c-blue"] ins {
color: #3061d0;
}
.diff-panel-container___IpXsK ins {
color: #2ea44f;
white-space: pre;
text-decoration: none;
}
.diff-panel-container___IpXsK ins:empty {
display: none;
}
.diff-panel-container___IpXsK ins.empty___BV3pH {
color: #fff;
background: #2ea44f;
}
.diff-panel-container-2___RYOLG {
background: none;
}
.diff-panel-container-2___RYOLG > div {
background: none;
padding-top: 0;
}
.diff-panel-container-2___RYOLG ins {
white-space: pre;
text-decoration: none;
color: white;
}
.outputColorWhite___GkiGp del {
color: white;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/code-repository/test-case-list/Debugger/index.less?modules ***!
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___chIKE {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___hT6Bl {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___xJY_u {
align-items: center;
box-align: center;
}
.flex_box_center_end___LPuxi {
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___Zs0ic {
flex-direction: column;
box-orient: block-axis;
}
.wrap___cNz2Y {
background-color: #070F19;
height: 100%;
overflow: hidden;
}
.wrap___cNz2Y div[class~='ant-spin-nested-loading'],
.wrap___cNz2Y div[class~='ant-spin-container'] {
height: 100%;
background-color: #070F19;
}
.wrap___cNz2Y .content___vkduy {
display: flex;
align-items: flex-start;
height: 100%;
overflow: hidden;
}
.wrap___cNz2Y .content___vkduy .left___yWI2E {
width: 50%;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
padding: 20px 43px 20px 18px;
border-right: 1px solid #474747;
}
.wrap___cNz2Y .content___vkduy .left___yWI2E .head___WMggN {
display: inline-flex;
align-items: center;
font-size: 14px;
cursor: pointer;
user-select: none;
}
.wrap___cNz2Y .content___vkduy .left___yWI2E .head___WMggN i {
font-size: 12px;
}
.wrap___cNz2Y .content___vkduy .left___yWI2E .expression___L8Pp3 {
margin-bottom: 25px;
}
.wrap___cNz2Y .content___vkduy .left___yWI2E .expression___L8Pp3 input {
height: 34px;
line-height: 32px;
border-radius: 2px;
border: 1px solid #2761C5;
margin-top: 20px;
background-color: #070F19;
color: #fff;
}
.wrap___cNz2Y .content___vkduy .left___yWI2E .expression___L8Pp3 input::placeholder {
color: #4D4D4D;
}
.wrap___cNz2Y .content___vkduy .left___yWI2E .expression___L8Pp3 .listWarp___ofdxE > div {
display: flex;
align-items: center;
margin-top: 15px;
}
.wrap___cNz2Y .content___vkduy .left___yWI2E .expression___L8Pp3 .listWarp___ofdxE > div span {
flex: 1 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
padding-right: 15px;
}
.wrap___cNz2Y .content___vkduy .left___yWI2E .expression___L8Pp3 .listWarp___ofdxE > div i {
font-size: 14px;
cursor: pointer;
}
.wrap___cNz2Y .content___vkduy .left___yWI2E .variable___REWA5 .list___ZGP8o {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
margin-top: 15px;
width: fit-content;
max-width: 100%;
}
.wrap___cNz2Y .content___vkduy .right___T2TG6 {
width: 50%;
height: 100%;
}
.wrap___cNz2Y .content___vkduy .right___T2TG6 .btns____y3gt {
height: 67px;
border-bottom: 1px solid #333131;
padding: 0 30px;
display: flex;
align-items: center;
}
.wrap___cNz2Y .content___vkduy .right___T2TG6 .btns____y3gt b {
cursor: pointer;
color: #0077FF;
margin-right: 30px;
font-size: 22px;
}
.wrap___cNz2Y .content___vkduy .right___T2TG6 .btns____y3gt i {
margin-left: auto;
color: #fff;
cursor: pointer;
}
.wrap___cNz2Y .content___vkduy .right___T2TG6 .disabled___yPqre b {
cursor: not-allowed;
color: #676767;
}
.wrap___cNz2Y .content___vkduy .right___T2TG6 .text___V5rxy {
font-size: 14px;
color: #FFFFFF;
margin-top: 11px;
text-align: center;
}
.wrap___cNz2Y .content___vkduy .right___T2TG6 > pre {
margin: 12px 8px;
background: #121C24;
padding: 20px;
font-size: 14px;
white-space: pre-wrap;
overflow-y: auto;
height: calc(100% - 130px);
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/code-repository/test-case-list/ModelTips/index.less?modules ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___Zogfv {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___d5jT_ {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___A9snj {
align-items: center;
box-align: center;
}
.flex_box_center_end___P8Qf8 {
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___WfGYB {
flex-direction: column;
box-orient: block-axis;
}
.box___IpQ7E {
max-height: 208px;
overflow: auto;
padding: 8px 16px;
border-bottom: 1px solid #222c34;
flex-shrink: 0;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/TestResult/index.less?modules ***!
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___Gc4dd {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___K2f1v {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___pupRp {
align-items: center;
box-align: center;
}
.flex_box_center_end___UDLRC {
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___a5uDo {
flex-direction: column;
box-orient: block-axis;
}
.result___gu5zt {
background: #070F19;
height: 100%;
display: flex;
}
.result___gu5zt .title___xrnx2 {
margin-top: 20px;
margin-bottom: 10px;
flex-shrink: 0;
}
.result___gu5zt .title___xrnx2 span {
color: #BBBCBE;
}
.result___gu5zt .left___IAxp9 {
width: 340px;
border-right: 1px solid #333131;
padding: 0 20px 10px 20px;
flex-shrink: 0;
display: flex;
flex-direction: column;
}
.result___gu5zt .left___IAxp9 .leftNode___HL8fG {
flex: 1 1;
background: #121C24;
}
.result___gu5zt .left___IAxp9 .leftNode___HL8fG textarea {
background: none;
border: none;
color: #fff;
resize: none;
height: 100%;
padding: 10px;
}
.result___gu5zt .left___IAxp9 .leftNode___HL8fG textarea::placeholder {
color: #536879 !important;
}
.result___gu5zt .right___ZXYmw {
flex: 1 1;
padding: 0 20px 10px 20px;
display: flex;
flex-direction: column;
}
.result___gu5zt .right___ZXYmw .rightNode___jYL5_ {
flex: 1 1;
overflow: auto;
position: relative;
color: #fff;
}
.result___gu5zt .right___ZXYmw .rightNode___jYL5_ .custom-spinner > div > div {
border: 4px solid #00D4F3 !important;
border-color: #00D4F3 transparent transparent transparent !important;
}
.result___gu5zt .right___ZXYmw .rightNode___jYL5_ .custom-spinner p {
color: #00D4F3 !important;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/vnc-view/index.less ***!
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.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: 100px;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/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;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/code-repository/OfficeUpload/index.less?modules ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___RAC1w {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___lOFsM {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___ugzOq {
align-items: center;
box-align: center;
}
.flex_box_center_end___Oygpk {
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___axzyr {
flex-direction: column;
box-orient: block-axis;
}
.files___kFNIo {
padding: 20px;
}
.files___kFNIo [class$='ant-upload-list-text'] {
margin-top: 10px;
}
.files___kFNIo [class^="ant-upload-list-item-container"] {
cursor: pointer;
padding: 0 2px;
}
.files___kFNIo [class^="ant-upload-list-item-container"] [class^="ant-upload-icon"] {
color: rgba(255, 255, 255, 0.45);
position: relative;
top: -2px;
}
.files___kFNIo [class^="ant-upload-list-item-container"] [class^="ant-upload-icon"] svg {
fill: rgba(255, 255, 255, 0.45);
}
.files___kFNIo [class^="ant-upload-list-item-container"]:hover {
background: none !important;
border: 1px solid #0152d9;
}
.files___kFNIo [class^="ant-upload-list-item-progress"] {
height: auto !important;
}
.files___kFNIo [class*='ant-upload-list-item-list-type-text'],
.files___kFNIo [class^="ant-upload-list-item"] {
color: #0152d9;
font-size: 18px;
height: 34px;
}
.files___kFNIo [class*='ant-upload-list-item-list-type-text'] [class^='ant-upload-list-item-card-actions'],
.files___kFNIo [class^="ant-upload-list-item"] [class^='ant-upload-list-item-card-actions'] {
top: 2px;
right: 5px;
}
.files___kFNIo [class*='ant-upload-list-item-list-type-text'] [class^='ant-upload-text-icon'] svg,
.files___kFNIo [class^="ant-upload-list-item"] [class^='ant-upload-text-icon'] svg,
.files___kFNIo [class*='ant-upload-list-item-list-type-text'] [class^="ant-btn-icon"] svg,
.files___kFNIo [class^="ant-upload-list-item"] [class^="ant-btn-icon"] svg {
font-size: 18px;
margin-top: 3px;
color: #0152d9;
}
.files___kFNIo [class*='ant-upload-list-item-list-type-text'] [class^='ant-upload-list-item-name'],
.files___kFNIo [class^="ant-upload-list-item"] [class^='ant-upload-list-item-name'] {
padding-left: 30px;
}
.files___kFNIo [class*='ant-upload-list-item-list-type-text'] [class^='ant-btn'] svg,
.files___kFNIo [class^="ant-upload-list-item"] [class^='ant-btn'] svg {
color: #fb3226;
margin-right: 5px;
font-size: 18px;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/code-repository/picture-panel/index.less ***!
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.eval-picture-panel {
position: fixed;
top: 54px;
bottom: 0;
left: 0;
overflow-y: scroll;
overflow-x: hidden;
background: rgba(0, 0, 0, 0.6);
-webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
right: 0;
z-index: 101;
}
.eval-picture-panel .picture-panel-icon {
cursor: pointer;
font-size: 16px;
color: #2E60D0;
}
.eval-picture-panel .picture-panel-icon:hover {
color: #6E90DE;
}
.eval-picture-panel h2 {
text-align: center;
color: #0152d9;
margin: 16px auto 0 auto;
}
.eval-picture-panel .output-txt {
padding: 10px;
box-shadow: 1px 6px 24px rgba(17, 28, 36, 0.2);
min-height: 400px;
height: calc(100% - 120px);
overflow-y: auto;
width: 90%;
margin: 20px auto;
box-sizing: border-box;
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
outline: none;
}
.eval-picture-panel .output-txt.html {
width: 90%;
}
.eval-picture-panel .nothing {
border: 1px dashed #333;
height: auto;
}
.eval-picture-panel img {
max-width: 100%;
display: block;
margin: 0 auto 40px auto;
width: 90%;
min-width: 300px;
}
.eval-picture-panel .img-list {
flex: 1 1 auto;
margin-right: 1%;
height: 100%;
min-height: calc(100vh - 140px);
}
.eval-picture-panel .img-list.direction {
width: 100%;
margin-right: 0;
min-height: unset;
font-weight: 400;
color: #666666;
font-size: 14px;
height: unset;
}
.eval-picture-panel .img-list.direction > h4 {
text-align: left;
padding-left: 14px;
}
.eval-picture-panel .img-list.direction img {
height: 100%;
}
.eval-picture-panel .img-list:last-child {
margin-right: 0;
}
.eval-picture-panel h4 {
font-weight: 400;
font-size: 18px;
text-align: center;
}
.eval-picture-panel .picture-body {
background: #fff;
border: 1px solid #e8e8e8;
border-radius: 10px;
box-shadow: 0 0 10px #ccc;
height: calc(100vh - 44px);
overflow: hidden;
}
.eval-picture-panel .picture-body .flex-container {
padding: 15px 20px;
overflow: auto;
height: 100%;
}
.eval-picture-panel .picture-body h3 {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #eee;
padding: 0px 15px;
text-align: center;
line-height: 70px;
height: 70px;
border-radius: 10px 10px 0px 0px;
font-size: 16px;
}
.eval-picture-panel .picture-body h3 > div:first-child {
display: flex;
justify-content: start;
}
.eval-picture-panel .picture-body h3 > div:last-child {
padding-left: 15px;
}
.eval-picture-panel .picture-body h3 .direction {
padding-left: 40px;
cursor: pointer;
color: #666;
transition: color 0.2s;
}
.eval-picture-panel .picture-body h3 .direction:hover {
color: #0152d9;
}
.eval-picture-panel .picture-body h3 .direction .iconfont.icon-zongxiang {
font-size: 12px;
}
.eval-picture-panel .picture-body h3 .direction .iconfont.icon-hengxiang {
font-size: 14px;
}
.eval-picture-panel .picture-body h3 .direction > span:last-child {
font-size: 14px;
}
.video-list {
margin: 0;
padding: 0;
display: flex;
list-style: none;
flex-flow: column nowrap;
justify-content: center;
}
.video-list li {
margin-right: 16px;
}
.video-list .video-container {
width: 100% !important;
}
.iverilogFrame {
width: 100%;
height: 100%;
border: none;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/code-repository/picture-panel/video-panel/index.less ***!
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.video-container {
position: relative;
height: 360px;
width: 640px;
overflow: hidden;
margin: 0 auto;
}
.video-container video {
position: absolute;
top: 0;
width: 100%;
height: 100%;
left: 0;
z-index: 1;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/code-repository/picture-panel/audio-panel/index.less ***!
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.audio-container audio {
margin-top: 8px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/code-repository/picture-panel/PreviewModalDragger/index.less?modules ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wrapper____kMQR {
background-color: rgba(255, 255, 255, 0.96);
border-radius: 4px;
padding: 12px;
cursor: move;
position: fixed;
top: 94px;
right: 0;
z-index: 1000;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.wrapper____kMQR .text___QBUHJ {
font-size: 14px;
color: #333333;
}
.wrapper____kMQR .icon___p_4V7 {
cursor: pointer;
font-size: 16px;
color: #2E60D0;
}
.wrapper____kMQR .icon___p_4V7:hover {
color: #6E90DE;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/RecommendModal/index.less?modules ***!
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.content_all___NzIHq {
height: 490px;
overflow-y: auto;
}
.model_title___FWjLy {
margin-top: -10px;
font-size: 15px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #000000;
}
.model_content___W0Bgk:last-child {
border-bottom: none;
}
.model_content___W0Bgk {
height: 150px;
margin: 10px auto;
padding: 10px 0;
display: flex;
border-bottom: 1px #F5F5F5 solid;
}
.model_content___W0Bgk .content_img___ioPrw {
width: 230px;
height: 130px;
border-radius: 5px;
margin-right: 20px;
}
.model_content___W0Bgk .content_list___uDEHC {
width: 600px;
height: 130px;
}
.model_content___W0Bgk .content_list___uDEHC .list_title___qBozw {
height: 25px;
line-height: 25px;
font-weight: bold;
}
.model_content___W0Bgk .content_list___uDEHC .list_neirong___pd0tt {
height: 80px;
text-overflow: ellipsis;
overflow: hidden;
color: #191919;
}
.model_content___W0Bgk .content_list___uDEHC .list_neirong___pd0tt > div {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.model_content___W0Bgk .content_list___uDEHC .list_guanka___CiqiV {
height: 15px;
line-height: 15px;
font-size: 12px;
margin-top: 5px;
text-overflow: ellipsis;
overflow: hidden;
}
.model_content___W0Bgk .content_enter___KilUK {
width: 88px;
height: 32px;
background: #3061D0;
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
border-radius: 2px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #FFFFFF;
line-height: 32px;
text-align: center;
cursor: pointer;
margin-top: 50px;
margin-left: 20px;
}
.challenges_item___soK3N {
border-right: 1px #000 solid;
padding-right: 10px;
margin-right: 10px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #666666;
}
.challenges_item___soK3N:last-child {
border-right: none;
padding-right: 0;
margin-right: 0;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/CaptureVideo/index.less?modules ***!
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___kVqBh {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___FMnNq {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___meESe {
align-items: center;
box-align: center;
}
.flex_box_center_end___KFpOb {
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___GHIK9 {
flex-direction: column;
box-orient: block-axis;
}
.video___nn_cD {
min-height: 160px;
background: white;
text-align: center;
padding: 14px;
margin-bottom: 20px;
font-size: 0;
}
.video___nn_cD span {
font-size: 16px;
text-align: center;
color: #ccc;
padding-top: 50px;
display: inline-block;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/fileList/AddFile.less?modules ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wrap___PCgOK {
padding: 0px 10px 0px 10px;
}
.wrap___PCgOK [class^="my-codemirror-container"] {
margin-bottom: 0;
}
.modal___SWmbt {
z-index: 9999;
}
.title___wQJCG {
font-size: 20px;
}
.path___YTbmg {
display: inline-block;
overflow: hidden;
line-height: 40px;
white-space: nowrap;
text-align: right;
vertical-align: middle;
color: #888888;
font-size: 16px;
}
.colorBlue___BkPK2 {
color: #0152d9;
}
.width240___U_vxr {
width: 240px;
}
.filePath___Znqj2 {
min-width: 200px;
height: 32px;
line-height: 32px;
text-align: center;
display: inline-block;
background: #dedede;
border-radius: 4px 0px 0px 4px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/fileList/UploadFile.less?modules ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wrap___e94HY {
background-color: #fff;
padding: 0px 30px 0px 30px;
}
.wrap___e94HY [class~='ant-upload-drag'] {
background: rgba(24, 144, 255, 0.04) !important;
border-radius: 4px;
border: 1px dashed #0152d9;
}
.title___cJbAy {
font-size: 20px;
}
.path___k2PhZ {
display: inline-block;
overflow: hidden;
line-height: 40px;
white-space: nowrap;
text-align: right;
vertical-align: middle;
color: #888888;
font-size: 16px;
}
.colorBlue___zWEFd {
color: #0152d9;
}