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.
6430 lines
208 KiB
6430 lines
208 KiB
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/drawer/style/index.less ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-drawer {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
pointer-events: none;
|
|
}
|
|
.ant-drawer-inline {
|
|
position: absolute;
|
|
}
|
|
.ant-drawer-mask {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
background: rgba(0, 0, 0, 0.45);
|
|
pointer-events: auto;
|
|
}
|
|
.ant-drawer-content-wrapper {
|
|
position: absolute;
|
|
z-index: 1000;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-drawer-content-wrapper-hidden {
|
|
display: none;
|
|
}
|
|
.ant-drawer-left > .ant-drawer-content-wrapper {
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
|
|
}
|
|
.ant-drawer-right > .ant-drawer-content-wrapper {
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
|
|
}
|
|
.ant-drawer-top > .ant-drawer-content-wrapper {
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
|
|
}
|
|
.ant-drawer-bottom > .ant-drawer-content-wrapper {
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
|
|
}
|
|
.ant-drawer-content {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: auto;
|
|
background: #fff;
|
|
pointer-events: auto;
|
|
}
|
|
.ant-drawer-wrapper-body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.ant-drawer-header {
|
|
display: flex;
|
|
flex: 0 1;
|
|
align-items: center;
|
|
padding: 11px 16px;
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.ant-drawer-header-title {
|
|
display: flex;
|
|
flex: 1 1;
|
|
align-items: center;
|
|
min-width: 0;
|
|
min-height: 0;
|
|
}
|
|
.ant-drawer-extra {
|
|
flex: none;
|
|
}
|
|
.ant-drawer-close {
|
|
display: inline-block;
|
|
margin-right: 12px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-weight: 700;
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
line-height: 1;
|
|
text-align: center;
|
|
text-transform: none;
|
|
text-decoration: none;
|
|
background: transparent;
|
|
border: 0;
|
|
outline: 0;
|
|
cursor: pointer;
|
|
transition: color 0.3s;
|
|
text-rendering: auto;
|
|
}
|
|
.ant-drawer-close:focus,
|
|
.ant-drawer-close:hover {
|
|
color: rgba(0, 0, 0, 0.75);
|
|
text-decoration: none;
|
|
}
|
|
.ant-drawer-title {
|
|
flex: 1 1;
|
|
margin: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-drawer-body {
|
|
flex: 1 1;
|
|
min-width: 0;
|
|
min-height: 0;
|
|
padding: 16px;
|
|
overflow: auto;
|
|
}
|
|
.ant-drawer-footer {
|
|
flex-shrink: 0;
|
|
padding: 8px 8px;
|
|
border-top: 1px solid #f0f0f0;
|
|
}
|
|
.panel-motion-enter-start,
|
|
.panel-motion-appear-start,
|
|
.panel-motion-leave-start {
|
|
transition: none;
|
|
}
|
|
.panel-motion-enter-active,
|
|
.panel-motion-appear-active,
|
|
.panel-motion-leave-active {
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-drawer-mask-motion-enter-active,
|
|
.ant-drawer-mask-motion-appear-active,
|
|
.ant-drawer-mask-motion-leave-active {
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-drawer-mask-motion-enter,
|
|
.ant-drawer-mask-motion-appear {
|
|
opacity: 0;
|
|
}
|
|
.ant-drawer-mask-motion-enter-active,
|
|
.ant-drawer-mask-motion-appear-active {
|
|
opacity: 1;
|
|
}
|
|
.ant-drawer-mask-motion-leave {
|
|
opacity: 1;
|
|
}
|
|
.ant-drawer-mask-motion-leave-active {
|
|
opacity: 0;
|
|
}
|
|
.ant-drawer-panel-motion-left-enter-start,
|
|
.ant-drawer-panel-motion-left-appear-start,
|
|
.ant-drawer-panel-motion-left-leave-start {
|
|
transition: none;
|
|
}
|
|
.ant-drawer-panel-motion-left-enter-active,
|
|
.ant-drawer-panel-motion-left-appear-active,
|
|
.ant-drawer-panel-motion-left-leave-active {
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-drawer-panel-motion-left-enter-start,
|
|
.ant-drawer-panel-motion-left-appear-start {
|
|
transform: translateX(-100%) !important;
|
|
}
|
|
.ant-drawer-panel-motion-left-enter-active,
|
|
.ant-drawer-panel-motion-left-appear-active {
|
|
transform: translateX(0);
|
|
}
|
|
.ant-drawer-panel-motion-left-leave {
|
|
transform: translateX(0);
|
|
}
|
|
.ant-drawer-panel-motion-left-leave-active {
|
|
transform: translateX(-100%);
|
|
}
|
|
.ant-drawer-panel-motion-right-enter-start,
|
|
.ant-drawer-panel-motion-right-appear-start,
|
|
.ant-drawer-panel-motion-right-leave-start {
|
|
transition: none;
|
|
}
|
|
.ant-drawer-panel-motion-right-enter-active,
|
|
.ant-drawer-panel-motion-right-appear-active,
|
|
.ant-drawer-panel-motion-right-leave-active {
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-drawer-panel-motion-right-enter-start,
|
|
.ant-drawer-panel-motion-right-appear-start {
|
|
transform: translateX(100%) !important;
|
|
}
|
|
.ant-drawer-panel-motion-right-enter-active,
|
|
.ant-drawer-panel-motion-right-appear-active {
|
|
transform: translateX(0);
|
|
}
|
|
.ant-drawer-panel-motion-right-leave {
|
|
transform: translateX(0);
|
|
}
|
|
.ant-drawer-panel-motion-right-leave-active {
|
|
transform: translateX(100%);
|
|
}
|
|
.ant-drawer-panel-motion-top-enter-start,
|
|
.ant-drawer-panel-motion-top-appear-start,
|
|
.ant-drawer-panel-motion-top-leave-start {
|
|
transition: none;
|
|
}
|
|
.ant-drawer-panel-motion-top-enter-active,
|
|
.ant-drawer-panel-motion-top-appear-active,
|
|
.ant-drawer-panel-motion-top-leave-active {
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-drawer-panel-motion-top-enter-start,
|
|
.ant-drawer-panel-motion-top-appear-start {
|
|
transform: translateY(-100%) !important;
|
|
}
|
|
.ant-drawer-panel-motion-top-enter-active,
|
|
.ant-drawer-panel-motion-top-appear-active {
|
|
transform: translateY(0);
|
|
}
|
|
.ant-drawer-panel-motion-top-leave {
|
|
transform: translateY(0);
|
|
}
|
|
.ant-drawer-panel-motion-top-leave-active {
|
|
transform: translateY(-100%);
|
|
}
|
|
.ant-drawer-panel-motion-bottom-enter-start,
|
|
.ant-drawer-panel-motion-bottom-appear-start,
|
|
.ant-drawer-panel-motion-bottom-leave-start {
|
|
transition: none;
|
|
}
|
|
.ant-drawer-panel-motion-bottom-enter-active,
|
|
.ant-drawer-panel-motion-bottom-appear-active,
|
|
.ant-drawer-panel-motion-bottom-leave-active {
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-drawer-panel-motion-bottom-enter-start,
|
|
.ant-drawer-panel-motion-bottom-appear-start {
|
|
transform: translateY(100%) !important;
|
|
}
|
|
.ant-drawer-panel-motion-bottom-enter-active,
|
|
.ant-drawer-panel-motion-bottom-appear-active {
|
|
transform: translateY(0);
|
|
}
|
|
.ant-drawer-panel-motion-bottom-leave {
|
|
transform: translateY(0);
|
|
}
|
|
.ant-drawer-panel-motion-bottom-leave-active {
|
|
transform: translateY(100%);
|
|
}
|
|
.ant-drawer-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-drawer-rtl .ant-drawer-close {
|
|
margin-right: 0;
|
|
margin-left: 12px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/index.less ***!
|
|
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.task-wrapper {
|
|
height: 100vh;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
overflow: hidden;
|
|
}
|
|
.tpi-spin {
|
|
height: 100vh !important;
|
|
position: static !important;
|
|
position: initial !important;
|
|
}
|
|
.tasks-body {
|
|
height: calc(100vh - 54px);
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.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;
|
|
}
|
|
.tasks-body .resize-x-bar.has-unity-3d {
|
|
cursor: inherit;
|
|
width: 0;
|
|
}
|
|
.tasks-body .resize-x-bar.has-unity-3d .btn-resize {
|
|
margin-left: 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 .right-panel.vnc {
|
|
justify-content: space-between;
|
|
}
|
|
.tasks-body .left-panel {
|
|
flex: 2 0 auto;
|
|
position: relative;
|
|
height: 100%;
|
|
background-color: #fafafa;
|
|
}
|
|
.tasks-body .left-panel .content-wrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: calc(100% - 45px);
|
|
}
|
|
.tasks-body .left-panel .content-wrapper [class*='wrp'] {
|
|
position: absolute !important;
|
|
}
|
|
.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;
|
|
}
|
|
.vnc-mask,
|
|
.draging-mask {
|
|
position: absolute;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
z-index: 20;
|
|
top: 0;
|
|
bottom: 51px;
|
|
width: 100%;
|
|
}
|
|
.draging-mask {
|
|
bottom: 0;
|
|
position: fixed;
|
|
}
|
|
.last-compile-output {
|
|
max-height: 167px;
|
|
overflow: auto;
|
|
}
|
|
.setting-drawer .ant-drawer-content-wrapper {
|
|
top: 54px;
|
|
bottom: 51px;
|
|
}
|
|
.setting-drawer .ant-drawer-content {
|
|
height: auto;
|
|
}
|
|
.oj .ant-drawer-content-wrapper {
|
|
top: 65px;
|
|
}
|
|
.setting-drawer .ant-drawer-body,
|
|
.oj .ant-drawer-body {
|
|
background: #031b2a;
|
|
}
|
|
.setting-drawer .ant-drawer-body,
|
|
.oj .ant-drawer-body {
|
|
padding: 0;
|
|
height: auto;
|
|
}
|
|
.setting-drawer .ant-select-selection,
|
|
.oj .ant-select-selection {
|
|
width: 120px;
|
|
background: #0a2030;
|
|
color: #597a8f;
|
|
border: 1px solid #597a8f;
|
|
}
|
|
.dir-tree {
|
|
background: #031b2a !important;
|
|
height: calc(100vh - 54px - 51px);
|
|
}
|
|
.dir-tree .ant-tree-treenode:hover::before {
|
|
background: #1890ff !important;
|
|
}
|
|
.dir-tree span {
|
|
color: #cbcbcb;
|
|
}
|
|
body:-webkit-full-screen .tasks-body {
|
|
height: 100vh !important;
|
|
}
|
|
body:-ms-fullscreen .tasks-body {
|
|
height: 100vh !important;
|
|
}
|
|
body:fullscreen .tasks-body {
|
|
height: 100vh !important;
|
|
}
|
|
body:-webkit-full-screen .left-panel, body:-webkit-full-screen .task-header-container {
|
|
display: none !important;
|
|
}
|
|
body:-ms-fullscreen .left-panel, body:-ms-fullscreen .task-header-container {
|
|
display: none !important;
|
|
}
|
|
body:fullscreen .left-panel,
|
|
body:fullscreen .task-header-container {
|
|
display: none !important;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/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;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/skeleton/style/index.less ***!
|
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-skeleton {
|
|
display: table;
|
|
width: 100%;
|
|
}
|
|
.ant-skeleton-header {
|
|
display: table-cell;
|
|
padding-right: 8px;
|
|
vertical-align: top;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
width: 28px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar-lg {
|
|
width: 32px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar-sm {
|
|
width: 22px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-content {
|
|
display: table-cell;
|
|
width: 100%;
|
|
vertical-align: top;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-title {
|
|
width: 100%;
|
|
height: 14px;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
border-radius: 2px;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
|
|
margin-top: 20px;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-paragraph {
|
|
padding: 0;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-paragraph > li {
|
|
width: 100%;
|
|
height: 14px;
|
|
list-style: none;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
border-radius: 2px;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
|
|
width: 61%;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
|
|
margin-top: 12px;
|
|
}
|
|
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
|
|
margin-top: 8px;
|
|
}
|
|
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
|
|
margin-top: 20px;
|
|
}
|
|
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
|
|
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
|
|
border-radius: 100px;
|
|
}
|
|
.ant-skeleton-active .ant-skeleton-title,
|
|
.ant-skeleton-active .ant-skeleton-paragraph > li,
|
|
.ant-skeleton-active .ant-skeleton-avatar,
|
|
.ant-skeleton-active .ant-skeleton-button,
|
|
.ant-skeleton-active .ant-skeleton-input,
|
|
.ant-skeleton-active .ant-skeleton-image {
|
|
position: relative;
|
|
/* stylelint-disable-next-line property-no-vendor-prefix,value-no-vendor-prefix */
|
|
z-index: 0;
|
|
overflow: hidden;
|
|
background: transparent;
|
|
}
|
|
.ant-skeleton-active .ant-skeleton-title::after,
|
|
.ant-skeleton-active .ant-skeleton-paragraph > li::after,
|
|
.ant-skeleton-active .ant-skeleton-avatar::after,
|
|
.ant-skeleton-active .ant-skeleton-button::after,
|
|
.ant-skeleton-active .ant-skeleton-input::after,
|
|
.ant-skeleton-active .ant-skeleton-image::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: -150%;
|
|
bottom: 0;
|
|
left: -150%;
|
|
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
|
|
animation: ant-skeleton-loading 1.4s ease infinite;
|
|
content: '';
|
|
}
|
|
.ant-skeleton.ant-skeleton-block {
|
|
width: 100%;
|
|
}
|
|
.ant-skeleton.ant-skeleton-block .ant-skeleton-button {
|
|
width: 100%;
|
|
}
|
|
.ant-skeleton.ant-skeleton-block .ant-skeleton-input {
|
|
width: 100%;
|
|
}
|
|
.ant-skeleton-element {
|
|
display: inline-block;
|
|
width: auto;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
border-radius: 2px;
|
|
width: 56px;
|
|
min-width: 56px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-square {
|
|
width: 28px;
|
|
min-width: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
|
|
width: 28px;
|
|
min-width: 28px;
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
|
|
border-radius: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-lg {
|
|
width: 64px;
|
|
min-width: 64px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-square {
|
|
width: 32px;
|
|
min-width: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
|
|
width: 32px;
|
|
min-width: 32px;
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
|
|
border-radius: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-sm {
|
|
width: 44px;
|
|
min-width: 44px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-square {
|
|
width: 22px;
|
|
min-width: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
|
|
width: 22px;
|
|
min-width: 22px;
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
|
|
border-radius: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
width: 28px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar-lg {
|
|
width: 32px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar-sm {
|
|
width: 22px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-input {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
width: 140px;
|
|
min-width: 140px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-input-lg {
|
|
width: 160px;
|
|
min-width: 160px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-input-sm {
|
|
width: 110px;
|
|
min-width: 110px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
vertical-align: top;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
width: 96px;
|
|
height: 96px;
|
|
line-height: 96px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image-path {
|
|
fill: #bfbfbf;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image-svg {
|
|
width: 48px;
|
|
height: 48px;
|
|
line-height: 48px;
|
|
max-width: 192px;
|
|
max-height: 192px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
|
|
border-radius: 50%;
|
|
}
|
|
@keyframes ant-skeleton-loading {
|
|
0% {
|
|
transform: translateX(-37.5%);
|
|
}
|
|
100% {
|
|
transform: translateX(37.5%);
|
|
}
|
|
}
|
|
.ant-skeleton-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-skeleton-rtl .ant-skeleton-header {
|
|
padding-right: 0;
|
|
padding-left: 16px;
|
|
}
|
|
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
|
|
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
|
|
animation-name: ant-skeleton-loading-rtl;
|
|
}
|
|
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
|
|
animation-name: ant-skeleton-loading-rtl;
|
|
}
|
|
@keyframes ant-skeleton-loading-rtl {
|
|
0% {
|
|
background-position: 0% 50%;
|
|
}
|
|
100% {
|
|
background-position: 100% 50%;
|
|
}
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/PreviewAll/index.less?modules ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.wrp___dq7YK {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 108;
|
|
}
|
|
.wrp___dq7YK.bgBlack___ARIUV {
|
|
background: rgba(0, 0, 0, 0.5);
|
|
}
|
|
.wrp___dq7YK img,
|
|
.wrp___dq7YK video {
|
|
max-width: 100%;
|
|
max-height: 80%;
|
|
text-align: center;
|
|
}
|
|
.wrp___dq7YK iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
background: #fff;
|
|
border: none;
|
|
}
|
|
.monaco___VnZC3 {
|
|
position: absolute;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
.darkBlue___UprA9 * {
|
|
font-size: 14px;
|
|
}
|
|
.darkBlue___UprA9 [class~='margin'],
|
|
.darkBlue___UprA9 [class~='monaco-editor-background'] {
|
|
background: #0a0e2d !important;
|
|
}
|
|
.darkBlue___UprA9 [class~='line-numbers'] {
|
|
color: white !important;
|
|
}
|
|
.close___LKoWu {
|
|
position: absolute;
|
|
right: 40px;
|
|
top: 40px;
|
|
z-index: 10;
|
|
display: flex;
|
|
}
|
|
.close___LKoWu > span {
|
|
background: #4a4a4a;
|
|
color: #fff;
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 4px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
margin-left: 10px;
|
|
}
|
|
.embed___hvpEJ {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./src/components/monaco-editor/index.css ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************/
|
|
.my-monaco-editor div,
|
|
.my-diff-editor div {
|
|
font-size: inherit;
|
|
}
|
|
.my-error-line-wrp{
|
|
width: calc(100% - 20px ) !important;
|
|
background: rgba(245, 0, 0 ,0.2) !important;
|
|
height: auto !important;
|
|
color: rgba(245, 0, 0, 1);
|
|
}
|
|
|
|
|
|
.noCopyPaste .quick-input-widget{
|
|
display: none !important;
|
|
}
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/index.less ***!
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.hide {
|
|
display: none;
|
|
}
|
|
.unity-3d-container {
|
|
width: 100%;
|
|
height: 354px;
|
|
position: relative;
|
|
}
|
|
.unity-3d-container .unity3d-panel {
|
|
border: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0px;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 2;
|
|
background: #fff;
|
|
}
|
|
.unity-3d-container.enlarge .unity3d-panel {
|
|
position: fixed;
|
|
z-index: 1000;
|
|
}
|
|
.tab-panel-body {
|
|
padding: 16px;
|
|
}
|
|
.scroll-margin-top *[id] {
|
|
scroll-margin-top: 100px;
|
|
}
|
|
.tab-nav {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
padding: 0;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
.tab-nav.tab-fixed {
|
|
position: absolute;
|
|
top: 45px;
|
|
z-index: 10;
|
|
background: #fff;
|
|
left: 0;
|
|
width: 100%;
|
|
}
|
|
.tab-nav a {
|
|
color: #05101a;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
}
|
|
.tab-nav 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 li {
|
|
flex: 1 1 auto;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
overflow: hidden;
|
|
text-align: center;
|
|
}
|
|
.tab-nav li.active {
|
|
border-bottom: 2px solid #0152d9;
|
|
}
|
|
.btn-enlarge {
|
|
position: absolute;
|
|
top: 4px;
|
|
right: 10px;
|
|
z-index: 3;
|
|
color: #0152d9;
|
|
}
|
|
.btn-enlarge.enlarge {
|
|
position: fixed;
|
|
z-index: 1003;
|
|
}
|
|
.tab-panel-body {
|
|
overflow-y: auto;
|
|
flex: 1 1;
|
|
}
|
|
.has-unity-3d .content-wrapper {
|
|
height: calc(100vh - 151px);
|
|
overflow-y: auto;
|
|
}
|
|
.has-unity-3d .content-wrapper .comment-input-editor-container {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
left: 0;
|
|
}
|
|
.has-unity-3d .tab-panel-body {
|
|
min-height: calc(100vh - 544px);
|
|
height: auto;
|
|
}
|
|
.answer-tip p {
|
|
text-align: center;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/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;
|
|
bottom: 0;
|
|
}
|
|
.task-drawer .ant-drawer-content {
|
|
background: transparent;
|
|
}
|
|
.task-drawer .ant-drawer-body {
|
|
background: #111c24;
|
|
padding: 0;
|
|
margin-bottom: 54px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/rate/style/index.less ***!
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-rate {
|
|
box-sizing: border-box;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
font-feature-settings: tnum, "tnum";
|
|
display: inline-block;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #fadb14;
|
|
font-size: 16px;
|
|
line-height: inherit;
|
|
list-style: none;
|
|
outline: none;
|
|
}
|
|
.ant-rate-disabled .ant-rate-star {
|
|
cursor: default;
|
|
}
|
|
.ant-rate-disabled .ant-rate-star > div:hover {
|
|
transform: scale(1);
|
|
}
|
|
.ant-rate-star {
|
|
position: relative;
|
|
display: inline-block;
|
|
color: inherit;
|
|
cursor: pointer;
|
|
}
|
|
.ant-rate-star:not(:last-child) {
|
|
margin-right: 8px;
|
|
}
|
|
.ant-rate-star > div {
|
|
transition: all 0.3s, outline 0s;
|
|
}
|
|
.ant-rate-star > div:hover {
|
|
transform: scale(1.1);
|
|
}
|
|
.ant-rate-star > div:focus {
|
|
outline: 0;
|
|
}
|
|
.ant-rate-star > div:focus-visible {
|
|
outline: 1px dashed #fadb14;
|
|
transform: scale(1.1);
|
|
}
|
|
.ant-rate-star-first,
|
|
.ant-rate-star-second {
|
|
color: #f0f0f0;
|
|
transition: all 0.3s;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-rate-star-first .anticon,
|
|
.ant-rate-star-second .anticon {
|
|
vertical-align: middle;
|
|
}
|
|
.ant-rate-star-first {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 50%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
opacity: 0;
|
|
}
|
|
.ant-rate-star-half .ant-rate-star-first,
|
|
.ant-rate-star-half .ant-rate-star-second {
|
|
opacity: 1;
|
|
}
|
|
.ant-rate-star-half .ant-rate-star-first,
|
|
.ant-rate-star-full .ant-rate-star-second {
|
|
color: inherit;
|
|
}
|
|
.ant-rate-text {
|
|
display: inline-block;
|
|
margin: 0 8px;
|
|
font-size: 12px;
|
|
}
|
|
.ant-rate-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-rate-rtl .ant-rate-star:not(:last-child) {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-rate-rtl .ant-rate-star-first {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/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;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/left-panel/task-path-list/index.less?modules ***!
|
|
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
div.tree___LyfjL {
|
|
background: none;
|
|
color: #fff;
|
|
}
|
|
div.tree___LyfjL i {
|
|
font-style: normal;
|
|
}
|
|
div.tree___LyfjL [class~='ant-tree-treenode'] {
|
|
padding: 4px 0;
|
|
margin: 4px 0;
|
|
font-size: 14px;
|
|
}
|
|
div.tree___LyfjL [class~='ant-tree-treenode'] [class~='ant-tree-switcher_open'] [class~='icon-you1'] {
|
|
left: -1px;
|
|
}
|
|
div.tree___LyfjL [class~='ant-tree-treenode'] [class~='ant-tree-iconEle'] {
|
|
display: none;
|
|
}
|
|
div.tree___LyfjL [class~='ant-tree-treenode'] [class~='ant-tree-title'] {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|
|
div.tree___LyfjL [class~='ant-tree-treenode'] [class~='ant-tree-title'] [class~='iconfont'] {
|
|
margin-right: 8px;
|
|
}
|
|
div.tree___LyfjL [class~='ant-tree-treenode'] [class~='ant-tree-title'] [class~='icon-tasks-img'] {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 5px;
|
|
font-size: 0;
|
|
}
|
|
div.tree___LyfjL [class~='ant-tree-treenode']:hover::before {
|
|
background: #0152d9 !important;
|
|
}
|
|
div.tree___LyfjL [class~='ant-tree-treenode']:hover * {
|
|
color: #fff;
|
|
}
|
|
div.tree___LyfjL [class~='ant-tree-treenode-selected']::before {
|
|
visibility: hidden;
|
|
}
|
|
div.tree___LyfjL [class~='ant-tree-treenode-selected'] [class~='ant-tree-title'] {
|
|
color: #0152d9;
|
|
}
|
|
div.tree___LyfjL [class~='ant-tree-switcher_open'] {
|
|
transform: rotate(90deg);
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/discuss/index.less ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.pagination-container {
|
|
padding: 12px 0 0;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Spinner/index.less?modules ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.ldsRing___mpBZC {
|
|
position: relative;
|
|
width: 40px;
|
|
height: 40px;
|
|
margin: 0 auto;
|
|
}
|
|
.idsRingWrapper___Of9_n {
|
|
position: absolute;
|
|
z-index: 1000;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
}
|
|
.idsRingWrapper___Of9_n p {
|
|
text-align: center;
|
|
margin-top: 12px;
|
|
}
|
|
.ldsRing___mpBZC div {
|
|
box-sizing: border-box;
|
|
display: block;
|
|
position: absolute;
|
|
width: 32px;
|
|
height: 32px;
|
|
margin: 4px;
|
|
border: 4px solid #1976d2;
|
|
border-radius: 50%;
|
|
animation: ldsring___o0w2t 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
|
|
border-color: #1976d2 transparent transparent transparent;
|
|
}
|
|
.ldsRing___mpBZC div:nth-child(1) {
|
|
animation-delay: -0.45s;
|
|
}
|
|
.ldsRing___mpBZC div:nth-child(2) {
|
|
animation-delay: -0.3s;
|
|
}
|
|
.ldsRing___mpBZC div:nth-child(3) {
|
|
animation-delay: -0.15s;
|
|
}
|
|
@keyframes ldsring___o0w2t {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/popover/style/index.less ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-popover {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1030;
|
|
font-weight: normal;
|
|
white-space: normal;
|
|
text-align: left;
|
|
cursor: auto;
|
|
-webkit-user-select: text;
|
|
-moz-user-select: text;
|
|
-ms-user-select: text;
|
|
user-select: text;
|
|
}
|
|
.ant-popover-content {
|
|
position: relative;
|
|
}
|
|
.ant-popover::after {
|
|
position: absolute;
|
|
background: rgba(255, 255, 255, 0.01);
|
|
content: '';
|
|
}
|
|
.ant-popover-hidden {
|
|
display: none;
|
|
}
|
|
.ant-popover-placement-top,
|
|
.ant-popover-placement-topLeft,
|
|
.ant-popover-placement-topRight {
|
|
padding-bottom: 15.3137085px;
|
|
}
|
|
.ant-popover-placement-right,
|
|
.ant-popover-placement-rightTop,
|
|
.ant-popover-placement-rightBottom {
|
|
padding-left: 15.3137085px;
|
|
}
|
|
.ant-popover-placement-bottom,
|
|
.ant-popover-placement-bottomLeft,
|
|
.ant-popover-placement-bottomRight {
|
|
padding-top: 15.3137085px;
|
|
}
|
|
.ant-popover-placement-left,
|
|
.ant-popover-placement-leftTop,
|
|
.ant-popover-placement-leftBottom {
|
|
padding-right: 15.3137085px;
|
|
}
|
|
.ant-popover-inner {
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border-radius: 2px;
|
|
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
}
|
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
.ant-popover {
|
|
/* IE10+ */
|
|
}
|
|
.ant-popover-inner {
|
|
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
}
|
|
}
|
|
.ant-popover-title {
|
|
min-width: 177px;
|
|
min-height: 28px;
|
|
margin: 0;
|
|
padding: 5px 12px 4px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 500;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.ant-popover-inner-content {
|
|
padding: 8px 12px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-popover-message {
|
|
display: flex;
|
|
padding: 4px 0 12px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
}
|
|
.ant-popover-message-icon {
|
|
display: inline-block;
|
|
margin-right: 8px;
|
|
color: #faad14;
|
|
font-size: 12px;
|
|
}
|
|
.ant-popover-buttons {
|
|
margin-bottom: 4px;
|
|
text-align: right;
|
|
}
|
|
.ant-popover-buttons button:not(:first-child) {
|
|
margin-left: 8px;
|
|
}
|
|
.ant-popover-arrow {
|
|
position: absolute;
|
|
display: block;
|
|
width: 22px;
|
|
height: 22px;
|
|
overflow: hidden;
|
|
background: transparent;
|
|
pointer-events: none;
|
|
}
|
|
.ant-popover-arrow-content {
|
|
--antd-arrow-background-color: #fff;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
display: block;
|
|
width: 11.3137085px;
|
|
height: 11.3137085px;
|
|
margin: auto;
|
|
content: '';
|
|
pointer-events: auto;
|
|
border-radius: 0 0 2px;
|
|
pointer-events: none;
|
|
}
|
|
.ant-popover-arrow-content::before {
|
|
position: absolute;
|
|
top: -11.3137085px;
|
|
left: -11.3137085px;
|
|
width: 33.9411255px;
|
|
height: 33.9411255px;
|
|
background: var(--antd-arrow-background-color);
|
|
background-repeat: no-repeat;
|
|
background-position: -10px -10px;
|
|
content: '';
|
|
-webkit-clip-path: inset(33% 33%);
|
|
clip-path: inset(33% 33%);
|
|
-webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
|
}
|
|
.ant-popover-placement-top .ant-popover-arrow,
|
|
.ant-popover-placement-topLeft .ant-popover-arrow,
|
|
.ant-popover-placement-topRight .ant-popover-arrow {
|
|
bottom: 0;
|
|
transform: translateY(100%);
|
|
}
|
|
.ant-popover-placement-top .ant-popover-arrow-content,
|
|
.ant-popover-placement-topLeft .ant-popover-arrow-content,
|
|
.ant-popover-placement-topRight .ant-popover-arrow-content {
|
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
transform: translateY(-11px) rotate(45deg);
|
|
}
|
|
.ant-popover-placement-top .ant-popover-arrow {
|
|
left: 50%;
|
|
transform: translateY(100%) translateX(-50%);
|
|
}
|
|
.ant-popover-placement-topLeft .ant-popover-arrow {
|
|
left: 16px;
|
|
}
|
|
.ant-popover-placement-topRight .ant-popover-arrow {
|
|
right: 16px;
|
|
}
|
|
.ant-popover-placement-right .ant-popover-arrow,
|
|
.ant-popover-placement-rightTop .ant-popover-arrow,
|
|
.ant-popover-placement-rightBottom .ant-popover-arrow {
|
|
left: 0;
|
|
transform: translateX(-100%);
|
|
}
|
|
.ant-popover-placement-right .ant-popover-arrow-content,
|
|
.ant-popover-placement-rightTop .ant-popover-arrow-content,
|
|
.ant-popover-placement-rightBottom .ant-popover-arrow-content {
|
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
transform: translateX(11px) rotate(135deg);
|
|
}
|
|
.ant-popover-placement-right .ant-popover-arrow {
|
|
top: 50%;
|
|
transform: translateX(-100%) translateY(-50%);
|
|
}
|
|
.ant-popover-placement-rightTop .ant-popover-arrow {
|
|
top: 12px;
|
|
}
|
|
.ant-popover-placement-rightBottom .ant-popover-arrow {
|
|
bottom: 12px;
|
|
}
|
|
.ant-popover-placement-bottom .ant-popover-arrow,
|
|
.ant-popover-placement-bottomLeft .ant-popover-arrow,
|
|
.ant-popover-placement-bottomRight .ant-popover-arrow {
|
|
top: 0;
|
|
transform: translateY(-100%);
|
|
}
|
|
.ant-popover-placement-bottom .ant-popover-arrow-content,
|
|
.ant-popover-placement-bottomLeft .ant-popover-arrow-content,
|
|
.ant-popover-placement-bottomRight .ant-popover-arrow-content {
|
|
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
|
|
transform: translateY(11px) rotate(-135deg);
|
|
}
|
|
.ant-popover-placement-bottom .ant-popover-arrow {
|
|
left: 50%;
|
|
transform: translateY(-100%) translateX(-50%);
|
|
}
|
|
.ant-popover-placement-bottomLeft .ant-popover-arrow {
|
|
left: 16px;
|
|
}
|
|
.ant-popover-placement-bottomRight .ant-popover-arrow {
|
|
right: 16px;
|
|
}
|
|
.ant-popover-placement-left .ant-popover-arrow,
|
|
.ant-popover-placement-leftTop .ant-popover-arrow,
|
|
.ant-popover-placement-leftBottom .ant-popover-arrow {
|
|
right: 0;
|
|
transform: translateX(100%);
|
|
}
|
|
.ant-popover-placement-left .ant-popover-arrow-content,
|
|
.ant-popover-placement-leftTop .ant-popover-arrow-content,
|
|
.ant-popover-placement-leftBottom .ant-popover-arrow-content {
|
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
transform: translateX(-11px) rotate(-45deg);
|
|
}
|
|
.ant-popover-placement-left .ant-popover-arrow {
|
|
top: 50%;
|
|
transform: translateX(100%) translateY(-50%);
|
|
}
|
|
.ant-popover-placement-leftTop .ant-popover-arrow {
|
|
top: 12px;
|
|
}
|
|
.ant-popover-placement-leftBottom .ant-popover-arrow {
|
|
bottom: 12px;
|
|
}
|
|
.ant-popover-pink .ant-popover-inner {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-popover-pink .ant-popover-arrow-content {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-popover-magenta .ant-popover-inner {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-popover-magenta .ant-popover-arrow-content {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-popover-red .ant-popover-inner {
|
|
background-color: #f5222d;
|
|
}
|
|
.ant-popover-red .ant-popover-arrow-content {
|
|
background-color: #f5222d;
|
|
}
|
|
.ant-popover-volcano .ant-popover-inner {
|
|
background-color: #fa541c;
|
|
}
|
|
.ant-popover-volcano .ant-popover-arrow-content {
|
|
background-color: #fa541c;
|
|
}
|
|
.ant-popover-orange .ant-popover-inner {
|
|
background-color: #fa8c16;
|
|
}
|
|
.ant-popover-orange .ant-popover-arrow-content {
|
|
background-color: #fa8c16;
|
|
}
|
|
.ant-popover-yellow .ant-popover-inner {
|
|
background-color: #fadb14;
|
|
}
|
|
.ant-popover-yellow .ant-popover-arrow-content {
|
|
background-color: #fadb14;
|
|
}
|
|
.ant-popover-gold .ant-popover-inner {
|
|
background-color: #faad14;
|
|
}
|
|
.ant-popover-gold .ant-popover-arrow-content {
|
|
background-color: #faad14;
|
|
}
|
|
.ant-popover-cyan .ant-popover-inner {
|
|
background-color: #13c2c2;
|
|
}
|
|
.ant-popover-cyan .ant-popover-arrow-content {
|
|
background-color: #13c2c2;
|
|
}
|
|
.ant-popover-lime .ant-popover-inner {
|
|
background-color: #a0d911;
|
|
}
|
|
.ant-popover-lime .ant-popover-arrow-content {
|
|
background-color: #a0d911;
|
|
}
|
|
.ant-popover-green .ant-popover-inner {
|
|
background-color: #52c41a;
|
|
}
|
|
.ant-popover-green .ant-popover-arrow-content {
|
|
background-color: #52c41a;
|
|
}
|
|
.ant-popover-blue .ant-popover-inner {
|
|
background-color: #1890ff;
|
|
}
|
|
.ant-popover-blue .ant-popover-arrow-content {
|
|
background-color: #1890ff;
|
|
}
|
|
.ant-popover-geekblue .ant-popover-inner {
|
|
background-color: #2f54eb;
|
|
}
|
|
.ant-popover-geekblue .ant-popover-arrow-content {
|
|
background-color: #2f54eb;
|
|
}
|
|
.ant-popover-purple .ant-popover-inner {
|
|
background-color: #722ed1;
|
|
}
|
|
.ant-popover-purple .ant-popover-arrow-content {
|
|
background-color: #722ed1;
|
|
}
|
|
.ant-popover-rtl {
|
|
direction: rtl;
|
|
text-align: right;
|
|
}
|
|
.ant-popover-rtl .ant-popover-message-icon {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-popover-rtl .ant-popover-message-title {
|
|
padding-left: 8px;
|
|
}
|
|
.ant-popover-rtl .ant-popover-buttons {
|
|
text-align: left;
|
|
}
|
|
.ant-popover-rtl .ant-popover-buttons button {
|
|
margin-right: 8px;
|
|
margin-left: 0;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/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: -webkit-fit-content;
|
|
width: -moz-fit-content;
|
|
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: -webkit-fit-content;
|
|
width: -moz-fit-content;
|
|
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;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/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;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/markdown-editor/index.less ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.markdown-editor-wrapper {
|
|
position: relative;
|
|
}
|
|
.markdown-editor-body {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
width: 100%;
|
|
height: calc(100% - 38px);
|
|
align-items: center;
|
|
}
|
|
.markdown-editor-body .codemirror-container {
|
|
flex: 1 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.markdown-editor-body .CodeMirror-wrap {
|
|
padding-bottom: 15px;
|
|
}
|
|
.markdown-editor-body .preview-container {
|
|
flex: 1 0;
|
|
height: 100%;
|
|
margin: 10px 0px;
|
|
padding: 8px 8px 50px 8px;
|
|
background: #fff;
|
|
overflow-y: auto;
|
|
box-sizing: border-box;
|
|
border-left: 1px solid #ccc;
|
|
word-wrap: break-word;
|
|
word-break: break-word;
|
|
white-space: normal;
|
|
font-size: 16px;
|
|
}
|
|
.markdown-editor-container {
|
|
border: 1px solid #ccc;
|
|
overflow: hidden;
|
|
border-radius: 4px;
|
|
margin-bottom: 12px;
|
|
font-size: 16px;
|
|
}
|
|
.markdown-editor-container.full-screen {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
height: 100vh !important;
|
|
z-index: 100;
|
|
}
|
|
.markdown-editor-container.full-screen .preview-container > div {
|
|
padding-bottom: 180px !important;
|
|
}
|
|
.markdown-editor-container.full-screen .CodeMirror-sizer > div {
|
|
margin-bottom: 90px;
|
|
}
|
|
.markdown-editor-container.on-preview .codemirror-container,
|
|
.markdown-editor-container.on-preview .preview-container {
|
|
width: 50%;
|
|
}
|
|
.mini .markdown-editor-body {
|
|
height: calc(100% - 28px);
|
|
}
|
|
.flex-end {
|
|
justify-content: flex-end;
|
|
}
|
|
.my-codemirror-container {
|
|
border: 1px solid #ccc;
|
|
width: 100%;
|
|
margin-bottom: 24px;
|
|
}
|
|
.markdown-tip {
|
|
color: #cdcdcd;
|
|
font-size: 12px;
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: -28px;
|
|
margin-bottom: 7px;
|
|
}
|
|
/* PADDING */
|
|
.CodeMirror-lines {
|
|
padding: 4px 0;
|
|
/* Vertical padding around content */
|
|
}
|
|
.CodeMirror pre.CodeMirror-line,
|
|
.CodeMirror pre.CodeMirror-line-like {
|
|
padding: 0 4px;
|
|
/* Horizontal padding of content */
|
|
}
|
|
.CodeMirror-scrollbar-filler,
|
|
.CodeMirror-gutter-filler {
|
|
background-color: white;
|
|
/* The little square between H and V scrollbars */
|
|
}
|
|
/* GUTTER */
|
|
.CodeMirror-gutters {
|
|
border-right: 1px solid #ddd;
|
|
background-color: #f7f7f7;
|
|
white-space: nowrap;
|
|
}
|
|
.CodeMirror-linenumber {
|
|
padding: 0 3px 0 5px;
|
|
min-width: 20px;
|
|
text-align: right;
|
|
color: #999;
|
|
white-space: nowrap;
|
|
}
|
|
.CodeMirror-guttermarker {
|
|
color: black;
|
|
}
|
|
.CodeMirror-guttermarker-subtle {
|
|
color: #999;
|
|
}
|
|
/* CURSOR */
|
|
.CodeMirror-cursor {
|
|
border-left: 1px solid black;
|
|
border-right: none;
|
|
width: 0;
|
|
}
|
|
/* Shown when moving in bi-directional text */
|
|
.CodeMirror div.CodeMirror-secondarycursor {
|
|
border-left: 1px solid silver;
|
|
}
|
|
.cm-fat-cursor .CodeMirror-cursor {
|
|
width: auto;
|
|
border: 0 !important;
|
|
background: #7e7;
|
|
}
|
|
.cm-fat-cursor div.CodeMirror-cursors {
|
|
z-index: 1;
|
|
}
|
|
.cm-fat-cursor-mark {
|
|
background-color: rgba(20, 255, 20, 0.5);
|
|
animation: blink 1.06s steps(1) infinite;
|
|
}
|
|
.cm-animate-fat-cursor {
|
|
width: auto;
|
|
border: 0;
|
|
animation: blink 1.06s steps(1) infinite;
|
|
background-color: #7e7;
|
|
}
|
|
@keyframes blink {
|
|
50% {
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
.cm-tab {
|
|
display: inline-block;
|
|
text-decoration: inherit;
|
|
}
|
|
.CodeMirror-rulers {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: -50px;
|
|
bottom: 0;
|
|
overflow: hidden;
|
|
}
|
|
.CodeMirror-ruler {
|
|
border-left: 1px solid #ccc;
|
|
top: 0;
|
|
bottom: 0;
|
|
position: absolute;
|
|
}
|
|
/* DEFAULT THEME */
|
|
.cm-s-default .cm-header {
|
|
color: blue;
|
|
}
|
|
.cm-s-default .cm-quote {
|
|
color: #090;
|
|
}
|
|
.cm-negative {
|
|
color: #d44;
|
|
}
|
|
.cm-positive {
|
|
color: #292;
|
|
}
|
|
.cm-header,
|
|
.cm-strong {
|
|
font-weight: bold;
|
|
}
|
|
.cm-em {
|
|
font-style: italic;
|
|
}
|
|
.cm-link {
|
|
text-decoration: underline;
|
|
}
|
|
.cm-strikethrough {
|
|
text-decoration: line-through;
|
|
}
|
|
.cm-s-default .cm-keyword {
|
|
color: #708;
|
|
}
|
|
.cm-s-default .cm-atom {
|
|
color: #219;
|
|
}
|
|
.cm-s-default .cm-number {
|
|
color: #164;
|
|
}
|
|
.cm-s-default .cm-def {
|
|
color: #00f;
|
|
}
|
|
.cm-s-default .cm-variable-2 {
|
|
color: #05a;
|
|
}
|
|
.cm-s-default .cm-variable-3,
|
|
.cm-s-default .cm-type {
|
|
color: #085;
|
|
}
|
|
.cm-s-default .cm-comment {
|
|
color: #a50;
|
|
}
|
|
.cm-s-default .cm-string {
|
|
color: #a11;
|
|
}
|
|
.cm-s-default .cm-string-2 {
|
|
color: #f50;
|
|
}
|
|
.cm-s-default .cm-meta {
|
|
color: #555;
|
|
}
|
|
.cm-s-default .cm-qualifier {
|
|
color: #555;
|
|
}
|
|
.cm-s-default .cm-builtin {
|
|
color: #30a;
|
|
}
|
|
.cm-s-default .cm-bracket {
|
|
color: #997;
|
|
}
|
|
.cm-s-default .cm-tag {
|
|
color: #170;
|
|
}
|
|
.cm-s-default .cm-attribute {
|
|
color: #00c;
|
|
}
|
|
.cm-s-default .cm-hr {
|
|
color: #999;
|
|
}
|
|
.cm-s-default .cm-link {
|
|
color: #00c;
|
|
}
|
|
.cm-s-default .cm-error {
|
|
color: #f00;
|
|
}
|
|
.cm-invalidchar {
|
|
color: #f00;
|
|
}
|
|
.CodeMirror-composing {
|
|
border-bottom: 2px solid;
|
|
}
|
|
/* Default styles for common addons */
|
|
div.CodeMirror span.CodeMirror-matchingbracket {
|
|
color: #0b0;
|
|
}
|
|
div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
color: #a22;
|
|
}
|
|
.CodeMirror-matchingtag {
|
|
background: rgba(255, 150, 0, 0.3);
|
|
}
|
|
.CodeMirror-activeline-background {
|
|
background: #e8f2ff;
|
|
}
|
|
/* STOP */
|
|
/* The rest of this file contains styles related to the mechanics of
|
|
the editor. You probably shouldn't touch them. */
|
|
.CodeMirror {
|
|
position: relative;
|
|
overflow: hidden;
|
|
background: white;
|
|
}
|
|
.CodeMirror-scroll {
|
|
overflow: scroll !important;
|
|
/* Things will break if this is overridden */
|
|
/* 50px is the magic margin used to hide the element's real scrollbars */
|
|
/* See overflow: hidden in .CodeMirror */
|
|
margin-bottom: -50px;
|
|
margin-right: -50px;
|
|
padding-bottom: 50px;
|
|
height: 100%;
|
|
outline: none;
|
|
/* Prevent dragging from highlighting the element */
|
|
position: relative;
|
|
}
|
|
.CodeMirror-sizer {
|
|
position: relative;
|
|
border-right: 50px solid transparent;
|
|
}
|
|
/* The fake, visible scrollbars. Used to force redraw during scrolling
|
|
before actual scrolling happens, thus preventing shaking and
|
|
flickering artifacts. */
|
|
.CodeMirror-vscrollbar,
|
|
.CodeMirror-hscrollbar,
|
|
.CodeMirror-scrollbar-filler,
|
|
.CodeMirror-gutter-filler {
|
|
position: absolute;
|
|
z-index: 6;
|
|
display: none;
|
|
}
|
|
.CodeMirror-vscrollbar {
|
|
right: 0;
|
|
top: 0;
|
|
overflow-x: hidden;
|
|
overflow-y: scroll;
|
|
}
|
|
.CodeMirror-hscrollbar {
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow-y: hidden;
|
|
overflow-x: scroll;
|
|
}
|
|
.CodeMirror-scrollbar-filler {
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
.CodeMirror-gutter-filler {
|
|
left: 0;
|
|
bottom: 0;
|
|
}
|
|
.CodeMirror-gutters {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
min-height: 100%;
|
|
z-index: 3;
|
|
}
|
|
.CodeMirror-gutter {
|
|
white-space: normal;
|
|
height: 100%;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin-bottom: -50px;
|
|
}
|
|
.CodeMirror-gutter-wrapper {
|
|
position: absolute;
|
|
z-index: 4;
|
|
background: none !important;
|
|
border: none !important;
|
|
}
|
|
.CodeMirror-gutter-background {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 4;
|
|
}
|
|
.CodeMirror-gutter-elt {
|
|
position: absolute;
|
|
cursor: default;
|
|
z-index: 4;
|
|
}
|
|
.CodeMirror-gutter-wrapper ::selection {
|
|
background-color: transparent;
|
|
}
|
|
.CodeMirror-gutter-wrapper ::-moz-selection {
|
|
background-color: transparent;
|
|
}
|
|
.CodeMirror-lines {
|
|
cursor: text;
|
|
min-height: 1px;
|
|
/* prevents collapsing before first draw */
|
|
}
|
|
.CodeMirror pre.CodeMirror-line,
|
|
.CodeMirror pre.CodeMirror-line-like {
|
|
/* Reset some styles that the rest of the page might have set */
|
|
border-radius: 0;
|
|
border-width: 0;
|
|
background: transparent;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
margin: 0;
|
|
white-space: pre;
|
|
word-wrap: normal;
|
|
line-height: inherit;
|
|
color: inherit;
|
|
z-index: 2;
|
|
position: relative;
|
|
overflow: visible;
|
|
-webkit-tap-highlight-color: transparent;
|
|
-webkit-font-variant-ligatures: contextual;
|
|
font-feature-settings: "calt";
|
|
font-variant-ligatures: contextual;
|
|
}
|
|
.CodeMirror-wrap pre.CodeMirror-line,
|
|
.CodeMirror-wrap pre.CodeMirror-line-like {
|
|
word-wrap: break-word;
|
|
white-space: pre-wrap;
|
|
word-break: normal;
|
|
}
|
|
.CodeMirror-linebackground {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 0;
|
|
}
|
|
.CodeMirror-linewidget {
|
|
position: relative;
|
|
z-index: 2;
|
|
padding: 0.1px;
|
|
/* Force widget margins to stay inside of the container */
|
|
}
|
|
.CodeMirror-rtl pre {
|
|
direction: rtl;
|
|
}
|
|
.CodeMirror-code {
|
|
outline: none;
|
|
}
|
|
/* Force content-box sizing for the elements where we expect it */
|
|
.CodeMirror-scroll,
|
|
.CodeMirror-sizer,
|
|
.CodeMirror-gutter,
|
|
.CodeMirror-gutters,
|
|
.CodeMirror-linenumber {
|
|
box-sizing: content-box;
|
|
}
|
|
.CodeMirror-measure {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 0;
|
|
overflow: hidden;
|
|
visibility: hidden;
|
|
}
|
|
.CodeMirror-cursor {
|
|
position: absolute;
|
|
pointer-events: none;
|
|
}
|
|
.CodeMirror-measure pre {
|
|
position: static;
|
|
}
|
|
div.CodeMirror-cursors {
|
|
visibility: hidden;
|
|
position: relative;
|
|
z-index: 3;
|
|
}
|
|
div.CodeMirror-dragcursors {
|
|
visibility: visible;
|
|
}
|
|
.CodeMirror-focused div.CodeMirror-cursors {
|
|
visibility: visible;
|
|
}
|
|
.CodeMirror-selected {
|
|
background: #d9d9d9;
|
|
}
|
|
.CodeMirror-focused .CodeMirror-selected {
|
|
background: #d7d4f0;
|
|
}
|
|
.CodeMirror-crosshair {
|
|
cursor: crosshair;
|
|
}
|
|
.CodeMirror-line::selection,
|
|
.CodeMirror-line > span::selection,
|
|
.CodeMirror-line > span > span::selection {
|
|
background: #d7d4f0;
|
|
}
|
|
.CodeMirror-line::-moz-selection,
|
|
.CodeMirror-line > span::-moz-selection,
|
|
.CodeMirror-line > span > span::-moz-selection {
|
|
background: #d7d4f0;
|
|
}
|
|
.cm-searching {
|
|
background-color: #ffa;
|
|
background-color: rgba(255, 255, 0, 0.4);
|
|
}
|
|
/* Used to force a border model for a node */
|
|
.cm-force-border {
|
|
padding-right: 0.1px;
|
|
}
|
|
@media print {
|
|
/* Hide the cursor when printing */
|
|
.CodeMirror div.CodeMirror-cursors {
|
|
visibility: hidden;
|
|
}
|
|
}
|
|
/* See issue #2901 */
|
|
.cm-tab-wrap-hack:after {
|
|
content: '';
|
|
}
|
|
/* Help users use markselection to safely style text background */
|
|
span.CodeMirror-selectedtext {
|
|
background: none;
|
|
}
|
|
.CodeMirror-sizer {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px !important;
|
|
}
|
|
.CodeMirror-empty.CodeMirror-focused {
|
|
outline: none;
|
|
}
|
|
.CodeMirror pre.CodeMirror-placeholder {
|
|
color: #999;
|
|
}
|
|
.CodeMirror {
|
|
position: relative;
|
|
overflow: hidden;
|
|
background: white;
|
|
word-break: break-word;
|
|
}
|
|
.CodeMirror pre.CodeMirror-line,
|
|
.CodeMirror pre.CodeMirror-line-like {
|
|
word-wrap: break-word;
|
|
word-break: break-word;
|
|
white-space: pre-wrap;
|
|
line-height: 1.6;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/markdown-editor/toolbar/index.less ***!
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.markdown-toolbar-container {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
align-items: center;
|
|
padding: 0 5px;
|
|
margin: 0;
|
|
position: relative;
|
|
list-style: none;
|
|
background: #fff;
|
|
border-bottom: 1px solid #ccc;
|
|
box-sizing: border-box;
|
|
line-height: 20px;
|
|
width: 100%;
|
|
min-height: 30px;
|
|
}
|
|
.markdown-toolbar-container .fill-tip {
|
|
cursor: pointer;
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
padding: 5px;
|
|
border: 1px solid #eaeaea;
|
|
border-radius: 5px;
|
|
box-sizing: border-box;
|
|
line-height: 16px;
|
|
height: auto;
|
|
color: #666;
|
|
position: relative;
|
|
justify-content: center;
|
|
margin-left: 10px;
|
|
}
|
|
.markdown-toolbar-container .fill-tip::before {
|
|
content: ' ';
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 6px solid transparent;
|
|
border-bottom: 6px solid transparent;
|
|
border-right: 6px solid #fff;
|
|
position: absolute;
|
|
left: -6px;
|
|
top: 6px;
|
|
z-index: 10;
|
|
}
|
|
.markdown-toolbar-container .fill-tip::after {
|
|
content: ' ';
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 6px solid transparent;
|
|
border-bottom: 6px solid transparent;
|
|
border-right: 6px solid #cccbcb;
|
|
position: absolute;
|
|
left: -7px;
|
|
top: 6px;
|
|
}
|
|
.markdown-toolbar-container li {
|
|
color: #666;
|
|
padding: 0 1px;
|
|
height: 100%;
|
|
display: flex;
|
|
height: 38px;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
}
|
|
.markdown-toolbar-container a,
|
|
.markdown-toolbar-container span {
|
|
display: block;
|
|
}
|
|
.markdown-toolbar-container a {
|
|
width: 28px;
|
|
color: #666;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
}
|
|
.markdown-toolbar-container .btn-null {
|
|
width: auto;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.markdown-toolbar-container span.v-line {
|
|
margin: 0 5px;
|
|
height: 65%;
|
|
border-right: 1px solid #ccc;
|
|
}
|
|
.mini .markdown-toolbar-container li {
|
|
height: 28px;
|
|
}
|
|
.editor-resize {
|
|
display: block;
|
|
width: 120px;
|
|
height: 4px;
|
|
left: 54%;
|
|
margin-top: 2px;
|
|
border-top: 1px solid #ccc;
|
|
border-bottom: 1px solid #ccc;
|
|
cursor: row-resize;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-transform: capitalize;
|
|
box-sizing: border-box;
|
|
margin: 0 auto;
|
|
}
|
|
.btn-full-screen {
|
|
position: absolute;
|
|
right: 5px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!****************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./src/components/markdown-editor/css/iconfont.css ***!
|
|
\****************************************************************************************************************************************************************************************************************************************************/
|
|
@font-face {
|
|
font-family: "md-iconfont";
|
|
src: url(./static/iconfont.498a2e20.eot);
|
|
/* IE9 */
|
|
src: url(./static/iconfont.498a2e20.eot#iefix) format('embedded-opentype'),
|
|
/* IE6-IE8 */
|
|
url(data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAArkAAsAAAAAFGQAAAqUAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCFTgqYEJMCATYCJANMCygABCAFhG0HgUwb5hCjooZyUthkf4mpyEh3pV0O3eNzjDeMPcxWAACWBR8hkIIUVSIBAABgBAAACrx/wAkAfPHw39iv+2bmqzZUIt1PJ5FJeCMRibbSgsVNdRP+A23z391RKZiNY99ZzVmNklbCKpCtz0WxCnCVhUtkySLj37772YjcCVNhPk1OHZFC37UprJD/0ozsDfr3lrQ9Ja2fjpzpmcEJypq3QpVe3mEqOf/v+doc8Dx9AQTUAMH8r7l6h4jEycc0pD1SorTNT/f4+MQxO0wsRBKPkEy8VKiUQkiNRAgFe/ZbMVsJqPuMwq6/O48n0DSrO+To+fNnsFBwIlDuxls5WHgSlBjXUJdXFduW9T9hiXp6QK0GftDXx6ftOkkl4yc6PnvSg9sX5F9YZK7lf7DLU+CyExnbQCFelKr/MLbwbSKbKubEL8C8+KkUXjBVS7qLlkVFb9ncJpntxd2Xna/ekiQvSGwMutYjdpgXxBuyGejDtFUlNc1R+S9PV0tPERo6BpxAVHGyfbR8yxuCF0QLoQ9eUCDzArVfFA0EogJBSEd1B1QDFQ2oCSoLUAWUClAdlA5QF5QeUAvUMoTQ49UNKkRJAAUoG6AGqLsIocNbZwgD8P5WaYiTI2ObVWDfIP8FUH4B6GfCk1BkoQkNRVUCH5pC4eygwLuuu+XmIXB2jvFmcAXLmYJqni3c1sPfw8QoEHgwJsKwODyKoOr8CI/D4QnXuLpRnSqZzvUuVSLdXrMmWVlh7pdqFWyeZ6zbaj5Ea9VLbFFqJyuBbiHz/aXdwxv1o+qp6jZLs1AoqRHINuoHKJHgGlMq1FfO6n7nwbByXhAmPX0mB8QGO11d2a6eq73I/Or36dQNtU+OwzR+ZOhIvG9PavecX/p9136p84XxwOvWiBPqlOFByvvvoYHx+0JjX16+64EsGBw0NqsGsL2dB1a3LWieWdtgu+WlDNp1MF9ltnZPtbPEY8rCiCkoSnZWNZgOJAAl+ocR4Jr4TUSwy+pyq13sImw2Fj1QBDqoHIWVps9Oe6/70Jfl40V7rnnTFmeGL+2vXqcfP4VVab9hukZcxUCnDA32Jtjd74Pq5fqv/DUTv8a31K6dFFOXnYveQGKctVFs8p4EALG+V11C2k2eplEv6t7hrB6No5sL92F7AoDl8P79bJMbOAhN9S6f7YaoS6zTe9h2X22CMIMRuZ79KYSPUz0yAEJ8rmdkLSCsDbKUZm/XaCgZ/3VkwnSMp/9a/65inE4Uu2wpyvFCFYvarGxSdRFKJeNT4ujk1MPfe6Bfa1ePW1WWCVy3bmr1ko7JRynl544qLhwru3hEfhUBCxEIWwnsFpJobe+0dMS615o7jFByxzl6MRW7yD3AFsV0zZqSm1WJkK0FPjJifKsACpFsbVi3qVmD1bvqe9PTYcIIhActzTk/QMnRVdY0Pb7j2XG36f9tN8ut1oJNWexSlW9qSnbtoj2Ard40hheK/stt/Ut2NZuOWH0LFR+pyhrW/Vxd1qxBZumxWhaUbCWixxf57PaZp/zogTpeVQvYYzYAIWZjZfY6MnRB4WtX8Aed+pB7/b920mRPncmHsN1D1a0tBKlHMLW3enfGi7YkG8vfl/elLiUsZCidC5YNWzGlcQO4+sZRlCD0gOaxhQuu5niOdslx9TOub171Par2oocFG4Lp6Efmzzdh8x4Fmt4mtuL9IqxYM+Ww9DDlA5vzL9RB+0Cnf5QfkjxvFh0Ku4SFzC9xSN7TGR9dDnc77NLX2BcsxR5+++YIORTi+PXrvnhD6AZxIVtIpBJbJBafL5XKCMLFsbeeYvQwsW3yr18PRB2SDrRQvBH+Gz0sYA7hLhRtkTDn2PMl/Hr3WF2tQ427l4pUI6p77tAqMvhyjeI2X55BNI96ULb6taXwatu97E+KgDtTZr3ZmPRlSMDqgBUpYRjf7nxyxUYLPcLf8/goevBIapk4t6AXcyBfkRW7zEmZM4DBml3Hd+uXLkxnC0og1FvPgqhH9w7Gx2ZVG8NnzHROmMuTfZTxxiU6r9tenVmYoC7PjMYMbn3ciwIq5X7d0luk6eUBmmkpD2OVcT2khWWhUf48X6daKAACJ1QMnKGijbLmjgGJxOJh0etlsihEQZaLWeHhcZ6Qpy0BYgwnlkfHRS83RuUx2vVrddavPzeL2UjMzhXIDzlv4wpngWYETXAQTxzbwZMJtotbI/6nGtXvUt3DfgUhXHdJfxXbgTlYk5iXtCboggWuk4QGQUuap1DGQ/jL3SjM/aGRVn4x+57YwSaYl5hUwYGyXTNRJMgLqHcRVSEtRXJrUenECVrthIm6Jp2hybBzZ2Aqn3sjR1ahzc4WBlZBr5CqspB5g+tCFuVky4pKrUXy50ylRVZ5UbYD6mIPbNY0aXJyIC5QevaqkXue2+Zznuqd5U7qWmd1OOQ8+RUaLa7V4JoKxtQYP37AP8Rq6O/2GaPk0/XjPIKEsI4FkYN50bGZeSPH5cUkxF6MrBzA8OErS+uGfeN0hu/al9DB82E3DBQkDkyExEAkSDxZtF88KSIowojtR4cW2h9YHkRrg4URLh63c1sgZtDws9MLKG2UcSnTz+OlSxDDszwVkDJP0QvX6GjwSWYVeVOG9O6N6FjZWYBGzmKp8rw8KlFR4XTdw8Ko2tvAmLrB6NJ5rIHXVsx509enr2J52LGDiBwKRLrSeRWD721sVqUYVNuXzAvODPp3at2cYY3DJeb8udMPDz4sqDhlkW94SGlunIZ/WOLLCpszsK7GPypJL5XLpfokwCEtvfpI0RGZ7G7RXZJkVY8dOzjgPMvBkh/W9cPNQuGEic+XLYO4jMPr1ik7mxf//sz0Vl+z2QNLwPGr2MaIq/iQZ3iiyFLysoJUx7hBvXVEhWRhQai0ksJtOOvSxyixBtNubwhcuzfC9qpSrsxhzHqYBeeFYRT5EADZ7n9sNLGWuoapWKMrCDaWYcjB6BPgRuweJZFFgSKxcBGMACAn+o0NB8ueN2FS1vKAnbLu5AIskPURO4ahfGPhPAwn/wJKQY+T/5dtjuLHy0DTIUFI9i7LQeme1K11/JRvDPZ/nIy7ezlLKI38Sxry5QADiqsRsC+BVIhB/sre0mOiiPIUaT1TnSEkGd8MBOVpgfzfKyqZI+rKVDg7oSkGsR/RDd2vn56kFu/G6IkDkpoZkNUto8VyG1S07ICqul3QtCV355aRQcaiNLBpAgOhbxtIuv7hWWXZiRdYOkDF1DusCscZNJ3EzT5bVl+uHggkgxb7q/AKs5HJvDLLf4E9RkkH6Wm1P6DiMYuubr8FL5CBytignOyW2QhDmMQzWwdiRNETHkBx7ZDf75rG3DasFabByiECJDYCa0Kja/SeFJSZ6dkq8PlfgHUUSRTT7Cv6H0AKP3chUriIFOgLmVM125aqg51YW0MOCkNo2QQli845KkAUuUgYoF7qACisps+R3dvpceiuNS1Z10+n5U9afC3yrUdT5ChRiWrUoh6Nv2UXakcnutGL/sHh0THarSOfwxzy5D2yhYlCDTPPMno12WPU894rPhJMk8/HskLSQFX0hScxi8EgpWmfvDlm5UFAe56y3EcYl2MawxWWGrMqURY3m3qsoNjS+AhVRfGDAQAAAA==) format('woff2'),
|
|
url(./static/iconfont.09806494.woff) format('woff'),
|
|
url(./static/iconfont.f5a4e17c.ttf) format('truetype'),
|
|
/* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
|
|
url(./static/iconfont.c0c6fa27.svg#iconfont) format('svg');
|
|
/* iOS 4.1- */
|
|
}
|
|
|
|
.md-iconfont {
|
|
font-family: "md-iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-shrink:before {
|
|
content: "\e728";
|
|
}
|
|
|
|
.icon-enlarge:before {
|
|
content: "\e623";
|
|
}
|
|
|
|
.icon-code:before {
|
|
content: "\e602";
|
|
}
|
|
|
|
.icon-italic:before {
|
|
content: "\e718";
|
|
}
|
|
|
|
.icon-bold:before {
|
|
content: "\e644";
|
|
}
|
|
|
|
.icon-picture:before {
|
|
content: "\e606";
|
|
}
|
|
|
|
.icon-minus:before {
|
|
content: "\e62c";
|
|
}
|
|
|
|
.icon-order-list:before {
|
|
content: "\e655";
|
|
}
|
|
|
|
.icon-link:before {
|
|
content: "\e7d4";
|
|
}
|
|
|
|
.icon-formula:before {
|
|
content: "\e633";
|
|
}
|
|
|
|
.icon-unorder-list:before {
|
|
content: "\e668";
|
|
}
|
|
|
|
.icon-edit:before {
|
|
content: "\e603";
|
|
}
|
|
|
|
.icon-table:before {
|
|
content: "\e7db";
|
|
}
|
|
|
|
.icon-sum:before {
|
|
content: "\e667";
|
|
}
|
|
|
|
.icon-eye:before {
|
|
content: "\e69f";
|
|
}
|
|
|
|
.icon-eye-slash:before {
|
|
content: "\e601";
|
|
}
|
|
|
|
.icon-eraser:before {
|
|
content: "\e8cd";
|
|
}
|
|
|
|
.icon-file-code:before {
|
|
content: "\e9ec";
|
|
}
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/markdown-editor/upload-image/index.less ***!
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.upload-button {
|
|
width: 120px;
|
|
height: 32px;
|
|
display: block;
|
|
position: relative;
|
|
color: #0152d9;
|
|
}
|
|
.upload-button input {
|
|
opacity: 0;
|
|
width: 160px;
|
|
height: 32px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/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;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/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: calc(100vh - 54px);
|
|
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;
|
|
letter-spacing: 1px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
border-radius: 2px;
|
|
font-weight: 400;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/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;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/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;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/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;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/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;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/unity3d-panel/index.less ***!
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.unity3d-panel {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/statistic/style/index.less ***!
|
|
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-statistic {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
}
|
|
.ant-statistic-title {
|
|
margin-bottom: 0px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 12px;
|
|
}
|
|
.ant-statistic-skeleton {
|
|
padding-top: 8px;
|
|
}
|
|
.ant-statistic-content {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 20px;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
}
|
|
.ant-statistic-content-value {
|
|
display: inline-block;
|
|
direction: ltr;
|
|
}
|
|
.ant-statistic-content-prefix,
|
|
.ant-statistic-content-suffix {
|
|
display: inline-block;
|
|
}
|
|
.ant-statistic-content-prefix {
|
|
margin-right: 4px;
|
|
}
|
|
.ant-statistic-content-suffix {
|
|
margin-left: 4px;
|
|
}
|
|
.ant-statistic-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-statistic-rtl .ant-statistic-content-prefix {
|
|
margin-right: 0;
|
|
margin-left: 4px;
|
|
}
|
|
.ant-statistic-rtl .ant-statistic-content-suffix {
|
|
margin-right: 4px;
|
|
margin-left: 0;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/header/index.less ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.task-header-container {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
height: 54px;
|
|
background: #05101a;
|
|
padding: 0 15px;
|
|
color: #fff;
|
|
position: relative;
|
|
z-index: 9;
|
|
}
|
|
.task-header-container .shixun-info {
|
|
flex: 1 0 auto;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
color: #fff;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
margin: 0;
|
|
}
|
|
.task-header-container .shixun-info span {
|
|
font-size: 13px;
|
|
font-weight: 400;
|
|
}
|
|
.task-header-container .task-user-info {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
}
|
|
.task-header-container .task-user-info img {
|
|
border-radius: 50%;
|
|
margin-right: 12px;
|
|
}
|
|
.task-header-container .grade-info {
|
|
margin-left: 24px;
|
|
height: 32px;
|
|
padding: 0 15px;
|
|
background: #1f2f3b;
|
|
border-radius: 25px;
|
|
line-height: 32px;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.task-header-container .grade-info img {
|
|
margin-right: 5px;
|
|
}
|
|
.task-header-container .btn-task-out {
|
|
background: #da000c;
|
|
border-radius: 2px;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
display: block;
|
|
padding: 6px 9px;
|
|
color: #fff;
|
|
}
|
|
.task-header-container .btn-out {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
margin-left: 12px;
|
|
}
|
|
.task-header-container .btn-out .iconfont {
|
|
font-size: 16px !important;
|
|
margin-right: 4px;
|
|
}
|
|
.task-header-container .btn-notice {
|
|
margin-right: 24px;
|
|
}
|
|
.task-header-container .btn-vnc {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
margin-right: 24px;
|
|
}
|
|
.task-header-container .btn-vnc img {
|
|
margin-right: 9px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/popconfirm/style/index.less ***!
|
|
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-popconfirm {
|
|
z-index: 1060;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/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;
|
|
flex: 1 0;
|
|
}
|
|
.action-bar___bbigU a {
|
|
margin-right: 11px;
|
|
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;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/code-repository/action-bar/index.less ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.action-bar-container {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
height: 40px;
|
|
overflow: hidden;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.action-bar-container img {
|
|
display: block;
|
|
}
|
|
.edit-status {
|
|
color: #888;
|
|
font-size: 14px;
|
|
}
|
|
.action-bar {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
flex: 1 0;
|
|
}
|
|
.action-bar a {
|
|
margin-right: 11px;
|
|
color: #747a7f;
|
|
text-decoration: none;
|
|
}
|
|
.action-bar a i.iconfont {
|
|
display: inline-block;
|
|
margin-right: 5px;
|
|
}
|
|
.action-bar a:hover {
|
|
color: #0152d9;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/tpi-code-setting/index.less ***!
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.tpi-code-setting {
|
|
height: calc(100vh - 54px - 51px);
|
|
background: #031b2a;
|
|
padding: 15px 13px 15px 26px;
|
|
color: #ddd;
|
|
font-size: 13px;
|
|
line-height: 17px;
|
|
}
|
|
.tpi-code-setting.oj {
|
|
height: calc(100vh - 65px);
|
|
}
|
|
.tpi-code-setting h3 {
|
|
color: #008cff;
|
|
font-size: 16px;
|
|
line-height: 21px;
|
|
padding-bottom: 12px;
|
|
text-align: left;
|
|
width: 100%;
|
|
display: block;
|
|
border-bottom: 1px solid #092436;
|
|
}
|
|
.tpi-code-setting .file-item {
|
|
color: #ddd;
|
|
padding: 20px 0 0 0;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.tpi-code-setting .file-item.action {
|
|
justify-content: flex-start;
|
|
}
|
|
.tpi-code-setting .file-item.action .iconfont {
|
|
margin-right: 21px;
|
|
}
|
|
.tpi-code-setting .file-item span {
|
|
max-width: 148px;
|
|
}
|
|
.tpi-code-setting .file-item:last-child {
|
|
margin-bottom: 25px;
|
|
}
|
|
.tpi-code-setting span {
|
|
color: #597a8f;
|
|
}
|
|
.setting-drawer .ant-drawer-content-wrapper {
|
|
top: 54px;
|
|
bottom: 51px;
|
|
}
|
|
.setting-drawer .ant-drawer-content {
|
|
height: auto;
|
|
}
|
|
.oj .ant-drawer-content-wrapper {
|
|
top: 65px;
|
|
}
|
|
.setting-drawer .ant-drawer-body,
|
|
.oj .ant-drawer-body {
|
|
background: #031b2a;
|
|
}
|
|
.setting-drawer .ant-drawer-body,
|
|
.oj .ant-drawer-body {
|
|
padding: 0;
|
|
height: auto;
|
|
}
|
|
.setting-drawer .ant-select-selection,
|
|
.oj .ant-select-selection {
|
|
width: 120px;
|
|
background: #0a2030;
|
|
color: #597a8f;
|
|
border: 1px solid #597a8f;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/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;
|
|
}
|
|
.wrap___QHoGE [class~='ant-drawer-content-wrapper'] {
|
|
margin-top: 54px;
|
|
}
|
|
.wrap___QHoGE [class~='ant-drawer-body'] {
|
|
margin-bottom: 60px;
|
|
}
|
|
.wrap___QHoGE [class~='ant-drawer-content'] {
|
|
background: none;
|
|
}
|
|
.wrap___QHoGE [class~='ant-drawer-wrapper-body'],
|
|
.wrap___QHoGE [class~='ant-drawer-header'] {
|
|
background: #031b2a;
|
|
color: #fff;
|
|
border: none;
|
|
}
|
|
.wrap___QHoGE [class~='ant-drawer-title'] {
|
|
color: #fff;
|
|
font-size: 16px;
|
|
padding: 19px 0 0 4px;
|
|
}
|
|
.list___PqCYv {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
margin: 7px 0;
|
|
padding-left: 4px;
|
|
}
|
|
.list___PqCYv dt,
|
|
.list___PqCYv dd {
|
|
margin: 0;
|
|
}
|
|
.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;
|
|
}
|
|
.list___PqCYv dd {
|
|
width: 66px;
|
|
text-align: right;
|
|
color: #0152d9;
|
|
cursor: pointer;
|
|
}
|
|
.page___TKcdQ {
|
|
font-size: 14px;
|
|
margin-top: 20px;
|
|
}
|
|
.page___TKcdQ [class~='ant-pagination-item'],
|
|
.page___TKcdQ [class~='ant-pagination-item-link'] {
|
|
color: #0152d9;
|
|
}
|
|
.page___TKcdQ [class~='ant-pagination-item'] a,
|
|
.page___TKcdQ [class~='ant-pagination-item-link'] a {
|
|
color: #0152d9;
|
|
}
|
|
.page___TKcdQ [class~='ant-pagination-item-active'] {
|
|
background: #0152d9;
|
|
}
|
|
.page___TKcdQ [class~='ant-pagination-item-active'] a {
|
|
color: #fff;
|
|
}
|
|
.page___TKcdQ [class~='ant-pagination-disabled'] a,
|
|
.page___TKcdQ [class~='ant-pagination-disabled'] button {
|
|
color: #7f99a7;
|
|
}
|
|
.page___TKcdQ [class~='ant-pagination-disabled'] a:hover,
|
|
.page___TKcdQ [class~='ant-pagination-disabled'] button:hover {
|
|
color: #7f99a7;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Exercise/index.less?modules ***!
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.exitFullScreenModalWrapper___aNB9Q div[class~='ant-modal-confirm-btns'] {
|
|
float: none;
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-bottom: 20px;
|
|
}
|
|
.exitFullScreenModalWrapper___aNB9Q div[class~='ant-modal-confirm-btns'] button {
|
|
width: 120px;
|
|
height: 38px;
|
|
background: #f6f7f9 #3061d0;
|
|
border-radius: 2px;
|
|
}
|
|
.exitFullScreenModal___HIMyY {
|
|
text-align: center;
|
|
font-size: 30px;
|
|
font-weight: 400;
|
|
}
|
|
.exitFullScreenModal___HIMyY .warningIcon___xEURa {
|
|
height: 88px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.exitFullScreenModal___HIMyY .warningText___W6NPJ {
|
|
color: #e30000;
|
|
}
|
|
.exitFullScreenModal___HIMyY .countdownWrapper___n8g1M {
|
|
display: inline-block;
|
|
}
|
|
.forcedModalWrapper___JPMQ2 .forcedModalContent___uY5FV {
|
|
text-align: center;
|
|
}
|
|
.forcedModalWrapper___JPMQ2 .forcedModalContent___uY5FV .forcedText___C3CrF {
|
|
font-size: 30px;
|
|
font-weight: 500;
|
|
color: #E30000;
|
|
margin-bottom: 10px;
|
|
}
|
|
.forcedModalWrapper___JPMQ2 .forcedModalContent___uY5FV .screenNumText___oljHN {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
margin-bottom: 20px;
|
|
}
|
|
.forcedModalWrapper___JPMQ2 .forcedModalContent___uY5FV img {
|
|
height: 85px;
|
|
margin-bottom: 20px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/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'] {
|
|
padding: 0;
|
|
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;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/choose-repository/topics/index.less ***!
|
|
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.choose-container {
|
|
margin: 0;
|
|
padding: 10px 20px;
|
|
}
|
|
.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 {
|
|
color: #8b9399;
|
|
font-size: 14px;
|
|
}
|
|
.choose-container .ant-radio-wrapper {
|
|
color: #8b9399;
|
|
}
|
|
.choose-container .radio,
|
|
.choose-container .checkbox {
|
|
display: block;
|
|
width: 18px;
|
|
float: left;
|
|
height: 18px;
|
|
border: 1px solid #5e707a;
|
|
border-radius: 50%;
|
|
margin-right: 16.5px;
|
|
}
|
|
.choose-container .ant-radio-inner {
|
|
background-color: #111c24;
|
|
border: 1px solid #5e707a !important;
|
|
}
|
|
.choose-container textarea.ant-input {
|
|
border: 1px solid #5e707a !important;
|
|
background-color: #111c24;
|
|
color: #8b9399;
|
|
}
|
|
.choose-container .ant-radio-checked .ant-radio-inner {
|
|
border: 1px solid #48b65b;
|
|
}
|
|
.choose-container .ant-radio-checked .ant-radio-inner::after {
|
|
background-color: #48b65b;
|
|
}
|
|
.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%;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/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-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;
|
|
border: none;
|
|
color: #fff;
|
|
resize: none;
|
|
}
|
|
.test-case-run-wrp > div:nth-child(2) > div {
|
|
color: #fff;
|
|
background: #1b2a37;
|
|
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;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/footer-bar/index.less?modules ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.action-container___Xcx9G {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
color: #747a7f;
|
|
padding: 0 15px;
|
|
height: 100%;
|
|
}
|
|
.action-container___Xcx9G .eval-btn-group___b8ds5 {
|
|
justify-content: flex-end;
|
|
flex: 2 1 auto;
|
|
}
|
|
.action-container___Xcx9G .eval-desc___bIcYm {
|
|
flex: 2 1 auto;
|
|
}
|
|
.action-container___Xcx9G .eval-desc___bIcYm span:last-child {
|
|
flex: 3 1;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.action-container___Xcx9G span {
|
|
margin-right: 15px;
|
|
}
|
|
.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;
|
|
}
|
|
.action-container___Xcx9G .btn-run___fh7pl img {
|
|
margin-right: 4px;
|
|
}
|
|
.action-container___Xcx9G .btn-run___fh7pl:disabled {
|
|
background: #555d68;
|
|
}
|
|
.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;
|
|
}
|
|
.action-container___Xcx9G .btn-run-self___Bwz1A span {
|
|
margin: 0;
|
|
}
|
|
.action-container___Xcx9G .btn-run-self___Bwz1A:disabled {
|
|
background: #555d68;
|
|
}
|
|
.ghost-link___Y8dGm {
|
|
margin: 8px;
|
|
color: #0152d9 !important;
|
|
border: 1px solid #0152d9;
|
|
height: 30px;
|
|
padding: 0 16px;
|
|
border-radius: 2px;
|
|
line-height: 30px;
|
|
}
|
|
.ghost-link___Y8dGm:hover {
|
|
background: #4890ff;
|
|
text-decoration: none;
|
|
color: #fff !important;
|
|
}
|
|
.link___PPhWD {
|
|
color: #0152d9;
|
|
text-decoration: underline;
|
|
}
|
|
.link___PPhWD:hover {
|
|
color: #0152d9;
|
|
text-decoration: underline;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Demo/index.less?modules ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___Ev3CJ {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between____62qx {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___uaibF {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___IccdO {
|
|
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___rYhKw {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.wrap___d2dw2 {
|
|
position: relative;
|
|
}
|
|
.wrap___d2dw2 .full___aj305 {
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 10px;
|
|
z-index: 20;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Demo/Warehouse/index.less?modules ***!
|
|
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___UTKCA {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___vtxee {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___uUC4R {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___LS055 {
|
|
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___hjR5l {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
ul.menu___FPo7c {
|
|
width: 122px;
|
|
background: #686f9a;
|
|
color: white;
|
|
}
|
|
ul.menu___FPo7c li {
|
|
color: white;
|
|
}
|
|
ul.menu___FPo7c [class~='ant-dropdown-menu-item-active'] {
|
|
background: #3e4571;
|
|
}
|
|
ul.menu___FPo7c [class~='ant-dropdown-menu-item-disabled'] {
|
|
background: none !important;
|
|
color: #b0b5d6;
|
|
}
|
|
.warehouse___QWVPT {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.warehouse___QWVPT .header___wP5Hx {
|
|
height: 60px;
|
|
background: #282e55;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
}
|
|
.warehouse___QWVPT .header___wP5Hx .title___T5yXM {
|
|
margin: 0 20px;
|
|
}
|
|
.warehouse___QWVPT .header___wP5Hx input {
|
|
width: 290px;
|
|
height: 34px;
|
|
background-color: #686f9a;
|
|
color: #fff;
|
|
border-radius: 4px;
|
|
border: 0;
|
|
margin-right: 14px;
|
|
padding: 0 14px;
|
|
}
|
|
.warehouse___QWVPT .content___w0dAS {
|
|
flex: 1 1;
|
|
display: flex;
|
|
position: relative;
|
|
}
|
|
.warehouse___QWVPT .content___w0dAS .left___xZRzx {
|
|
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___QWVPT .content___w0dAS .left___xZRzx .close___KBRyH {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
right: 16px;
|
|
top: 13px;
|
|
color: #555a88;
|
|
}
|
|
.warehouse___QWVPT .content___w0dAS .left___xZRzx > section {
|
|
flex: 1 1;
|
|
overflow: auto;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
.warehouse___QWVPT .content___w0dAS .left___xZRzx .ant-tabs .ant-tabs-nav {
|
|
color: #fff;
|
|
margin-left: 20px;
|
|
}
|
|
.warehouse___QWVPT .content___w0dAS .left___xZRzx .ant-tabs .ant-tabs-nav::before {
|
|
left: 25px;
|
|
border-bottom: 1px solid #282e55;
|
|
width: 90%;
|
|
}
|
|
.warehouse___QWVPT .content___w0dAS .right___v5JXP {
|
|
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___QWVPT .content___w0dAS .right___v5JXP div[class~='my-codemirror-container'] {
|
|
border: none;
|
|
}
|
|
.warehouse___QWVPT .content___w0dAS .right___v5JXP div[class~='my-codemirror-container'] [class~='CodeMirror-wrap'],
|
|
.warehouse___QWVPT .content___w0dAS .right___v5JXP div[class~='my-codemirror-container'] [class~='CodeMirror-gutters'] {
|
|
background: #0a0e2e;
|
|
}
|
|
.warehouse___QWVPT .content___w0dAS .right___v5JXP div[class~='my-codemirror-container'] [class~='CodeMirror-line'] {
|
|
padding-left: 18px;
|
|
}
|
|
.warehouse___QWVPT .content___w0dAS .right___v5JXP div[class~='my-codemirror-container'] [class~='CodeMirror-wrap'] {
|
|
position: absolute;
|
|
left: 21px;
|
|
right: 21px;
|
|
top: 60px;
|
|
bottom: 0;
|
|
height: auto;
|
|
}
|
|
.warehouse___QWVPT .content___w0dAS .right___v5JXP div[class~='my-codemirror-container'] [class~='CodeMirror-linenumber'] {
|
|
color: white;
|
|
}
|
|
.loading___SunBf {
|
|
width: 100%;
|
|
top: 0;
|
|
bottom: 70px;
|
|
position: absolute;
|
|
}
|
|
.loading___SunBf [class~='ant-spin-container'] {
|
|
position: static !important;
|
|
position: initial !important;
|
|
}
|
|
.empty___dvPGr {
|
|
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___zD__Z {
|
|
overflow: visible !important;
|
|
overflow: initial !important;
|
|
}
|
|
.tabs___zD__Z [class~='ant-tabs-nav']::before {
|
|
display: none;
|
|
}
|
|
.tabs___zD__Z [class~='ant-tabs-tab'] {
|
|
cursor: pointer;
|
|
}
|
|
.tabs___zD__Z [class~='ant-tabs-tab-btn'] {
|
|
color: white;
|
|
}
|
|
.tabs___zD__Z [class~='ant-tabs-nav-wrap'] {
|
|
overflow: visible !important;
|
|
overflow: initial !important;
|
|
}
|
|
.tabs___zD__Z [class~='ant-tabs-ink-bar'] {
|
|
bottom: -13px !important;
|
|
}
|
|
.line___VNd7N {
|
|
width: 1px;
|
|
height: 16px;
|
|
background: #686f9a;
|
|
border-radius: 1px;
|
|
margin-left: 28px;
|
|
}
|
|
.footer___Yx5nS {
|
|
height: 64px;
|
|
background: #282e55;
|
|
width: 100%;
|
|
z-index: 5;
|
|
position: absolute;
|
|
padding: 0 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.footer___Yx5nS button {
|
|
width: 100px;
|
|
height: 40px;
|
|
}
|
|
.footer___Yx5nS a {
|
|
width: 80px;
|
|
height: 40px;
|
|
border-radius: 4px;
|
|
border: 1px solid #0152d9;
|
|
cursor: pointer;
|
|
line-height: 38px;
|
|
text-align: center;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
}
|
|
.commit___Ui8A5 {
|
|
background: #0a143d;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: auto;
|
|
}
|
|
.blueLight___ETo3e {
|
|
color: #b0b5d6;
|
|
font-size: 14px;
|
|
}
|
|
.filePathWrp___qeMMR {
|
|
height: 56px;
|
|
border-bottom: 1px solid #3e4571;
|
|
margin: 0 30px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.filePath___tc_hQ {
|
|
font-size: 0;
|
|
}
|
|
.filePath___tc_hQ span {
|
|
max-width: 200px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
}
|
|
.filePath___tc_hQ span:after {
|
|
content: '/';
|
|
color: #fff;
|
|
margin: 0 2px;
|
|
display: inline-block;
|
|
}
|
|
.filePath___tc_hQ span:nth-clid(:odd) {
|
|
color: #1890ff;
|
|
}
|
|
.filePath___tc_hQ span:nth-last-child(1) {
|
|
color: #fff;
|
|
}
|
|
.filePath___tc_hQ span:nth-last-child(1):after {
|
|
display: none;
|
|
}
|
|
.bottom0___tgeX3 {
|
|
bottom: 0 !important;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Demo/Warehouse/components/AddFile.less?modules ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.wrap___SO6Mn {
|
|
padding: 0px 20px 0px 20px;
|
|
}
|
|
.modal___zNd_3 {
|
|
z-index: 9999;
|
|
}
|
|
.title___EX56C {
|
|
font-size: 20px;
|
|
}
|
|
.path___IqyHA {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
line-height: 40px;
|
|
white-space: nowrap;
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
color: #888888;
|
|
font-size: 16px;
|
|
}
|
|
.colorBlue___MSdA7 {
|
|
color: #4cacff;
|
|
}
|
|
.width240___mU1C0 {
|
|
width: 240px;
|
|
}
|
|
.filePath___v0Tze {
|
|
min-width: 200px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
background: #dedede;
|
|
border-radius: 4px 0px 0px 4px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/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;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Demo/Warehouse/components/UploadFile.less?modules ***!
|
|
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.wrap___zK3Vy {
|
|
background-color: #fff;
|
|
padding: 0px 30px 0px 30px;
|
|
}
|
|
.wrap___zK3Vy [class~='ant-upload-drag'] {
|
|
background: rgba(24, 144, 255, 0.04) !important;
|
|
border-radius: 4px;
|
|
border: 1px dashed #1890ff;
|
|
}
|
|
.title___BgjCb {
|
|
font-size: 20px;
|
|
}
|
|
.path___POFX3 {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
line-height: 40px;
|
|
white-space: nowrap;
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
color: #888888;
|
|
font-size: 16px;
|
|
}
|
|
.colorBlue___H4_iQ {
|
|
color: #4cacff;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Demo/Warehouse/components/Tree.less?modules ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___MMlsc {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___ti22L {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___YL4jC {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___vx3wA {
|
|
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___eKe0F {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.headLeft___dsKhq {
|
|
color: #fff;
|
|
font-size: 14px;
|
|
padding: 20px;
|
|
}
|
|
.colorBlue___gaxVL {
|
|
color: #4cacff;
|
|
cursor: pointer;
|
|
}
|
|
.wrap___NLIaW [class~='ant-switch'] {
|
|
background: #e53333;
|
|
}
|
|
.wrap___NLIaW [class~='ant-switch-checked'] {
|
|
background: #1890fb;
|
|
}
|
|
.nodata___zv745 img {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin-bottom: 30px;
|
|
}
|
|
.nodataText___EWDiS {
|
|
text-align: center;
|
|
color: #999;
|
|
font-size: 14px;
|
|
}
|
|
.content___i5G9Y {
|
|
margin-top: 20px;
|
|
}
|
|
.content___i5G9Y [class~='ant-tree'] {
|
|
background: none;
|
|
color: #fff;
|
|
}
|
|
.content___i5G9Y [class~='ant-tree-treenode-selected'] {
|
|
color: #fff;
|
|
width: 100%;
|
|
}
|
|
.content___i5G9Y [class~='ant-tree-treenode-selected']::before {
|
|
background: #2f3662 !important;
|
|
}
|
|
.content___i5G9Y [class~='ant-tree-node-content-wrapper'] {
|
|
background: none !important;
|
|
color: #fff !important;
|
|
}
|
|
.content___i5G9Y [class~='ant-tree-node-content-wrapper']:hover {
|
|
background: none !important;
|
|
}
|
|
.content___i5G9Y [class~='drag-over'] > [draggable] {
|
|
opacity: 1 !important;
|
|
}
|
|
.content___i5G9Y [class~='drag-over'][class~='ant-tree-treenode-switcher-close']::before,
|
|
.content___i5G9Y [class~='drag-over'][class~='ant-tree-treenode-switcher-open']::before {
|
|
background: #2f3662 !important;
|
|
}
|
|
.content___i5G9Y [class~='drag-over'][class~='ant-tree-treenode-switcher-close'] [class~='icon-gengduo2'],
|
|
.content___i5G9Y [class~='drag-over'][class~='ant-tree-treenode-switcher-open'] [class~='icon-gengduo2'] {
|
|
display: inline;
|
|
}
|
|
.content___i5G9Y [class~='drag-over'][class~='ant-tree-treenode-switcher-close'] [class~='ant-tree-node-content-wrapper'],
|
|
.content___i5G9Y [class~='drag-over'][class~='ant-tree-treenode-switcher-open'] [class~='ant-tree-node-content-wrapper'] {
|
|
flex: 1 1;
|
|
}
|
|
.content___i5G9Y [class~='ant-tree-treenode'] {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 36px;
|
|
padding: 5px 0;
|
|
}
|
|
.content___i5G9Y [class~='ant-tree-treenode'] * {
|
|
transition: none !important;
|
|
}
|
|
.content___i5G9Y [class~='ant-tree-treenode']:hover::before {
|
|
background: #2f3662 !important;
|
|
bottom: 0 !important;
|
|
}
|
|
.content___i5G9Y [class~='ant-tree-treenode']:hover [class~='icon-gengduo2'] {
|
|
display: inline;
|
|
}
|
|
.content___i5G9Y [class~='ant-tree-treenode'] [class~='ant-tree-node-content-wrapper'] {
|
|
flex: 1 1;
|
|
}
|
|
.content___i5G9Y [class~='ant-tree-treenode'] [class~='icon-gengduo2'] {
|
|
top: -1px;
|
|
}
|
|
.content___i5G9Y [class~='drag-over-gap-top'],
|
|
.content___i5G9Y [class~='drag-over-gap-bottom'] {
|
|
transition: none !important;
|
|
}
|
|
.content___i5G9Y [class~='drag-over-gap-top'] > [draggable],
|
|
.content___i5G9Y [class~='drag-over-gap-bottom'] > [draggable] {
|
|
border: 0px solid #000 !important;
|
|
transition: none !important;
|
|
line-height: 24px !important;
|
|
}
|
|
.gitCode___W15AY {
|
|
color: #fff;
|
|
padding: 45px 14px 0 20px;
|
|
font-size: 14px;
|
|
}
|
|
[class~='ant-tree-switcher'] {
|
|
margin-left: 20px;
|
|
}
|
|
.ellipsis___sEcFA {
|
|
margin: 5px 10px;
|
|
}
|
|
[class~='c-555a88'] {
|
|
border-radius: 8px;
|
|
position: relative;
|
|
}
|
|
ul.menu___sjQxY {
|
|
width: 122px;
|
|
background: #686f9a;
|
|
color: white;
|
|
}
|
|
ul.menu___sjQxY li {
|
|
color: white;
|
|
}
|
|
ul.menu___sjQxY [class~='ant-dropdown-menu-item-active'] {
|
|
background: #3e4571;
|
|
}
|
|
.overlayClass___ofgjv [class~='ant-tooltip-content'] {
|
|
position: relative;
|
|
z-index: 11;
|
|
}
|
|
.overlayClass___ofgjv [class~='ant-tooltip-content'] [class~='ant-tooltip-arrow-content'] {
|
|
left: -16px;
|
|
}
|
|
.overlayClass___ofgjv::before {
|
|
content: ' ';
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
z-index: 10;
|
|
background: rgba(0, 0, 0, 0.3);
|
|
}
|
|
.tips___WEDOk {
|
|
width: 100%;
|
|
padding: 0 20px;
|
|
color: #fff;
|
|
margin-bottom: 10px;
|
|
line-height: 22px;
|
|
text-align: justify;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Demo/Warehouse/components/SelectFilePathModal/index.less?modules ***!
|
|
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.wrap___WB5qS {
|
|
padding: 20px;
|
|
}
|
|
.content___HZdqT {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 200px;
|
|
overflow-y: auto;
|
|
background: #f5f5f5;
|
|
padding: 10px;
|
|
font-size: 14px;
|
|
}
|
|
.content___HZdqT a {
|
|
color: #05101a;
|
|
}
|
|
.content___HZdqT a:hover {
|
|
color: #40a9ff;
|
|
}
|
|
.mainPathWrap___XMF09 {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.colorBlue___N9Dtz {
|
|
color: #4cacff;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/divider/style/index.less ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-divider {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
}
|
|
.ant-divider-vertical {
|
|
position: relative;
|
|
top: -0.06em;
|
|
display: inline-block;
|
|
height: 0.9em;
|
|
margin: 0 8px;
|
|
vertical-align: middle;
|
|
border-top: 0;
|
|
border-left: 1px solid rgba(0, 0, 0, 0.06);
|
|
}
|
|
.ant-divider-horizontal {
|
|
display: flex;
|
|
clear: both;
|
|
width: 100%;
|
|
min-width: 100%;
|
|
margin: 24px 0;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 16px 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
border-top: 0;
|
|
border-top-color: rgba(0, 0, 0, 0.06);
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text::before,
|
|
.ant-divider-horizontal.ant-divider-with-text::after {
|
|
position: relative;
|
|
width: 50%;
|
|
border-top: 1px solid transparent;
|
|
border-top-color: inherit;
|
|
border-bottom: 0;
|
|
transform: translateY(50%);
|
|
content: '';
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-left::before {
|
|
width: 5%;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-left::after {
|
|
width: 95%;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-right::before {
|
|
width: 95%;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-right::after {
|
|
width: 5%;
|
|
}
|
|
.ant-divider-inner-text {
|
|
display: inline-block;
|
|
padding: 0 1em;
|
|
}
|
|
.ant-divider-dashed {
|
|
background: none;
|
|
border-color: rgba(0, 0, 0, 0.06);
|
|
border-style: dashed;
|
|
border-width: 1px 0 0;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
|
|
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
|
|
border-style: dashed none none;
|
|
}
|
|
.ant-divider-vertical.ant-divider-dashed {
|
|
border-width: 0 0 0 1px;
|
|
}
|
|
.ant-divider-plain.ant-divider-with-text {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
|
|
width: 0;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
|
|
width: 100%;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
|
|
padding-left: 0;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
|
|
width: 100%;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
|
|
width: 0;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
|
|
padding-right: 0;
|
|
}
|
|
.ant-divider-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
|
|
width: 95%;
|
|
}
|
|
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
|
|
width: 5%;
|
|
}
|
|
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
|
|
width: 5%;
|
|
}
|
|
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
|
|
width: 95%;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Demo/Warehouse/components/Commit.less?modules ***!
|
|
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___e0Vsb {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___fOYBZ {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___etkby {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___T2Etw {
|
|
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___pALN8 {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.commitWrap___Mdvi5 {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background-color: #ffffff;
|
|
padding: 20px;
|
|
margin-bottom: 10px;
|
|
font-size: 16px;
|
|
}
|
|
.wrap___ORj56 {
|
|
padding: 20px;
|
|
}
|
|
.colorGray___Q64q1 {
|
|
color: #999999;
|
|
}
|
|
.content___PuAlb {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-bottom: 10px;
|
|
padding: 20px;
|
|
font-size: 16px;
|
|
}
|
|
.itemTime___IfizK {
|
|
color: #4cacff;
|
|
margin-right: 15px;
|
|
}
|
|
.imageUrl___BCM2C {
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50px;
|
|
}
|
|
.blueLight___D24GG {
|
|
color: #b0b5d6;
|
|
font-size: 16px;
|
|
}
|
|
.divider___pIU7h {
|
|
background: #3e4571;
|
|
border-radius: 1px;
|
|
margin: 20px 0;
|
|
}
|
|
.empty___F575C {
|
|
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;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/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: 408px;
|
|
left: 50%;
|
|
margin-left: -204px;
|
|
position: absolute;
|
|
top: 435px;
|
|
text-align: center;
|
|
color: #fff;
|
|
}
|
|
.evaluate-result-container footer .star-tip {
|
|
margin: 0;
|
|
}
|
|
.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;
|
|
}
|
|
.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;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/code-repository/code-area/index.less?modules ***!
|
|
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.code-area-container___bjERn {
|
|
position: relative;
|
|
}
|
|
.code-area-container___bjERn .only-view___LP5ZN {
|
|
position: absolute;
|
|
z-index: 2;
|
|
right: 80px;
|
|
top: 36px;
|
|
}
|
|
.code-area-container___bjERn .monaco-editor-container___T0gc3 {
|
|
height: 100%;
|
|
}
|
|
.frame___k7Y9h {
|
|
height: 100%;
|
|
}
|
|
.frame___k7Y9h div {
|
|
height: 100%;
|
|
}
|
|
.frame___k7Y9h iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/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-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;
|
|
border: none;
|
|
color: #fff;
|
|
resize: none;
|
|
}
|
|
.test-case-run-wrp___qVT1y > div:nth-child(2) > div {
|
|
color: #fff;
|
|
background: #1b2a37;
|
|
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;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/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 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;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/vnc-view/index.less ***!
|
|
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.btn-vnc-resize {
|
|
position: absolute;
|
|
right: 16px;
|
|
top: 48px;
|
|
z-index: 101;
|
|
color: #fff;
|
|
}
|
|
.vnc-panel-wrapper {
|
|
position: relative;
|
|
height: calc(100vh - 105px);
|
|
overflow: hidden;
|
|
}
|
|
.vnc-panel-wrapper.full-screen {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 200;
|
|
height: 100vh;
|
|
background: white;
|
|
}
|
|
.vnc-panel-wrapper-windows {
|
|
position: relative;
|
|
height: calc(90vh);
|
|
overflow: hidden;
|
|
}
|
|
.vnc-panel-wrapper-windows .btn-vnc-resize {
|
|
position: absolute;
|
|
right: 16px;
|
|
top: 48px;
|
|
z-index: 101;
|
|
color: #fff;
|
|
}
|
|
.vnc-panel-wrapper-windows.full-screen {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 200;
|
|
height: 100vh;
|
|
background: white;
|
|
}
|
|
.vnc-panel {
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
min-height: 500px;
|
|
}
|
|
.vnc-test-list {
|
|
position: absolute;
|
|
width: 100%;
|
|
bottom: 51px;
|
|
background: #111c24;
|
|
z-index: 100;
|
|
height: 0;
|
|
overflow: auto;
|
|
}
|
|
.vnc-test-list.large {
|
|
height: calc(100vh - 105px);
|
|
}
|
|
.vnc-test-list.large .test-case-list {
|
|
height: calc(100% - 34px);
|
|
}
|
|
.vnc-test-list.pop {
|
|
height: 257px;
|
|
}
|
|
.vnc-test-list .test-case-list {
|
|
overflow-y: auto;
|
|
height: 190px;
|
|
}
|
|
.arrow-container {
|
|
position: absolute;
|
|
top: 0;
|
|
width: 54px;
|
|
height: 27px;
|
|
left: 50%;
|
|
margin-left: -27px;
|
|
background: #2a3a4f;
|
|
z-index: 10;
|
|
border-bottom-left-radius: 100px;
|
|
border-bottom-right-radius: 100px;
|
|
color: #fff;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
opacity: 0.4;
|
|
transition: all 0.3s;
|
|
}
|
|
.arrow-container .iconfont {
|
|
font-size: 14px !important;
|
|
}
|
|
.vnc-test-list-body {
|
|
position: relative;
|
|
height: 100%;
|
|
}
|
|
.vnc-full-panel {
|
|
transform: scale(1) !important;
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
}
|
|
.vnc-panel-wrp {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/vnc-view/clipboard-box/index.less ***!
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.clipboard-box p {
|
|
font-size: 14px;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
.clipboard-box h3 {
|
|
color: #333;
|
|
font-size: 18px;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
.clipboard-box .btn-action-container {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
.clipboard-box .clipboard {
|
|
background: #f1f1f1;
|
|
height: 200px;
|
|
margin-bottom: 30px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/vnc-view/vnc-panel/index.less?modules ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.selectImage___GffZ_ {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #131c23;
|
|
z-index: 10;
|
|
padding: 80px 0;
|
|
display: flex;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
}
|
|
.selectImage___GffZ_ .container___oEpZL {
|
|
font-size: 16px;
|
|
color: #fff;
|
|
flex: 1 1;
|
|
overflow: auto;
|
|
width: 100%;
|
|
max-height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.selectImage___GffZ_ .container___oEpZL h1 {
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 28px;
|
|
line-height: 1;
|
|
}
|
|
.selectImage___GffZ_ .container___oEpZL aside {
|
|
width: 100%;
|
|
padding: 0 22%;
|
|
overflow: auto;
|
|
flex: 1 1;
|
|
}
|
|
.selectImage___GffZ_ [class~='ant-row'] {
|
|
padding: 20px 0;
|
|
border-bottom: 1px solid #384046;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/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'] {
|
|
cursor: pointer;
|
|
}
|
|
.files___kFNIo [class^='ant-upload-list-item']:hover {
|
|
background: none !important;
|
|
}
|
|
.files___kFNIo [class^='ant-upload-list-item']:hover [class^='ant-upload-list-item-info'] {
|
|
border: 1px solid #0152d9;
|
|
}
|
|
.files___kFNIo [class*='ant-upload-list-item-list-type-text'] {
|
|
color: #0152d9;
|
|
font-size: 18px;
|
|
height: 34px;
|
|
}
|
|
.files___kFNIo [class*='ant-upload-list-item-list-type-text'] [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 {
|
|
font-size: 18px;
|
|
margin-top: 3px;
|
|
color: #0152d9;
|
|
}
|
|
.files___kFNIo [class*='ant-upload-list-item-list-type-text'] [class^='ant-upload-list-item-name'] {
|
|
padding-left: 30px;
|
|
}
|
|
.files___kFNIo [class*='ant-upload-list-item-list-type-text'] [class^='ant-btn'] svg {
|
|
color: #fb3226;
|
|
margin-right: 5px;
|
|
font-size: 18px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/switch/style/index.less ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-switch {
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
position: relative;
|
|
display: inline-block;
|
|
box-sizing: border-box;
|
|
min-width: 40px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
vertical-align: middle;
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
border: 0;
|
|
border-radius: 100px;
|
|
cursor: pointer;
|
|
transition: all 0.2s;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-switch:focus {
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
|
|
}
|
|
.ant-switch-checked:focus {
|
|
box-shadow: 0 0 0 2px #e6f7ff;
|
|
}
|
|
.ant-switch:focus:hover {
|
|
box-shadow: none;
|
|
}
|
|
.ant-switch-checked {
|
|
background-color: #1890ff;
|
|
}
|
|
.ant-switch-loading,
|
|
.ant-switch-disabled {
|
|
cursor: not-allowed;
|
|
opacity: 0.4;
|
|
}
|
|
.ant-switch-loading *,
|
|
.ant-switch-disabled * {
|
|
box-shadow: none;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-switch-inner {
|
|
display: block;
|
|
margin: 0 4px 0 22px;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
transition: margin 0.2s;
|
|
}
|
|
.ant-switch-checked .ant-switch-inner {
|
|
margin: 0 22px 0 4px;
|
|
}
|
|
.ant-switch-handle {
|
|
position: absolute;
|
|
top: 2px;
|
|
left: 2px;
|
|
width: 16px;
|
|
height: 16px;
|
|
transition: all 0.2s ease-in-out;
|
|
}
|
|
.ant-switch-handle::before {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: #fff;
|
|
border-radius: 8px;
|
|
box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
|
|
transition: all 0.2s ease-in-out;
|
|
content: '';
|
|
}
|
|
.ant-switch-checked .ant-switch-handle {
|
|
left: calc(100% - 16px - 2px);
|
|
}
|
|
.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
|
|
right: -30%;
|
|
left: 0;
|
|
}
|
|
.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
|
|
right: 0;
|
|
left: -30%;
|
|
}
|
|
.ant-switch-loading-icon.anticon {
|
|
position: relative;
|
|
top: 2px;
|
|
color: rgba(0, 0, 0, 0.65);
|
|
vertical-align: top;
|
|
}
|
|
.ant-switch-checked .ant-switch-loading-icon {
|
|
color: #1890ff;
|
|
}
|
|
.ant-switch-small {
|
|
min-width: 24px;
|
|
height: 14px;
|
|
line-height: 14px;
|
|
}
|
|
.ant-switch-small .ant-switch-inner {
|
|
margin: 0 5px 0 16px;
|
|
font-size: 12px;
|
|
}
|
|
.ant-switch-small .ant-switch-handle {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|
|
.ant-switch-small .ant-switch-loading-icon {
|
|
top: 0.5px;
|
|
font-size: 9px;
|
|
}
|
|
.ant-switch-small.ant-switch-checked .ant-switch-inner {
|
|
margin: 0 16px 0 5px;
|
|
}
|
|
.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
left: calc(100% - 10px - 2px);
|
|
}
|
|
.ant-switch-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-switch-rtl .ant-switch-inner {
|
|
margin: 0 22px 0 4px;
|
|
}
|
|
.ant-switch-rtl .ant-switch-handle {
|
|
right: 2px;
|
|
left: auto;
|
|
}
|
|
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before {
|
|
right: 0;
|
|
left: -30%;
|
|
}
|
|
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before {
|
|
right: -30%;
|
|
left: 0;
|
|
}
|
|
.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
|
|
margin: 0 4px 0 22px;
|
|
}
|
|
.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
|
|
right: calc(100% - 16px - 2px);
|
|
}
|
|
.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
right: calc(100% - 10px - 2px);
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/code-repository/index.less ***!
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end {
|
|
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 {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.code-area-container section {
|
|
height: calc(100% - 40px);
|
|
overflow: hidden;
|
|
}
|
|
.code-area-container .xterm-panel {
|
|
height: 100%;
|
|
overflow: hidden;
|
|
background: #000;
|
|
}
|
|
.code-area-container .xterm-panel .xterm-rows,
|
|
.code-area-container .xterm-panel .xterm {
|
|
height: 100% !important;
|
|
}
|
|
.code-area-container .xterm-panel .xterm-screen {
|
|
height: 100% !important;
|
|
}
|
|
.code-area-container .navs {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
.code-area-container .navs .arrow-right {
|
|
cursor: pointer;
|
|
}
|
|
.code-area-container .navs ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
height: 40px;
|
|
}
|
|
.code-area-container .navs ul li.flex-container {
|
|
text-align: center;
|
|
width: 98px;
|
|
}
|
|
.code-area-container .navs ul li.flex-container > a {
|
|
padding: 0 5px 0 25px;
|
|
}
|
|
.code-area-container .navs ul li:empty {
|
|
width: 20px;
|
|
}
|
|
.code-area-container .navs ul > li:not(first-child) > a {
|
|
padding: 0 25px;
|
|
}
|
|
.code-area-container .navs ul > li > a {
|
|
display: block;
|
|
color: #bfbfbf;
|
|
padding: 0 15px;
|
|
position: relative;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
height: 40px;
|
|
}
|
|
.code-area-container .navs ul > li > a .iconfont {
|
|
font-size: 14px !important;
|
|
display: inline-block;
|
|
margin-left: 5px;
|
|
}
|
|
.code-area-container .navs ul > li > a.active: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 .action-bar-container {
|
|
flex: 5 0 auto;
|
|
}
|
|
.dir-tree {
|
|
background: #031b2a;
|
|
height: calc(100vh - 54px - 51px);
|
|
}
|
|
.dir-tree span {
|
|
color: #cbcbcb;
|
|
}
|
|
.tasks-page-wrp {
|
|
max-width: 356px;
|
|
overflow: hidden;
|
|
padding: 0 40px;
|
|
position: relative;
|
|
}
|
|
.tasks-page-wrp ul {
|
|
position: relative;
|
|
transition: all 0.5s;
|
|
left: -5px;
|
|
}
|
|
.tasks-page-wrp .tasks-prev-xterm {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 5px;
|
|
z-index: 1;
|
|
cursor: pointer;
|
|
width: 40px;
|
|
background: #12364e;
|
|
border: none;
|
|
color: #0152d9;
|
|
}
|
|
.tasks-page-wrp .tasks-prev-xterm:disabled {
|
|
color: #344a58;
|
|
background: #17232b;
|
|
}
|
|
.tasks-page-wrp .tasks-next-xterm {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 5px;
|
|
z-index: 1;
|
|
cursor: pointer;
|
|
width: 40px;
|
|
background: #12364e;
|
|
border: none;
|
|
color: #0152d9;
|
|
}
|
|
.tasks-page-wrp .tasks-next-xterm:disabled {
|
|
color: #344a58;
|
|
background: #17232b;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/code-repository/path-list/index.less?modules ***!
|
|
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.path-container___KGFjp {
|
|
position: absolute;
|
|
margin: 0;
|
|
z-index: 3;
|
|
top: 40px;
|
|
left: 22px;
|
|
overflow-y: auto;
|
|
min-height: 40px;
|
|
max-height: 200px;
|
|
height: auto !important;
|
|
background: #010e1f;
|
|
padding: 12px 10px;
|
|
font-weight: 400;
|
|
color: #747a7f;
|
|
box-shadow: #1f2f3b 0px 3px 10px 0px;
|
|
}
|
|
.path-container___KGFjp li {
|
|
height: 22px;
|
|
padding: 0 10px;
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
margin-bottom: 5px;
|
|
}
|
|
.path-container___KGFjp li a {
|
|
color: #747a7f;
|
|
}
|
|
.path-container___KGFjp li a:hover {
|
|
color: #eee;
|
|
}
|
|
.path-container___KGFjp li.active___mpzPi a {
|
|
color: #2ea4ff;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!*************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/xterm/css/xterm.css ***!
|
|
\*************************************************************************************************************************************************************************************************************************************/
|
|
/**
|
|
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
|
|
* Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
|
|
* https://github.com/chjj/term.js
|
|
* @license MIT
|
|
*
|
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
* of this software and associated documentation files (the "Software"), to deal
|
|
* in the Software without restriction, including without limitation the rights
|
|
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
* copies of the Software, and to permit persons to whom the Software is
|
|
* furnished to do so, subject to the following conditions:
|
|
*
|
|
* The above copyright notice and this permission notice shall be included in
|
|
* all copies or substantial portions of the Software.
|
|
*
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
* THE SOFTWARE.
|
|
*
|
|
* Originally forked from (with the author's permission):
|
|
* Fabrice Bellard's javascript vt100 for jslinux:
|
|
* http://bellard.org/jslinux/
|
|
* Copyright (c) 2011 Fabrice Bellard
|
|
* The original design remains. The terminal itself
|
|
* has been extended to include xterm CSI codes, among
|
|
* other features.
|
|
*/
|
|
|
|
/**
|
|
* Default styles for xterm.js
|
|
*/
|
|
|
|
.xterm {
|
|
font-feature-settings: "liga" 0;
|
|
position: relative;
|
|
-moz-user-select: none;
|
|
user-select: none;
|
|
-ms-user-select: none;
|
|
-webkit-user-select: none;
|
|
}
|
|
|
|
.xterm.focus,
|
|
.xterm:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.xterm .xterm-helpers {
|
|
position: absolute;
|
|
top: 0;
|
|
/**
|
|
* The z-index of the helpers must be higher than the canvases in order for
|
|
* IMEs to appear on top.
|
|
*/
|
|
z-index: 5;
|
|
}
|
|
|
|
.xterm .xterm-helper-textarea {
|
|
padding: 0;
|
|
border: 0;
|
|
margin: 0;
|
|
/* Move textarea out of the screen to the far left, so that the cursor is not visible */
|
|
position: absolute;
|
|
opacity: 0;
|
|
left: -9999em;
|
|
top: 0;
|
|
width: 0;
|
|
height: 0;
|
|
z-index: -5;
|
|
/** Prevent wrapping so the IME appears against the textarea at the correct position */
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
resize: none;
|
|
}
|
|
|
|
.xterm .composition-view {
|
|
/* TODO: Composition position got messed up somewhere */
|
|
background: #000;
|
|
color: #FFF;
|
|
display: none;
|
|
position: absolute;
|
|
white-space: nowrap;
|
|
z-index: 1;
|
|
}
|
|
|
|
.xterm .composition-view.active {
|
|
display: block;
|
|
}
|
|
|
|
.xterm .xterm-viewport {
|
|
/* On OS X this is required in order for the scroll bar to appear fully opaque */
|
|
background-color: #000;
|
|
overflow-y: scroll;
|
|
cursor: default;
|
|
position: absolute;
|
|
right: 0;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.xterm .xterm-screen {
|
|
position: relative;
|
|
}
|
|
|
|
.xterm .xterm-screen canvas {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.xterm .xterm-scroll-area {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.xterm-char-measure-element {
|
|
display: inline-block;
|
|
visibility: hidden;
|
|
position: absolute;
|
|
top: 0;
|
|
left: -9999em;
|
|
line-height: normal;
|
|
}
|
|
|
|
.xterm {
|
|
cursor: text;
|
|
}
|
|
|
|
.xterm.enable-mouse-events {
|
|
/* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */
|
|
cursor: default;
|
|
}
|
|
|
|
.xterm.xterm-cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.xterm.column-select.focus {
|
|
/* Column selection mode */
|
|
cursor: crosshair;
|
|
}
|
|
|
|
.xterm .xterm-accessibility,
|
|
.xterm .xterm-message {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
z-index: 10;
|
|
color: transparent;
|
|
}
|
|
|
|
.xterm .live-region {
|
|
position: absolute;
|
|
left: -9999px;
|
|
width: 1px;
|
|
height: 1px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.xterm-dim {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.xterm-underline {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/xterm-panel/index.less?modules ***!
|
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.xterm-panel___XA0p9 {
|
|
height: 100%;
|
|
}
|
|
.xterm-panel___XA0p9 [class~='terminal'] {
|
|
height: 100%;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/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%);
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/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 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: 0;
|
|
min-height: initial;
|
|
font-weight: 400;
|
|
color: #666666;
|
|
font-size: 14px;
|
|
height: auto;
|
|
height: initial;
|
|
}
|
|
.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;
|
|
}
|
|
.iverilogFrame {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/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;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/code-repository/picture-panel/audio-panel/index.less ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.audio-container audio {
|
|
margin-top: 8px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|