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.
5162 lines
114 KiB
5162 lines
114 KiB
.task-wrapper {
|
|
height: 100vh;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
overflow: hidden;
|
|
}
|
|
.tpi-spin {
|
|
height: 100vh !important;
|
|
position: static !important;
|
|
position: initial !important;
|
|
}
|
|
.tasks-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:-ms-fullscreen .tasks-body {
|
|
height: 100vh !important;
|
|
}
|
|
body:fullscreen .tasks-body {
|
|
height: 100vh !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 */
|
|
|
|
.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 */
|
|
|
|
.wrp___z2l1F {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 108;
|
|
}
|
|
.wrp___z2l1F.bgBlack___3ezfX {
|
|
background: rgba(0, 0, 0, 0.5);
|
|
}
|
|
.wrp___z2l1F img,
|
|
.wrp___z2l1F video {
|
|
max-width: 100%;
|
|
max-height: 80%;
|
|
text-align: center;
|
|
}
|
|
.wrp___z2l1F iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
background: #fff;
|
|
}
|
|
.monaco___1ypjT {
|
|
position: absolute;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
.darkBlue___2ViJc * {
|
|
font-size: 14px;
|
|
}
|
|
.darkBlue___2ViJc [class~='margin'],
|
|
.darkBlue___2ViJc [class~='monaco-editor-background'] {
|
|
background: #0a0e2d !important;
|
|
}
|
|
.darkBlue___2ViJc [class~='line-numbers'] {
|
|
color: white !important;
|
|
}
|
|
.close___3q-z4 {
|
|
position: absolute;
|
|
right: 40px;
|
|
top: 40px;
|
|
z-index: 10;
|
|
display: flex;
|
|
}
|
|
.close___3q-z4 > 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___3dQqc {
|
|
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 */
|
|
|
|
.my-monaco-editor div,
|
|
.my-diff-editor div {
|
|
font-size: unset;
|
|
}
|
|
.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);
|
|
}
|
|
.button___1wy9m {
|
|
position: absolute;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: rgba(0, 0, 0, 0.3);
|
|
display: none;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.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 */
|
|
|
|
.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 */
|
|
|
|
.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 */
|
|
|
|
div.tree___noxec {
|
|
background: none;
|
|
color: #fff;
|
|
}
|
|
div.tree___noxec i {
|
|
font-style: normal;
|
|
}
|
|
div.tree___noxec [class~='ant-tree-treenode'] {
|
|
padding: 4px 0;
|
|
margin: 4px 0;
|
|
font-size: 14px;
|
|
}
|
|
div.tree___noxec [class~='ant-tree-treenode'] [class~='ant-tree-switcher_open'] [class~='icon-you1'] {
|
|
left: -1px;
|
|
}
|
|
div.tree___noxec [class~='ant-tree-treenode'] [class~='ant-tree-iconEle'] {
|
|
display: none;
|
|
}
|
|
div.tree___noxec [class~='ant-tree-treenode'] [class~='ant-tree-title'] {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|
|
div.tree___noxec [class~='ant-tree-treenode'] [class~='ant-tree-title'] [class~='iconfont'] {
|
|
margin-right: 8px;
|
|
}
|
|
div.tree___noxec [class~='ant-tree-treenode'] [class~='ant-tree-title'] [class~='icon-tasks-img'] {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 5px;
|
|
font-size: 0;
|
|
}
|
|
div.tree___noxec [class~='ant-tree-treenode']:hover::before {
|
|
background: #0152d9 !important;
|
|
}
|
|
div.tree___noxec [class~='ant-tree-treenode']:hover * {
|
|
color: #fff;
|
|
}
|
|
div.tree___noxec [class~='ant-tree-treenode-selected']::before {
|
|
visibility: hidden;
|
|
}
|
|
div.tree___noxec [class~='ant-tree-treenode-selected'] [class~='ant-tree-title'] {
|
|
color: #0152d9;
|
|
}
|
|
div.tree___noxec [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 */
|
|
|
|
.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 */
|
|
|
|
.ldsRing___2F8W7 {
|
|
position: relative;
|
|
width: 40px;
|
|
height: 40px;
|
|
margin: 0 auto;
|
|
}
|
|
.idsRingWrapper___fC2cF {
|
|
position: absolute;
|
|
z-index: 1000;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
}
|
|
.idsRingWrapper___fC2cF p {
|
|
text-align: center;
|
|
margin-top: 12px;
|
|
}
|
|
.ldsRing___2F8W7 div {
|
|
box-sizing: border-box;
|
|
display: block;
|
|
position: absolute;
|
|
width: 32px;
|
|
height: 32px;
|
|
margin: 4px;
|
|
border: 4px solid #1976d2;
|
|
border-radius: 50%;
|
|
animation: ldsring___3A88y 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
|
|
border-color: #1976d2 transparent transparent transparent;
|
|
}
|
|
.ldsRing___2F8W7 div:nth-child(1) {
|
|
animation-delay: -0.45s;
|
|
}
|
|
.ldsRing___2F8W7 div:nth-child(2) {
|
|
animation-delay: -0.3s;
|
|
}
|
|
.ldsRing___2F8W7 div:nth-child(3) {
|
|
animation-delay: -0.15s;
|
|
}
|
|
@keyframes ldsring___3A88y {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.discuss-item-container {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
width: 100%;
|
|
padding: 15px;
|
|
border-bottom: 1px solid #e3e3e3;
|
|
overflow: hidden;
|
|
}
|
|
.discuss-item-container section {
|
|
margin-left: 15px;
|
|
flex: 1 1 auto;
|
|
width: 100%;
|
|
}
|
|
.discuss-item-container .grey {
|
|
color: #ccc;
|
|
}
|
|
.discuss-content {
|
|
margin: 4px 0;
|
|
word-break: break-word;
|
|
word-wrap: break-word;
|
|
}
|
|
.discuss-content img {
|
|
max-width: 200px;
|
|
}
|
|
.discuss-info {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
align-items: center;
|
|
color: #999;
|
|
line-height: 16px;
|
|
font-size: 12px;
|
|
}
|
|
.discuss-info .top {
|
|
color: #ffffff;
|
|
padding: 0 8px;
|
|
background: #ff4343;
|
|
border-radius: 8px;
|
|
text-align: center;
|
|
}
|
|
.discuss-info .gift {
|
|
cursor: default;
|
|
}
|
|
.discuss-info .view-code {
|
|
color: #4cacff;
|
|
}
|
|
.discuss-info a {
|
|
color: #999;
|
|
}
|
|
.discuss-info a,
|
|
.discuss-info span {
|
|
margin-right: 15px;
|
|
}
|
|
.btn-group {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: space-between;
|
|
margin-bottom: 8px;
|
|
}
|
|
.btn-group .btn-group-gratify .ant-btn:nth-child(1) {
|
|
margin-right: 4px;
|
|
}
|
|
.btn-group .btn-group-other {
|
|
line-height: 29px;
|
|
}
|
|
.btn-group .btn-group-other .btn-top .iconfont {
|
|
transform: rotate(180deg);
|
|
display: inline-block;
|
|
}
|
|
.btn-group .btn-group-other a {
|
|
width: auto !important;
|
|
min-width: 31px;
|
|
margin-left: 10px;
|
|
text-align: center;
|
|
color: #888;
|
|
}
|
|
.btn-group .btn-group-other a .iconfont {
|
|
font-size: 14px !important;
|
|
}
|
|
.btn-group-succes {
|
|
margin: 10px 0;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: space-between;
|
|
margin-bottom: 8px;
|
|
}
|
|
.btn-group-succes .btn-group {
|
|
opacity: 0;
|
|
}
|
|
.btn-group-succes:hover .btn-group {
|
|
opacity: 1;
|
|
}
|
|
.btn-group-succes .btn-group-gratify .ant-btn:nth-child(1) {
|
|
margin-right: 4px;
|
|
}
|
|
.btn-group-succes .btn-group-other {
|
|
line-height: 29px;
|
|
}
|
|
.btn-group-succes .btn-group-other .btn-top .iconfont {
|
|
transform: rotate(180deg);
|
|
display: inline-block;
|
|
}
|
|
.btn-group-succes .btn-group-other a {
|
|
width: auto !important;
|
|
min-width: 31px;
|
|
margin-left: 10px;
|
|
text-align: center;
|
|
color: #888;
|
|
}
|
|
.btn-group-succes .btn-group-other a .iconfont {
|
|
font-size: 14px !important;
|
|
}
|
|
.marg15 {
|
|
margin-bottom: 15px;
|
|
}
|
|
.second-level-discuss {
|
|
padding: 10px 10px 5px;
|
|
background-color: #f4f4f4;
|
|
border-radius: 6px;
|
|
}
|
|
.second-level-discuss .btn-group {
|
|
opacity: 0;
|
|
}
|
|
.second-level-discuss:hover {
|
|
background: #ebebeb;
|
|
}
|
|
.second-level-discuss:hover .btn-group {
|
|
opacity: 1;
|
|
}
|
|
.discuss-info-body {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.content-gray {
|
|
color: #999999;
|
|
}
|
|
.reply-discuss-containerActive {
|
|
border-radius: 4px;
|
|
margin-bottom: 6px;
|
|
position: relative;
|
|
margin-top: 6px;
|
|
}
|
|
.reply-discuss-containerActive:before {
|
|
content: ' ';
|
|
position: absolute;
|
|
border-color: black;
|
|
width: 0;
|
|
height: 0;
|
|
border-left: 5px solid transparent;
|
|
border-right: 5px solid transparent;
|
|
left: 13px;
|
|
top: -9px;
|
|
border-bottom: 10px solid #f4f4f4;
|
|
}
|
|
.plus-one-animate {
|
|
position: absolute;
|
|
left: 35px;
|
|
top: -1px;
|
|
animation: mymove 1s forwards;
|
|
-webkit-animation: mymove 1s forwards;
|
|
/*Safari and Chrome*/
|
|
}
|
|
@keyframes mymove {
|
|
from {
|
|
top: -10px;
|
|
opacity: 1;
|
|
}
|
|
to {
|
|
top: -30px;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
.content {
|
|
padding: 22px 22px 8px;
|
|
}
|
|
.content-disappoint {
|
|
font-size: 16px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #434d6c;
|
|
margin-bottom: 20px;
|
|
}
|
|
.radius-box {
|
|
width: fit-content;
|
|
height: 34px;
|
|
padding: 5px 12px 7px;
|
|
border-radius: 16px;
|
|
border: 1px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
}
|
|
.blue-background {
|
|
color: #0152d9;
|
|
border: 1px solid #0152d9;
|
|
}
|
|
.blue-text-color {
|
|
color: #0152d9;
|
|
}
|
|
.gray-background {
|
|
opacity: 0.5;
|
|
border: 1px solid;
|
|
background-color: #f3f3f3;
|
|
}
|
|
.black6c-optcity {
|
|
color: #434d6c;
|
|
opacity: 1;
|
|
}
|
|
.blue-background-write {
|
|
color: #fff;
|
|
background-color: #0152d9;
|
|
}
|
|
.cursorPoint {
|
|
cursor: pointer;
|
|
}
|
|
.whether-satisfied {
|
|
height: 32px;
|
|
width: fit-content;
|
|
display: inline-block;
|
|
background: #f3f3f3;
|
|
border-radius: 2px;
|
|
border: 1px solid #bdd1ff;
|
|
line-height: 32px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
padding: 0 12px;
|
|
}
|
|
.whether-satisfied:hover {
|
|
background-color: #ffffff;
|
|
}
|
|
.whether-img {
|
|
margin-right: 4px;
|
|
width: 12px;
|
|
height: 12px;
|
|
}
|
|
.whether-satisfied:nth-child(1) {
|
|
margin-right: 4px;
|
|
}
|
|
.height30 {
|
|
height: 32px;
|
|
font-size: 14px;
|
|
}
|
|
.SVGColor {
|
|
fill: currentColor;
|
|
color: #0152d9;
|
|
vertical-align: baseline;
|
|
}
|
|
.height30-line {
|
|
height: 30px;
|
|
line-height: 20px;
|
|
font-size: 14px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.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 */
|
|
|
|
/* BASICS */
|
|
|
|
.CodeMirror {
|
|
/* Set height, width, borders, and global font properties here */
|
|
font-family: monospace;
|
|
height: 300px;
|
|
color: black;
|
|
direction: ltr;
|
|
}
|
|
|
|
/* 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-linenumbers {}
|
|
.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 {
|
|
0% {}
|
|
50% { background-color: transparent; }
|
|
100% {}
|
|
}
|
|
|
|
/* Can style cursor different in overwrite (non-insert) mode */
|
|
.CodeMirror-overwrite .CodeMirror-cursor {}
|
|
|
|
.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,
|
|
.cm-s-default .cm-punctuation,
|
|
.cm-s-default .cm-property,
|
|
.cm-s-default .cm-operator {}
|
|
.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, .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;
|
|
outline: 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-widget {}
|
|
|
|
.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, .4);
|
|
}
|
|
|
|
/* Used to force a border model for a node */
|
|
.cm-force-border { padding-right: .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; }
|
|
|
|
.markdown-editor-wrapper {
|
|
position: relative;
|
|
margin-bottom: 12px;
|
|
}
|
|
.markdown-editor-body {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
width: 100%;
|
|
height: calc(100% - 38px);
|
|
align-items: center;
|
|
overflow: hidden;
|
|
}
|
|
.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;
|
|
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;
|
|
}
|
|
.mouse-hover-md {
|
|
border: 1px dashed #0152d9;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.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 */
|
|
|
|
@font-face {
|
|
font-family: "md-iconfont";
|
|
src: url(./static/iconfont.cc69dd0c.eot);
|
|
/* IE9 */
|
|
src: url(./static/iconfont.cc69dd0c.eot#iefix) format('embedded-opentype'),
|
|
|
|
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.3e4bb627.woff) format('woff'),
|
|
url(./static/iconfont.6929d350.ttf) format('truetype'),
|
|
|
|
url(./static/iconfont.a0c3fc35.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";
|
|
}
|
|
/* Port of TextMate's Blackboard theme */
|
|
|
|
.cm-s-blackboard.CodeMirror { background: #0C1021; color: #F8F8F8; }
|
|
.cm-s-blackboard div.CodeMirror-selected { background: #253B76; }
|
|
.cm-s-blackboard .CodeMirror-line::selection, .cm-s-blackboard .CodeMirror-line > span::selection, .cm-s-blackboard .CodeMirror-line > span > span::selection { background: rgba(37, 59, 118, .99); }
|
|
.cm-s-blackboard .CodeMirror-line::-moz-selection, .cm-s-blackboard .CodeMirror-line > span::-moz-selection, .cm-s-blackboard .CodeMirror-line > span > span::-moz-selection { background: rgba(37, 59, 118, .99); }
|
|
.cm-s-blackboard .CodeMirror-gutters { background: #0C1021; border-right: 0; }
|
|
.cm-s-blackboard .CodeMirror-guttermarker { color: #FBDE2D; }
|
|
.cm-s-blackboard .CodeMirror-guttermarker-subtle { color: #888; }
|
|
.cm-s-blackboard .CodeMirror-linenumber { color: #888; }
|
|
.cm-s-blackboard .CodeMirror-cursor { border-left: 1px solid #A7A7A7; }
|
|
|
|
.cm-s-blackboard .cm-keyword { color: #FBDE2D; }
|
|
.cm-s-blackboard .cm-atom { color: #D8FA3C; }
|
|
.cm-s-blackboard .cm-number { color: #D8FA3C; }
|
|
.cm-s-blackboard .cm-def { color: #8DA6CE; }
|
|
.cm-s-blackboard .cm-variable { color: #FF6400; }
|
|
.cm-s-blackboard .cm-operator { color: #FBDE2D; }
|
|
.cm-s-blackboard .cm-comment { color: #AEAEAE; }
|
|
.cm-s-blackboard .cm-string { color: #61CE3C; }
|
|
.cm-s-blackboard .cm-string-2 { color: #61CE3C; }
|
|
.cm-s-blackboard .cm-meta { color: #D8FA3C; }
|
|
.cm-s-blackboard .cm-builtin { color: #8DA6CE; }
|
|
.cm-s-blackboard .cm-tag { color: #8DA6CE; }
|
|
.cm-s-blackboard .cm-attribute { color: #8DA6CE; }
|
|
.cm-s-blackboard .cm-header { color: #FF6400; }
|
|
.cm-s-blackboard .cm-hr { color: #AEAEAE; }
|
|
.cm-s-blackboard .cm-link { color: #8DA6CE; }
|
|
.cm-s-blackboard .cm-error { background: #9D1E15; color: #F8F8F8; }
|
|
|
|
.cm-s-blackboard .CodeMirror-activeline-background { background: #3C3636; }
|
|
.cm-s-blackboard .CodeMirror-matchingbracket { outline:1px solid grey;color:white !important; }
|
|
|
|
.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 */
|
|
|
|
.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 */
|
|
|
|
.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 */
|
|
|
|
.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 */
|
|
|
|
.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 */
|
|
|
|
.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 */
|
|
|
|
.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 */
|
|
|
|
.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 */
|
|
|
|
.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 */
|
|
|
|
.action-bar-container___3Et9N {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
height: 40px;
|
|
overflow: hidden;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.action-bar-container___3Et9N img {
|
|
display: block;
|
|
}
|
|
.edit-status___1BgGg {
|
|
color: #888;
|
|
font-size: 14px;
|
|
}
|
|
.action-bar___Q-6Wi {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
flex: 1 0;
|
|
}
|
|
.action-bar___Q-6Wi a {
|
|
margin-right: 11px;
|
|
color: #747a7f;
|
|
text-decoration: none;
|
|
}
|
|
.action-bar___Q-6Wi a i.iconfont___3Ar9E {
|
|
display: inline-block;
|
|
margin-right: 5px;
|
|
}
|
|
.action-bar___Q-6Wi a:hover {
|
|
color: #0152d9;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.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 */
|
|
|
|
.tpi-code-setting {
|
|
height: calc(100vh - 54px - 51px);
|
|
background: #031b2a;
|
|
padding: 15px 13px 15px 26px;
|
|
color: #ddd;
|
|
font-size: 13px;
|
|
line-height: 17px;
|
|
}
|
|
.tpi-code-setting.oj {
|
|
height: calc(100vh - 65px);
|
|
}
|
|
.tpi-code-setting h3 {
|
|
color: #008cff;
|
|
font-size: 16px;
|
|
line-height: 21px;
|
|
padding-bottom: 12px;
|
|
text-align: left;
|
|
width: 100%;
|
|
display: block;
|
|
border-bottom: 1px solid #092436;
|
|
}
|
|
.tpi-code-setting .file-item {
|
|
color: #ddd;
|
|
padding: 20px 0 0 0;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.tpi-code-setting .file-item.action {
|
|
justify-content: flex-start;
|
|
}
|
|
.tpi-code-setting .file-item.action .iconfont {
|
|
margin-right: 21px;
|
|
}
|
|
.tpi-code-setting .file-item span {
|
|
max-width: 148px;
|
|
}
|
|
.tpi-code-setting .file-item:last-child {
|
|
margin-bottom: 25px;
|
|
}
|
|
.tpi-code-setting span {
|
|
color: #597a8f;
|
|
}
|
|
.setting-drawer .ant-drawer-content-wrapper {
|
|
top: 54px;
|
|
bottom: 51px;
|
|
}
|
|
.setting-drawer .ant-drawer-content {
|
|
height: auto;
|
|
}
|
|
.oj .ant-drawer-content-wrapper {
|
|
top: 65px;
|
|
}
|
|
.setting-drawer .ant-drawer-body,
|
|
.oj .ant-drawer-body {
|
|
background: #031b2a;
|
|
}
|
|
.setting-drawer .ant-drawer-body,
|
|
.oj .ant-drawer-body {
|
|
padding: 0;
|
|
height: auto;
|
|
}
|
|
.setting-drawer .ant-select-selection,
|
|
.oj .ant-select-selection {
|
|
width: 120px;
|
|
background: #0a2030;
|
|
color: #597a8f;
|
|
border: 1px solid #597a8f;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.flex_box_center___1siF3 {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___1LIBe {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___1SENm {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___aKcm8 {
|
|
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___3xSXM {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.wrap___1JpHn [class~='ant-drawer-content-wrapper'] {
|
|
margin-top: 54px;
|
|
}
|
|
.wrap___1JpHn [class~='ant-drawer-body'] {
|
|
margin-bottom: 60px;
|
|
}
|
|
.wrap___1JpHn [class~='ant-drawer-content'] {
|
|
background: none;
|
|
}
|
|
.wrap___1JpHn [class~='ant-drawer-wrapper-body'],
|
|
.wrap___1JpHn [class~='ant-drawer-header'] {
|
|
background: #031b2a;
|
|
color: #fff;
|
|
border: none;
|
|
}
|
|
.wrap___1JpHn [class~='ant-drawer-title'] {
|
|
color: #fff;
|
|
font-size: 16px;
|
|
padding: 19px 0 0 4px;
|
|
}
|
|
.list___eeGJr {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
margin: 7px 0;
|
|
padding-left: 4px;
|
|
}
|
|
.list___eeGJr dt,
|
|
.list___eeGJr dd {
|
|
margin: 0;
|
|
}
|
|
.list___eeGJr dt {
|
|
flex: 1 1;
|
|
-webkit-box-orient: vertical;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 1;
|
|
overflow: hidden;
|
|
word-break: break-all;
|
|
height: 24px;
|
|
}
|
|
.list___eeGJr dd {
|
|
width: 66px;
|
|
text-align: right;
|
|
color: #0152d9;
|
|
cursor: pointer;
|
|
}
|
|
.page___2LktT {
|
|
font-size: 14px;
|
|
margin-top: 20px;
|
|
}
|
|
.page___2LktT [class~='ant-pagination-item'],
|
|
.page___2LktT [class~='ant-pagination-item-link'] {
|
|
color: #0152d9;
|
|
}
|
|
.page___2LktT [class~='ant-pagination-item'] a,
|
|
.page___2LktT [class~='ant-pagination-item-link'] a {
|
|
color: #0152d9;
|
|
}
|
|
.page___2LktT [class~='ant-pagination-item-active'] {
|
|
background: #0152d9;
|
|
}
|
|
.page___2LktT [class~='ant-pagination-item-active'] a {
|
|
color: #fff;
|
|
}
|
|
.page___2LktT [class~='ant-pagination-disabled'] a,
|
|
.page___2LktT [class~='ant-pagination-disabled'] button {
|
|
color: #7f99a7;
|
|
}
|
|
.page___2LktT [class~='ant-pagination-disabled'] a:hover,
|
|
.page___2LktT [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 */
|
|
|
|
.test-set-container___1ntSt {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 258px;
|
|
background: #111c24;
|
|
overflow: hidden auto;
|
|
color: #f4f1ed;
|
|
}
|
|
.resize-y-bar___1H5tU {
|
|
height: 3px;
|
|
background: #111c24;
|
|
border-top: 1px solid #19527b;
|
|
cursor: ns-resize;
|
|
position: relative;
|
|
}
|
|
.resize-y-bar___1H5tU [class~='iconfont'] {
|
|
color: #0152d9;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-top: -8px;
|
|
margin-left: -17px;
|
|
z-index: 10;
|
|
}
|
|
.code-area-container___3jW3- {
|
|
background: #111c24;
|
|
position: relative;
|
|
overflow-y: auto;
|
|
}
|
|
.code-area-container___3jW3- .xterm-panel___34hmU {
|
|
height: 100%;
|
|
overflow: hidden;
|
|
background: #000;
|
|
}
|
|
.code-area-container___3jW3- .xterm-panel___34hmU .xterm-rows___1CWkx,
|
|
.code-area-container___3jW3- .xterm-panel___34hmU .xterm___3izNA {
|
|
height: 100% !important;
|
|
}
|
|
.code-area-container___3jW3- .xterm-panel___34hmU .xterm-screen___1ZnA6 {
|
|
height: 100% !important;
|
|
}
|
|
.code-area-container___3jW3- .navs___zbATm {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
.code-area-container___3jW3- .navs___zbATm .arrow-right___135_M {
|
|
cursor: pointer;
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 6px solid transparent;
|
|
border-bottom: 6px solid transparent;
|
|
border-left: 8px solid #bfbfbf;
|
|
}
|
|
.code-area-container___3jW3- .navs___zbATm .arrow-down___8TNRj {
|
|
width: 0;
|
|
height: 0;
|
|
border-left: 6px solid transparent;
|
|
border-right: 6px solid transparent;
|
|
border-top: 8px solid #bfbfbf;
|
|
}
|
|
.code-area-container___3jW3- .navs___zbATm ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
height: 40px;
|
|
}
|
|
.code-area-container___3jW3- .navs___zbATm ul li.flex-container___3V3ix {
|
|
text-align: center;
|
|
width: 98px;
|
|
}
|
|
.code-area-container___3jW3- .navs___zbATm ul li.flex-container___3V3ix > a {
|
|
padding: 0 5px 0 25px;
|
|
}
|
|
.code-area-container___3jW3- .navs___zbATm ul li:empty {
|
|
width: 20px;
|
|
}
|
|
.code-area-container___3jW3- .navs___zbATm ul > li:not(first-child) > a {
|
|
padding: 0 25px;
|
|
}
|
|
.code-area-container___3jW3- .navs___zbATm ul > li > a {
|
|
display: block;
|
|
color: #bfbfbf;
|
|
padding: 0 15px;
|
|
position: relative;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
height: 40px;
|
|
}
|
|
.code-area-container___3jW3- .navs___zbATm ul > li > a .iconfont___3rTTR {
|
|
font-size: 14px !important;
|
|
display: inline-block;
|
|
margin-left: 5px;
|
|
}
|
|
.code-area-container___3jW3- .navs___zbATm ul > li > a.active___1saNv: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___3jW3- .action-bar-container___399DC {
|
|
flex: 5 0 auto;
|
|
}
|
|
.code-area-container___3jW3- .action-bar-container___399DC .action-bar___1-saI {
|
|
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___3jW3- .action-bar-container___399DC .action-bar___1-saI span {
|
|
flex: 1 0;
|
|
}
|
|
.code-area-container___3jW3- .action-bar-container___399DC .action-bar___1-saI a {
|
|
color: #fff;
|
|
margin-left: 10px;
|
|
}
|
|
.right-panel___3orFe {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
}
|
|
.action-container___1opPs {
|
|
position: relative;
|
|
background: #05101a;
|
|
height: 51px;
|
|
}
|
|
.setting-drawer___1NgWi [class~='ant-drawer-content-wrapper'] {
|
|
top: 54px;
|
|
bottom: 51px;
|
|
}
|
|
.setting-drawer___1NgWi [class~='ant-drawer-content'] {
|
|
height: auto;
|
|
}
|
|
.oj___23iIP [class~='ant-drawer-content-wrapper'] {
|
|
top: 65px;
|
|
}
|
|
.setting-drawer___1NgWi [class~='ant-drawer-body'],
|
|
.oj___23iIP [class~='ant-drawer-body'] {
|
|
background: #031b2a;
|
|
}
|
|
.setting-drawer___1NgWi [class~='ant-drawer-body'],
|
|
.oj___23iIP [class~='ant-drawer-body'] {
|
|
padding: 0;
|
|
height: auto;
|
|
}
|
|
.setting-drawer___1NgWi [class~='ant-select-selection'],
|
|
.oj___23iIP [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 */
|
|
|
|
.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.00704ce3.svg);
|
|
background-size: 100%;
|
|
}
|
|
.choose-container .checkbox {
|
|
border-radius: 2px;
|
|
}
|
|
.choose-container .checkbox.active {
|
|
background: url(./static/checkbox.f32c12cb.svg);
|
|
background-size: 100%;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.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 */
|
|
|
|
.action-container___UsSFw {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
color: #747a7f;
|
|
padding: 0 15px;
|
|
height: 100%;
|
|
}
|
|
.action-container___UsSFw .eval-btn-group___3FHdc {
|
|
justify-content: flex-end;
|
|
flex: 2 1 auto;
|
|
}
|
|
.action-container___UsSFw .eval-desc___2RSnM {
|
|
flex: 2 1 auto;
|
|
}
|
|
.action-container___UsSFw .eval-desc___2RSnM span:last-child {
|
|
flex: 3 1;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.action-container___UsSFw span {
|
|
margin-right: 15px;
|
|
}
|
|
.action-container___UsSFw .btn-run___3Xli0 {
|
|
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___UsSFw .btn-run___3Xli0 img {
|
|
margin-right: 4px;
|
|
}
|
|
.action-container___UsSFw .btn-run___3Xli0:disabled {
|
|
background: #555d68;
|
|
}
|
|
.action-container___UsSFw .btn-run-self___2DnEi {
|
|
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___UsSFw .btn-run-self___2DnEi span {
|
|
margin: 0;
|
|
}
|
|
.action-container___UsSFw .btn-run-self___2DnEi:disabled {
|
|
background: #555d68;
|
|
}
|
|
.ghost-link___21xwP {
|
|
margin: 8px;
|
|
color: #0152d9 !important;
|
|
border: 1px solid #0152d9;
|
|
height: 30px;
|
|
padding: 0 16px;
|
|
border-radius: 2px;
|
|
line-height: 30px;
|
|
}
|
|
.ghost-link___21xwP:hover {
|
|
background: #4890ff;
|
|
text-decoration: none;
|
|
color: #fff !important;
|
|
}
|
|
.link___2BUFk {
|
|
color: #0152d9;
|
|
text-decoration: underline;
|
|
}
|
|
.link___2BUFk: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 */
|
|
|
|
.flex_box_center___gv1YF {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___pJTp_ {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___2X-O9 {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___21hK4 {
|
|
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___psPJb {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.wrap___QvUDk {
|
|
position: relative;
|
|
}
|
|
.wrap___QvUDk .full___2gLfk {
|
|
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 */
|
|
|
|
.flex_box_center___ITCrt {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___miKTU {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___21Sc2 {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___3G7O1 {
|
|
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___2UQvZ {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
ul.menu___3WFLo {
|
|
width: 122px;
|
|
background: #686f9a;
|
|
color: white;
|
|
}
|
|
ul.menu___3WFLo li {
|
|
color: white;
|
|
}
|
|
ul.menu___3WFLo [class~='ant-dropdown-menu-item-active'] {
|
|
background: #3e4571;
|
|
}
|
|
ul.menu___3WFLo [class~='ant-dropdown-menu-item-disabled'] {
|
|
background: none !important;
|
|
color: #b0b5d6;
|
|
}
|
|
.warehouse___2PwKB {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.warehouse___2PwKB .header___Sod9H {
|
|
height: 60px;
|
|
background: #282e55;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
}
|
|
.warehouse___2PwKB .header___Sod9H .title___1Y3oM {
|
|
margin: 0 20px;
|
|
}
|
|
.warehouse___2PwKB .header___Sod9H input {
|
|
width: 290px;
|
|
height: 34px;
|
|
background-color: #686f9a;
|
|
color: #fff;
|
|
border-radius: 4px;
|
|
border: 0;
|
|
margin-right: 14px;
|
|
padding: 0 14px;
|
|
}
|
|
.warehouse___2PwKB .content___1E7ip {
|
|
flex: 1 1;
|
|
display: flex;
|
|
position: relative;
|
|
}
|
|
.warehouse___2PwKB .content___1E7ip .left___2pmQt {
|
|
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___2PwKB .content___1E7ip .left___2pmQt .close___37Pej {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
right: 16px;
|
|
top: 13px;
|
|
color: #555a88;
|
|
}
|
|
.warehouse___2PwKB .content___1E7ip .left___2pmQt > section {
|
|
flex: 1 1;
|
|
overflow: auto;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
.warehouse___2PwKB .content___1E7ip .left___2pmQt .ant-tabs .ant-tabs-nav {
|
|
color: #fff;
|
|
margin-left: 20px;
|
|
}
|
|
.warehouse___2PwKB .content___1E7ip .left___2pmQt .ant-tabs .ant-tabs-nav::before {
|
|
left: 25px;
|
|
border-bottom: 1px solid #282e55;
|
|
width: 90%;
|
|
}
|
|
.warehouse___2PwKB .content___1E7ip .right___1JM70 {
|
|
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___2PwKB .content___1E7ip .right___1JM70 div[class~='my-codemirror-container'] {
|
|
border: none;
|
|
}
|
|
.warehouse___2PwKB .content___1E7ip .right___1JM70 div[class~='my-codemirror-container'] [class~='CodeMirror-wrap'],
|
|
.warehouse___2PwKB .content___1E7ip .right___1JM70 div[class~='my-codemirror-container'] [class~='CodeMirror-gutters'] {
|
|
background: #0a0e2e;
|
|
}
|
|
.warehouse___2PwKB .content___1E7ip .right___1JM70 div[class~='my-codemirror-container'] [class~='CodeMirror-line'] {
|
|
padding-left: 18px;
|
|
}
|
|
.warehouse___2PwKB .content___1E7ip .right___1JM70 div[class~='my-codemirror-container'] [class~='CodeMirror-wrap'] {
|
|
position: absolute;
|
|
left: 21px;
|
|
right: 21px;
|
|
top: 60px;
|
|
bottom: 0;
|
|
height: auto;
|
|
}
|
|
.warehouse___2PwKB .content___1E7ip .right___1JM70 div[class~='my-codemirror-container'] [class~='CodeMirror-linenumber'] {
|
|
color: white;
|
|
}
|
|
.loading___2h7Lc {
|
|
width: 100%;
|
|
top: 0;
|
|
bottom: 70px;
|
|
position: absolute;
|
|
}
|
|
.loading___2h7Lc [class~='ant-spin-container'] {
|
|
position: static !important;
|
|
position: initial !important;
|
|
}
|
|
.empty___2PqJB {
|
|
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___zn34y {
|
|
overflow: visible !important;
|
|
overflow: initial !important;
|
|
}
|
|
.tabs___zn34y [class~='ant-tabs-nav']::before {
|
|
display: none;
|
|
}
|
|
.tabs___zn34y [class~='ant-tabs-tab'] {
|
|
cursor: pointer;
|
|
}
|
|
.tabs___zn34y [class~='ant-tabs-tab-btn'] {
|
|
color: white;
|
|
}
|
|
.tabs___zn34y [class~='ant-tabs-nav-wrap'] {
|
|
overflow: visible !important;
|
|
overflow: initial !important;
|
|
}
|
|
.tabs___zn34y [class~='ant-tabs-ink-bar'] {
|
|
bottom: -13px !important;
|
|
}
|
|
.line___2Ft7K {
|
|
width: 1px;
|
|
height: 16px;
|
|
background: #686f9a;
|
|
border-radius: 1px;
|
|
margin-left: 28px;
|
|
}
|
|
.footer___cQjHk {
|
|
height: 64px;
|
|
background: #282e55;
|
|
width: 100%;
|
|
z-index: 5;
|
|
position: absolute;
|
|
padding: 0 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.footer___cQjHk button {
|
|
width: 100px;
|
|
height: 40px;
|
|
}
|
|
.footer___cQjHk a {
|
|
width: 80px;
|
|
height: 40px;
|
|
border-radius: 4px;
|
|
border: 1px solid #0152d9;
|
|
cursor: pointer;
|
|
line-height: 38px;
|
|
text-align: center;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
}
|
|
.commit___1TgxV {
|
|
background: #0a143d;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: auto;
|
|
}
|
|
.blueLight___a6l-z {
|
|
color: #b0b5d6;
|
|
font-size: 14px;
|
|
}
|
|
.filePathWrp___104JD {
|
|
height: 56px;
|
|
border-bottom: 1px solid #3e4571;
|
|
margin: 0 30px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.filePath___21Vqm {
|
|
font-size: 0;
|
|
}
|
|
.filePath___21Vqm span {
|
|
max-width: 200px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
}
|
|
.filePath___21Vqm span:after {
|
|
content: '/';
|
|
color: #fff;
|
|
margin: 0 2px;
|
|
display: inline-block;
|
|
}
|
|
.filePath___21Vqm span:nth-clid(:odd) {
|
|
color: #1890ff;
|
|
}
|
|
.filePath___21Vqm span:nth-last-child(1) {
|
|
color: #fff;
|
|
}
|
|
.filePath___21Vqm span:nth-last-child(1):after {
|
|
display: none;
|
|
}
|
|
.bottom0___3wcE2 {
|
|
bottom: 0 !important;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.wrap___2UNvJ {
|
|
padding: 0px 20px 0px 20px;
|
|
}
|
|
.modal___i6_bN {
|
|
z-index: 9999;
|
|
}
|
|
.title___ae-La {
|
|
font-size: 20px;
|
|
}
|
|
.path___3AJgW {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
line-height: 40px;
|
|
white-space: nowrap;
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
color: #888888;
|
|
font-size: 16px;
|
|
}
|
|
.colorBlue___afQvH {
|
|
color: #4cacff;
|
|
}
|
|
.width240___9YsKN {
|
|
width: 240px;
|
|
}
|
|
.filePath___2-i4S {
|
|
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 */
|
|
|
|
.wrap___1VfLE {
|
|
padding: 20px;
|
|
}
|
|
.content___20B4M {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 200px;
|
|
overflow-y: auto;
|
|
background: #f5f5f5;
|
|
padding: 10px;
|
|
font-size: 14px;
|
|
}
|
|
.content___20B4M a {
|
|
color: #05101a;
|
|
}
|
|
.content___20B4M a:hover {
|
|
color: #40a9ff;
|
|
}
|
|
.mainPathWrap___3qDeg {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.colorBlue___2ZjUq {
|
|
color: #0152d9;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.wrap___3gf4v {
|
|
background-color: #fff;
|
|
padding: 0px 30px 0px 30px;
|
|
}
|
|
.wrap___3gf4v [class~='ant-upload-drag'] {
|
|
background: rgba(24, 144, 255, 0.04) !important;
|
|
border-radius: 4px;
|
|
border: 1px dashed #1890ff;
|
|
}
|
|
.title___BnbVm {
|
|
font-size: 20px;
|
|
}
|
|
.path___1Prpu {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
line-height: 40px;
|
|
white-space: nowrap;
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
color: #888888;
|
|
font-size: 16px;
|
|
}
|
|
.colorBlue___1sUTa {
|
|
color: #4cacff;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.flex_box_center___21Vfj {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___uZYuI {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___YbtWj {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end_____Dod {
|
|
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___38gQH {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.headLeft___2agg1 {
|
|
color: #fff;
|
|
font-size: 14px;
|
|
padding: 20px;
|
|
}
|
|
.colorBlue___3Vx0N {
|
|
color: #4cacff;
|
|
cursor: pointer;
|
|
}
|
|
.wrap___2WfDC [class~='ant-switch'] {
|
|
background: #e53333;
|
|
}
|
|
.wrap___2WfDC [class~='ant-switch-checked'] {
|
|
background: #1890fb;
|
|
}
|
|
.nodata___2f07p img {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin-bottom: 30px;
|
|
}
|
|
.nodataText___3TEWn {
|
|
text-align: center;
|
|
color: #999;
|
|
font-size: 14px;
|
|
}
|
|
.content___2_atz {
|
|
margin-top: 20px;
|
|
}
|
|
.content___2_atz [class~='ant-tree'] {
|
|
background: none;
|
|
color: #fff;
|
|
}
|
|
.content___2_atz [class~='ant-tree-treenode-selected'] {
|
|
color: #fff;
|
|
width: 100%;
|
|
}
|
|
.content___2_atz [class~='ant-tree-treenode-selected']::before {
|
|
background: #2f3662 !important;
|
|
}
|
|
.content___2_atz [class~='ant-tree-node-content-wrapper'] {
|
|
background: none !important;
|
|
color: #fff !important;
|
|
}
|
|
.content___2_atz [class~='ant-tree-node-content-wrapper']:hover {
|
|
background: none !important;
|
|
}
|
|
.content___2_atz [class~='drag-over'] > [draggable] {
|
|
opacity: 1 !important;
|
|
}
|
|
.content___2_atz [class~='drag-over'][class~='ant-tree-treenode-switcher-close']::before,
|
|
.content___2_atz [class~='drag-over'][class~='ant-tree-treenode-switcher-open']::before {
|
|
background: #2f3662 !important;
|
|
}
|
|
.content___2_atz [class~='drag-over'][class~='ant-tree-treenode-switcher-close'] [class~='icon-gengduo2'],
|
|
.content___2_atz [class~='drag-over'][class~='ant-tree-treenode-switcher-open'] [class~='icon-gengduo2'] {
|
|
display: inline;
|
|
}
|
|
.content___2_atz [class~='drag-over'][class~='ant-tree-treenode-switcher-close'] [class~='ant-tree-node-content-wrapper'],
|
|
.content___2_atz [class~='drag-over'][class~='ant-tree-treenode-switcher-open'] [class~='ant-tree-node-content-wrapper'] {
|
|
flex: 1 1;
|
|
}
|
|
.content___2_atz [class~='ant-tree-treenode'] {
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 36px;
|
|
padding: 5px 0;
|
|
}
|
|
.content___2_atz [class~='ant-tree-treenode'] * {
|
|
transition: none !important;
|
|
}
|
|
.content___2_atz [class~='ant-tree-treenode']:hover::before {
|
|
background: #2f3662 !important;
|
|
bottom: 0 !important;
|
|
}
|
|
.content___2_atz [class~='ant-tree-treenode']:hover [class~='icon-gengduo2'] {
|
|
display: inline;
|
|
}
|
|
.content___2_atz [class~='ant-tree-treenode'] [class~='ant-tree-node-content-wrapper'] {
|
|
flex: 1 1;
|
|
}
|
|
.content___2_atz [class~='ant-tree-treenode'] [class~='icon-gengduo2'] {
|
|
top: -1px;
|
|
}
|
|
.content___2_atz [class~='drag-over-gap-top'],
|
|
.content___2_atz [class~='drag-over-gap-bottom'] {
|
|
transition: none !important;
|
|
}
|
|
.content___2_atz [class~='drag-over-gap-top'] > [draggable],
|
|
.content___2_atz [class~='drag-over-gap-bottom'] > [draggable] {
|
|
border: 0px solid #000 !important;
|
|
transition: none !important;
|
|
line-height: 24px !important;
|
|
}
|
|
.gitCode___3gBXU {
|
|
color: #fff;
|
|
padding: 45px 14px 0 20px;
|
|
font-size: 14px;
|
|
}
|
|
[class~='ant-tree-switcher'] {
|
|
margin-left: 20px;
|
|
}
|
|
.ellipsis___1HiNM {
|
|
margin: 5px 10px;
|
|
}
|
|
[class~='c-555a88'] {
|
|
border-radius: 8px;
|
|
position: relative;
|
|
}
|
|
ul.menu___1DQOO {
|
|
width: 122px;
|
|
background: #686f9a;
|
|
color: white;
|
|
}
|
|
ul.menu___1DQOO li {
|
|
color: white;
|
|
}
|
|
ul.menu___1DQOO [class~='ant-dropdown-menu-item-active'] {
|
|
background: #3e4571;
|
|
}
|
|
.overlayClass___2EPCd [class~='ant-tooltip-content'] {
|
|
position: relative;
|
|
z-index: 11;
|
|
}
|
|
.overlayClass___2EPCd [class~='ant-tooltip-content'] [class~='ant-tooltip-arrow-content'] {
|
|
left: -16px;
|
|
}
|
|
.overlayClass___2EPCd::before {
|
|
content: ' ';
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
z-index: 10;
|
|
background: rgba(0, 0, 0, 0.3);
|
|
}
|
|
.tips___3g6oq {
|
|
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 */
|
|
|
|
.wrap___3g908 {
|
|
padding: 20px;
|
|
}
|
|
.content___DKfAL {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 200px;
|
|
overflow-y: auto;
|
|
background: #f5f5f5;
|
|
padding: 10px;
|
|
font-size: 14px;
|
|
}
|
|
.content___DKfAL a {
|
|
color: #05101a;
|
|
}
|
|
.content___DKfAL a:hover {
|
|
color: #40a9ff;
|
|
}
|
|
.mainPathWrap___1gVR9 {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.colorBlue___10YHC {
|
|
color: #4cacff;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.flex_box_center___jZegZ {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___LWg4q {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___29tJ6 {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___21Gx8 {
|
|
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___1Vfub {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.commitWrap___1Pjn4 {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background-color: #ffffff;
|
|
padding: 20px;
|
|
margin-bottom: 10px;
|
|
font-size: 16px;
|
|
}
|
|
.wrap___2rrrf {
|
|
padding: 20px;
|
|
}
|
|
.colorGray___qLOU5 {
|
|
color: #999999;
|
|
}
|
|
.content___26EBx {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-bottom: 10px;
|
|
padding: 20px;
|
|
font-size: 16px;
|
|
}
|
|
.itemTime___sQDA2 {
|
|
color: #4cacff;
|
|
margin-right: 15px;
|
|
}
|
|
.imageUrl___29qPZ {
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50px;
|
|
}
|
|
.blueLight___WsUcs {
|
|
color: #b0b5d6;
|
|
font-size: 16px;
|
|
}
|
|
.divider___1Yxuo {
|
|
background: #3e4571;
|
|
border-radius: 1px;
|
|
margin: 20px 0;
|
|
}
|
|
.empty___1tN2T {
|
|
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 */
|
|
|
|
.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 */
|
|
|
|
.code-area-container___37oB0 {
|
|
position: relative;
|
|
}
|
|
.code-area-container___37oB0 .only-view___1om7F {
|
|
position: absolute;
|
|
z-index: 2;
|
|
right: 80px;
|
|
top: 36px;
|
|
}
|
|
.code-area-container___37oB0 .monaco-editor-container___2UFXm {
|
|
height: 100%;
|
|
}
|
|
.frame___2B67h {
|
|
height: 100%;
|
|
}
|
|
.frame___2B67h div {
|
|
height: 100%;
|
|
}
|
|
.frame___2B67h 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 */
|
|
|
|
.choose-game-item___3Vmdr {
|
|
padding: 16px 15px;
|
|
background: #010e1f;
|
|
border-radius: 4px;
|
|
}
|
|
.choose-game-item___3Vmdr p {
|
|
margin: 0;
|
|
}
|
|
.choose-game-item___3Vmdr .output-title-container___15c7x {
|
|
text-align: center;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: space-between;
|
|
color: #747a7f;
|
|
align-items: center;
|
|
margin-bottom: 12px;
|
|
}
|
|
.choose-game-item___3Vmdr .output-title-container___15c7x span {
|
|
flex: 1 1;
|
|
display: flex;
|
|
}
|
|
.choose-game-item___3Vmdr .output-title-container___15c7x span span {
|
|
flex: initial;
|
|
}
|
|
.choose-game-item___3Vmdr .output-title-container___15c7x span span:nth-child(1) {
|
|
flex: 1 1;
|
|
}
|
|
.choose-game-item___3Vmdr .output-title-container___15c7x .output-title___wqGBh {
|
|
color: #fff;
|
|
}
|
|
.test-case-list___134lr {
|
|
padding: 8px 16px;
|
|
}
|
|
.test-header___3YSEo {
|
|
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___3YSEo a {
|
|
color: #747a7f;
|
|
}
|
|
.test-header___3YSEo span {
|
|
position: relative;
|
|
display: block;
|
|
cursor: pointer;
|
|
padding: 0 25px;
|
|
}
|
|
.test-header___3YSEo span.active___3o9Hq:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -10px;
|
|
top: auto;
|
|
bottom: 0;
|
|
right: auto;
|
|
height: 2px;
|
|
width: 20px;
|
|
background-color: #29bd8b;
|
|
}
|
|
.test-result___2OIUv {
|
|
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___2OIUv p {
|
|
font-size: 14px !important;
|
|
}
|
|
.test-result___2OIUv .markdown-body___1mq0e p {
|
|
white-space: normal;
|
|
}
|
|
.test-result___2OIUv.success___2M7U8 {
|
|
color: #29bd8b;
|
|
}
|
|
.test-result___2OIUv.failer___3JK5X {
|
|
color: #dd5555 !important;
|
|
}
|
|
.test-result___2OIUv.failer___3JK5X p {
|
|
color: #dd5555 !important;
|
|
}
|
|
.test-result___2OIUv img {
|
|
display: block;
|
|
margin-right: 5px;
|
|
}
|
|
.test-result___2OIUv .count___3ViIk {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
float: left;
|
|
align-items: center;
|
|
line-height: 25px;
|
|
padding: 0 10px 0 4px;
|
|
}
|
|
.test-case-item___JBhkJ {
|
|
width: 100%;
|
|
margin: 0 auto 10px auto;
|
|
background: #1f2f3b;
|
|
font-size: 14px;
|
|
}
|
|
.test-case-item___JBhkJ .case-header___27Lc0 {
|
|
padding: 9px 20px;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.test-case-item___JBhkJ .case-header___27Lc0 .iconfont___3UAOT {
|
|
font-size: 14px !important;
|
|
color: #f4f1ed;
|
|
}
|
|
.test-case-item___JBhkJ .case-header___27Lc0 .description___1SgkG {
|
|
color: #616b77;
|
|
padding: 0 8px;
|
|
font-size: 12px;
|
|
}
|
|
.test-case-item___JBhkJ .item-desc___29cRg {
|
|
display: none;
|
|
}
|
|
.test-case-item___JBhkJ .item-desc___29cRg.show___3qunF {
|
|
display: block;
|
|
}
|
|
.test-case-item___JBhkJ .item-tip___1pJqj {
|
|
font-size: 12px;
|
|
color: #c67676;
|
|
line-height: 12px;
|
|
}
|
|
.test-case-item___JBhkJ h2 {
|
|
font-size: 14px;
|
|
color: #bfbfbf;
|
|
margin: 0;
|
|
line-height: 21px;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.test-case-item___JBhkJ h4 {
|
|
font-size: 14px;
|
|
color: #637da6;
|
|
line-height: 14px;
|
|
padding: 15px 0 5px 0;
|
|
}
|
|
.test-case-item___JBhkJ p {
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
letter-spacing: 1px;
|
|
}
|
|
.arrow-down___3rUfL {
|
|
width: 0;
|
|
height: 0;
|
|
border-left: 6px solid transparent;
|
|
border-right: 6px solid transparent;
|
|
border-top: 8px solid #bfbfbf;
|
|
}
|
|
.test-title___1eTn_ {
|
|
margin-left: 10px;
|
|
}
|
|
.arrow-right___36G7Q {
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 6px solid transparent;
|
|
border-bottom: 6px solid transparent;
|
|
border-left: 8px solid #bfbfbf;
|
|
}
|
|
.case-info___21-4n {
|
|
flex: 1 0;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
.case-info___21-4n i,
|
|
.case-info___21-4n img {
|
|
margin-left: 8px;
|
|
}
|
|
.test-case-run-header___1BrpP {
|
|
color: #617c93;
|
|
font-size: 14px;
|
|
padding: 10px 0;
|
|
}
|
|
.test-case-run-wrp___2T5BC textarea {
|
|
background: none;
|
|
border: none;
|
|
color: #fff;
|
|
resize: none;
|
|
}
|
|
.test-case-run-wrp___2T5BC > div:nth-child(2) > div {
|
|
color: #fff;
|
|
background: #1b2a37;
|
|
margin-right: 12px;
|
|
}
|
|
.diff-panel-container___CQu-S {
|
|
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___CQu-S 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___CQu-S div:first-child {
|
|
margin-right: 1%;
|
|
}
|
|
.diff-panel-container___CQu-S .line-break___1hJQp {
|
|
display: block;
|
|
height: 20px;
|
|
}
|
|
.diff-panel-container___CQu-S del {
|
|
color: #dd5555;
|
|
white-space: pre;
|
|
text-decoration: none;
|
|
}
|
|
.diff-panel-container___CQu-S del:empty {
|
|
display: none;
|
|
}
|
|
.diff-panel-container___CQu-S del.empty___19Ozf {
|
|
background: hsl(0, 67%, 60%);
|
|
}
|
|
.diff-panel-container___CQu-S ins {
|
|
color: #2ea44f;
|
|
white-space: pre;
|
|
text-decoration: none;
|
|
}
|
|
.diff-panel-container___CQu-S ins:empty {
|
|
display: none;
|
|
}
|
|
.diff-panel-container___CQu-S ins.empty___19Ozf {
|
|
background: #2ea44f;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.diff-panel-container___APxdS {
|
|
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___APxdS .enter___2JYCH {
|
|
position: relative;
|
|
}
|
|
.diff-panel-container___APxdS .enter___2JYCH::after {
|
|
content: ' ';
|
|
display: block;
|
|
height: 1px;
|
|
}
|
|
.diff-panel-container___APxdS > div span:last-of-type {
|
|
display: contents;
|
|
}
|
|
.diff-panel-container___APxdS > div span:last-of-type .enter___2JYCH::before {
|
|
content: '↵';
|
|
position: absolute;
|
|
left: 0;
|
|
top: -2px;
|
|
}
|
|
.diff-panel-container___APxdS 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___APxdS div:first-child {
|
|
margin-right: 1%;
|
|
}
|
|
.diff-panel-container___APxdS .line-break___1Ly2e {
|
|
display: block;
|
|
height: 20px;
|
|
}
|
|
.diff-panel-container___APxdS del {
|
|
color: #dd5555;
|
|
white-space: pre;
|
|
text-decoration: none;
|
|
}
|
|
.diff-panel-container___APxdS del:empty {
|
|
display: none;
|
|
}
|
|
.diff-panel-container___APxdS del.empty___2h7RZ {
|
|
background: hsl(0, 67%, 60%);
|
|
width: 10px;
|
|
margin-left: 3px;
|
|
color: #fff;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
}
|
|
.diff-panel-container___APxdS ins {
|
|
color: #2ea44f;
|
|
white-space: pre;
|
|
text-decoration: none;
|
|
}
|
|
.diff-panel-container___APxdS ins:empty {
|
|
display: none;
|
|
}
|
|
.diff-panel-container___APxdS ins.empty___2h7RZ {
|
|
color: #fff;
|
|
background: #2ea44f;
|
|
}
|
|
.diff-panel-container-2___GRUnn {
|
|
background: none;
|
|
}
|
|
.diff-panel-container-2___GRUnn > div {
|
|
background: none;
|
|
padding-top: 0;
|
|
}
|
|
.diff-panel-container-2___GRUnn ins {
|
|
white-space: pre;
|
|
text-decoration: none;
|
|
color: white;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.btn-vnc-resize {
|
|
position: absolute;
|
|
right: 16px;
|
|
top: 48px;
|
|
z-index: 101;
|
|
color: #fff;
|
|
}
|
|
.vnc-panel-wrapper {
|
|
position: relative;
|
|
height: calc(100vh - 105px);
|
|
overflow: hidden;
|
|
}
|
|
.vnc-panel-wrapper.full-screen {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 200;
|
|
height: 100vh;
|
|
background: white;
|
|
}
|
|
.vnc-panel-wrapper-windows {
|
|
position: relative;
|
|
height: calc(90vh);
|
|
overflow: hidden;
|
|
}
|
|
.vnc-panel-wrapper-windows .btn-vnc-resize {
|
|
position: absolute;
|
|
right: 16px;
|
|
top: 48px;
|
|
z-index: 101;
|
|
color: #fff;
|
|
}
|
|
.vnc-panel-wrapper-windows.full-screen {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 200;
|
|
height: 100vh;
|
|
background: white;
|
|
}
|
|
.vnc-panel {
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
min-height: 500px;
|
|
}
|
|
.vnc-test-list {
|
|
position: absolute;
|
|
width: 100%;
|
|
bottom: 51px;
|
|
background: #111c24;
|
|
z-index: 100;
|
|
height: 0;
|
|
overflow: auto;
|
|
}
|
|
.vnc-test-list.large {
|
|
height: calc(100vh - 105px);
|
|
}
|
|
.vnc-test-list.large .test-case-list {
|
|
height: calc(100% - 34px);
|
|
}
|
|
.vnc-test-list.pop {
|
|
height: 257px;
|
|
}
|
|
.vnc-test-list .test-case-list {
|
|
overflow-y: auto;
|
|
height: 190px;
|
|
}
|
|
.arrow-container {
|
|
position: absolute;
|
|
top: 0;
|
|
width: 54px;
|
|
height: 27px;
|
|
left: 50%;
|
|
margin-left: -27px;
|
|
background: #2a3a4f;
|
|
z-index: 10;
|
|
border-bottom-left-radius: 100px;
|
|
border-bottom-right-radius: 100px;
|
|
color: #fff;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
opacity: 0.4;
|
|
transition: all 0.3s;
|
|
}
|
|
.arrow-container .iconfont {
|
|
font-size: 14px !important;
|
|
}
|
|
.vnc-test-list-body {
|
|
position: relative;
|
|
height: 100%;
|
|
}
|
|
.vnc-full-panel {
|
|
transform: scale(1) !important;
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
}
|
|
.vnc-panel-wrp {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.clipboard-box p {
|
|
font-size: 14px;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
.clipboard-box h3 {
|
|
color: #333;
|
|
font-size: 18px;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
.clipboard-box .btn-action-container {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
.clipboard-box .clipboard {
|
|
background: #f1f1f1;
|
|
height: 200px;
|
|
margin-bottom: 30px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.selectImage___3j6A8 {
|
|
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___3j6A8 .container___2tvXa {
|
|
font-size: 16px;
|
|
color: #fff;
|
|
flex: 1 1;
|
|
overflow: auto;
|
|
width: 100%;
|
|
max-height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.selectImage___3j6A8 .container___2tvXa h1 {
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 28px;
|
|
line-height: 1;
|
|
}
|
|
.selectImage___3j6A8 .container___2tvXa aside {
|
|
width: 100%;
|
|
padding: 0 22%;
|
|
overflow: auto;
|
|
flex: 1 1;
|
|
}
|
|
.selectImage___3j6A8 [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 */
|
|
|
|
.flex_box_center___ERnuX {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___1CjDP {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___71N1n {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___3etWq {
|
|
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___26rae {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.files___2Jd2C {
|
|
padding: 20px;
|
|
}
|
|
.files___2Jd2C [class$='ant-upload-list-text'] {
|
|
margin-top: 10px;
|
|
}
|
|
.files___2Jd2C [class^='ant-upload-list-item'] {
|
|
cursor: pointer;
|
|
}
|
|
.files___2Jd2C [class^='ant-upload-list-item']:hover {
|
|
background: none !important;
|
|
}
|
|
.files___2Jd2C [class^='ant-upload-list-item']:hover [class^='ant-upload-list-item-info'] {
|
|
border: 1px solid #0152d9;
|
|
}
|
|
.files___2Jd2C [class*='ant-upload-list-item-list-type-text'] {
|
|
color: #0152d9;
|
|
font-size: 18px;
|
|
height: 34px;
|
|
}
|
|
.files___2Jd2C [class*='ant-upload-list-item-list-type-text'] [class^='ant-upload-list-item-card-actions'] {
|
|
top: 2px;
|
|
right: 5px;
|
|
}
|
|
.files___2Jd2C [class*='ant-upload-list-item-list-type-text'] [class^='ant-upload-text-icon'] svg {
|
|
font-size: 18px;
|
|
margin-top: 3px;
|
|
color: #0152d9;
|
|
}
|
|
.files___2Jd2C [class*='ant-upload-list-item-list-type-text'] [class^='ant-upload-list-item-name'] {
|
|
padding-left: 30px;
|
|
}
|
|
.files___2Jd2C [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 */
|
|
|
|
.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 */
|
|
|
|
.path-container___pFrW9 {
|
|
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___pFrW9 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___pFrW9 li a {
|
|
color: #747a7f;
|
|
}
|
|
.path-container___pFrW9 li a:hover {
|
|
color: #eee;
|
|
}
|
|
.path-container___pFrW9 li.active___38ez8 a {
|
|
color: #2ea4ff;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/**
|
|
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
|
|
* Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
|
|
* https://github.com/chjj/term.js
|
|
* @license MIT
|
|
*
|
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
* of this software and associated documentation files (the "Software"), to deal
|
|
* in the Software without restriction, including without limitation the rights
|
|
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
* copies of the Software, and to permit persons to whom the Software is
|
|
* furnished to do so, subject to the following conditions:
|
|
*
|
|
* The above copyright notice and this permission notice shall be included in
|
|
* all copies or substantial portions of the Software.
|
|
*
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
* THE SOFTWARE.
|
|
*
|
|
* Originally forked from (with the author's permission):
|
|
* Fabrice Bellard's javascript vt100 for jslinux:
|
|
* http://bellard.org/jslinux/
|
|
* Copyright (c) 2011 Fabrice Bellard
|
|
* The original design remains. The terminal itself
|
|
* has been extended to include xterm CSI codes, among
|
|
* other features.
|
|
*/
|
|
|
|
/**
|
|
* Default styles for xterm.js
|
|
*/
|
|
|
|
.xterm {
|
|
font-feature-settings: "liga" 0;
|
|
position: relative;
|
|
user-select: none;
|
|
-ms-user-select: none;
|
|
-webkit-user-select: none;
|
|
}
|
|
|
|
.xterm.focus,
|
|
.xterm:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.xterm .xterm-helpers {
|
|
position: absolute;
|
|
top: 0;
|
|
/**
|
|
* The z-index of the helpers must be higher than the canvases in order for
|
|
* IMEs to appear on top.
|
|
*/
|
|
z-index: 5;
|
|
}
|
|
|
|
.xterm .xterm-helper-textarea {
|
|
padding: 0;
|
|
border: 0;
|
|
margin: 0;
|
|
/* Move textarea out of the screen to the far left, so that the cursor is not visible */
|
|
position: absolute;
|
|
opacity: 0;
|
|
left: -9999em;
|
|
top: 0;
|
|
width: 0;
|
|
height: 0;
|
|
z-index: -5;
|
|
/** Prevent wrapping so the IME appears against the textarea at the correct position */
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
resize: none;
|
|
}
|
|
|
|
.xterm .composition-view {
|
|
/* TODO: Composition position got messed up somewhere */
|
|
background: #000;
|
|
color: #FFF;
|
|
display: none;
|
|
position: absolute;
|
|
white-space: nowrap;
|
|
z-index: 1;
|
|
}
|
|
|
|
.xterm .composition-view.active {
|
|
display: block;
|
|
}
|
|
|
|
.xterm .xterm-viewport {
|
|
/* On OS X this is required in order for the scroll bar to appear fully opaque */
|
|
background-color: #000;
|
|
overflow-y: scroll;
|
|
cursor: default;
|
|
position: absolute;
|
|
right: 0;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.xterm .xterm-screen {
|
|
position: relative;
|
|
}
|
|
|
|
.xterm .xterm-screen canvas {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.xterm .xterm-scroll-area {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.xterm-char-measure-element {
|
|
display: inline-block;
|
|
visibility: hidden;
|
|
position: absolute;
|
|
top: 0;
|
|
left: -9999em;
|
|
line-height: normal;
|
|
}
|
|
|
|
.xterm {
|
|
cursor: text;
|
|
}
|
|
|
|
.xterm.enable-mouse-events {
|
|
/* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */
|
|
cursor: default;
|
|
}
|
|
|
|
.xterm.xterm-cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.xterm.column-select.focus {
|
|
/* Column selection mode */
|
|
cursor: crosshair;
|
|
}
|
|
|
|
.xterm .xterm-accessibility,
|
|
.xterm .xterm-message {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
z-index: 10;
|
|
color: transparent;
|
|
}
|
|
|
|
.xterm .live-region {
|
|
position: absolute;
|
|
left: -9999px;
|
|
width: 1px;
|
|
height: 1px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.xterm-dim {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.xterm-underline {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.xterm-panel___2r2xx {
|
|
height: 100%;
|
|
}
|
|
.xterm-panel___2r2xx [class~='terminal'] {
|
|
height: 100%;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.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: unset;
|
|
font-weight: 400;
|
|
color: #666666;
|
|
font-size: 14px;
|
|
height: unset;
|
|
}
|
|
.eval-picture-panel .img-list.direction > h4 {
|
|
text-align: left;
|
|
padding-left: 14px;
|
|
}
|
|
.eval-picture-panel .img-list.direction img {
|
|
height: 100%;
|
|
}
|
|
.eval-picture-panel .img-list:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.eval-picture-panel h4 {
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
text-align: center;
|
|
}
|
|
.eval-picture-panel .picture-body {
|
|
background: #fff;
|
|
border: 1px solid #e8e8e8;
|
|
border-radius: 10px;
|
|
box-shadow: 0 0 10px #ccc;
|
|
height: calc(100vh - 44px);
|
|
overflow: hidden;
|
|
}
|
|
.eval-picture-panel .picture-body .flex-container {
|
|
padding: 15px 20px;
|
|
overflow: auto;
|
|
height: 100%;
|
|
}
|
|
.eval-picture-panel .picture-body h3 {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
border-bottom: 1px solid #eee;
|
|
padding: 0px 15px;
|
|
text-align: center;
|
|
line-height: 70px;
|
|
height: 70px;
|
|
border-radius: 10px 10px 0px 0px;
|
|
font-size: 16px;
|
|
}
|
|
.eval-picture-panel .picture-body h3 > div:first-child {
|
|
display: flex;
|
|
justify-content: start;
|
|
}
|
|
.eval-picture-panel .picture-body h3 > div:last-child {
|
|
padding-left: 15px;
|
|
}
|
|
.eval-picture-panel .picture-body h3 .direction {
|
|
padding-left: 40px;
|
|
cursor: pointer;
|
|
color: #666;
|
|
transition: color 0.2s;
|
|
}
|
|
.eval-picture-panel .picture-body h3 .direction:hover {
|
|
color: #0152d9;
|
|
}
|
|
.eval-picture-panel .picture-body h3 .direction .iconfont.icon-zongxiang {
|
|
font-size: 12px;
|
|
}
|
|
.eval-picture-panel .picture-body h3 .direction .iconfont.icon-hengxiang {
|
|
font-size: 14px;
|
|
}
|
|
.eval-picture-panel .picture-body h3 .direction > span:last-child {
|
|
font-size: 14px;
|
|
}
|
|
.video-list {
|
|
margin: 0;
|
|
padding: 0;
|
|
display: flex;
|
|
list-style: none;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
}
|
|
.video-list li {
|
|
margin-right: 16px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.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 */
|
|
|
|
.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 */
|
|
|