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.
7704 lines
225 KiB
7704 lines
225 KiB
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/index.less ***!
|
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.task-wrapper {
|
|
height: 100vh;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
overflow: hidden;
|
|
}
|
|
.tpi-spin {
|
|
height: 100vh !important;
|
|
position: static !important;
|
|
position: initial !important;
|
|
}
|
|
.tasks-body {
|
|
height: calc(100vh - 54px);
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.tasks-body .resize-x-bar {
|
|
width: 4px;
|
|
cursor: ew-resize;
|
|
height: 100%;
|
|
position: relative;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
background: #111c24;
|
|
flex-shrink: 0;
|
|
}
|
|
.tasks-body .right-panel {
|
|
flex: 3 0 auto;
|
|
position: relative;
|
|
height: 100%;
|
|
background: #111c24;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.tasks-body .right-panel .unity-3d-container {
|
|
height: 100%;
|
|
}
|
|
.tasks-body .left-panel {
|
|
flex: 2 0 auto;
|
|
position: relative;
|
|
height: 100%;
|
|
background-color: #fafafa;
|
|
}
|
|
.tasks-body .btn-resize {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
text-align: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 24px;
|
|
height: 24px;
|
|
font-size: 24px;
|
|
z-index: 94;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
margin-left: -10px;
|
|
opacity: 0.7;
|
|
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
|
|
background-color: #e0e0e0;
|
|
color: rgba(0, 0, 0, 0.87);
|
|
}
|
|
.tasks-body .btn-resize:hover {
|
|
opacity: 1;
|
|
}
|
|
.ghost-link {
|
|
margin: 8px;
|
|
color: #0152d9 !important;
|
|
border: 1px solid #0152d9;
|
|
height: 30px;
|
|
padding: 0 16px;
|
|
border-radius: 2px;
|
|
line-height: 30px;
|
|
}
|
|
.ghost-link:hover {
|
|
background: #4890ff;
|
|
text-decoration: none;
|
|
color: #fff !important;
|
|
}
|
|
.unity-3d-nav {
|
|
position: absolute;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
left: 0;
|
|
height: 50px;
|
|
z-index: 100;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
background: #05101a;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
.unity-3d-nav .ghost-link {
|
|
display: block;
|
|
}
|
|
.trapezoid {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
margin-top: -49px;
|
|
top: 50%;
|
|
left: -20px;
|
|
z-index: 100;
|
|
}
|
|
.trapezoid.enlarge {
|
|
left: 0;
|
|
}
|
|
.dragging-mask {
|
|
position: absolute;
|
|
background: rgba(0, 0, 0, 0);
|
|
z-index: 1000;
|
|
top: 0;
|
|
bottom: 51px;
|
|
width: 100%;
|
|
}
|
|
.last-compile-output {
|
|
max-height: 167px;
|
|
overflow: auto;
|
|
}
|
|
.setting-drawer .ant-drawer-content-wrapper {
|
|
top: 54px;
|
|
bottom: 51px;
|
|
}
|
|
.setting-drawer .ant-drawer-content {
|
|
height: auto;
|
|
}
|
|
.oj .ant-drawer-content-wrapper {
|
|
top: 65px;
|
|
}
|
|
.setting-drawer .ant-drawer-body,
|
|
.oj .ant-drawer-body {
|
|
background: #031b2a;
|
|
}
|
|
.setting-drawer .ant-drawer-body,
|
|
.oj .ant-drawer-body {
|
|
height: auto;
|
|
}
|
|
.setting-drawer .ant-select-selection,
|
|
.oj .ant-select-selection {
|
|
width: 120px;
|
|
background: #0a2030;
|
|
color: #597a8f;
|
|
border: 1px solid #597a8f;
|
|
}
|
|
.dir-tree {
|
|
background: #031b2a !important;
|
|
height: calc(100vh - 54px - 51px);
|
|
}
|
|
.dir-tree .ant-tree-treenode:hover::before {
|
|
background: #1890ff !important;
|
|
}
|
|
.dir-tree span {
|
|
color: #cbcbcb;
|
|
}
|
|
body:-webkit-full-screen .tasks-body {
|
|
height: 100vh !important;
|
|
}
|
|
body:-ms-fullscreen .tasks-body {
|
|
height: 100vh !important;
|
|
}
|
|
body:fullscreen .tasks-body {
|
|
height: 100vh !important;
|
|
}
|
|
body:-webkit-full-screen .left-panel, body:-webkit-full-screen .task-header-container {
|
|
display: none !important;
|
|
}
|
|
body:-ms-fullscreen .left-panel, body:-ms-fullscreen .task-header-container {
|
|
display: none !important;
|
|
}
|
|
body:fullscreen .left-panel,
|
|
body:fullscreen .task-header-container {
|
|
display: none !important;
|
|
}
|
|
#educoder:has([class^="ant-modal-mask"]) body {
|
|
overflow: hidden !important;
|
|
}
|
|
|
|
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/header/index.less ***!
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.task-header {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
width: 100%;
|
|
background-color: #fafafa;
|
|
border-bottom: 1px solid #f3f3f3;
|
|
padding: 0 15px 0 0;
|
|
height: 45px;
|
|
position: relative;
|
|
justify-content: space-between;
|
|
}
|
|
.task-header a {
|
|
color: #1890ff;
|
|
}
|
|
.task-header a .iconfont {
|
|
font-size: 45px;
|
|
}
|
|
.task-header h3 {
|
|
margin-left: 14px;
|
|
flex: 1 0;
|
|
overflow: hidden;
|
|
font-size: 18px;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
margin-bottom: 0;
|
|
}
|
|
.task-header span {
|
|
background-color: #ffd633;
|
|
color: #fff;
|
|
display: inline-block;
|
|
padding: 0px 10px;
|
|
border-radius: 25px;
|
|
line-height: 25px;
|
|
height: 25px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/left-panel/index.less?modules ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.content-wrapper___kKoFC {
|
|
height: calc(100% - 45px);
|
|
overflow: hidden;
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: relative;
|
|
}
|
|
.scroll___lsiy3 {
|
|
flex: 1 1;
|
|
overflow: hidden auto;
|
|
}
|
|
.unity-3d-container___kQAJh {
|
|
width: 100%;
|
|
height: 354px;
|
|
position: relative;
|
|
}
|
|
.unity-3d-container___kQAJh .unity3d-panel___WLXqG {
|
|
border: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0px;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 2;
|
|
background: #fff;
|
|
}
|
|
.unity-3d-container___kQAJh .btn-enlarge___mQbst {
|
|
position: absolute;
|
|
top: 4px;
|
|
right: 10px;
|
|
z-index: 3;
|
|
color: #0152d9;
|
|
}
|
|
.unity-3d-container___kQAJh .btn-enlarge___mQbst.enlarge___p_I6G {
|
|
position: fixed;
|
|
z-index: 1003;
|
|
}
|
|
.unity-3d-container___kQAJh.enlarge___p_I6G [class^='unity3d-panel'] {
|
|
position: fixed;
|
|
top: 0;
|
|
z-index: 1000;
|
|
}
|
|
.tab-nav___iVZmY {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
padding: 0;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
.tab-nav___iVZmY.tab-fixed___SeByu {
|
|
position: absolute;
|
|
top: 0;
|
|
z-index: 10;
|
|
background: #fff;
|
|
left: 0;
|
|
width: 100%;
|
|
}
|
|
.tab-nav___iVZmY a {
|
|
color: #05101a;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
}
|
|
.tab-nav___iVZmY span {
|
|
display: inline-block;
|
|
margin-left: 5px;
|
|
padding: 0 5px;
|
|
color: #666;
|
|
background: #ccc;
|
|
text-align: center;
|
|
border-radius: 50%;
|
|
font-size: 12px;
|
|
line-height: 20px;
|
|
}
|
|
.tab-nav___iVZmY li {
|
|
flex: 1 1 auto;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
overflow: hidden;
|
|
text-align: center;
|
|
}
|
|
.tab-nav___iVZmY li.active___TjNGA {
|
|
border-bottom: 2px solid #0152d9;
|
|
}
|
|
.tab-panel-body___iueV_ {
|
|
padding: 16px;
|
|
padding-top: 56px;
|
|
}
|
|
.answer-tip___b7k1Y p {
|
|
text-align: center;
|
|
}
|
|
|
|
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/task-list/index.less ***!
|
|
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.task-nav-container {
|
|
width: 100%;
|
|
min-height: calc(100vh - 54px);
|
|
background: #111c24;
|
|
color: #fff;
|
|
overflow: hidden;
|
|
}
|
|
.task-nav-container .task-tip {
|
|
background: #282f35;
|
|
border: 1px solid #707070;
|
|
border-radius: 100px;
|
|
width: 375px;
|
|
height: 52px;
|
|
font-size: 12px;
|
|
margin: 20px auto;
|
|
padding: 0 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.task-nav-container .task-tip span {
|
|
color: #ffbd4c;
|
|
}
|
|
.task-drawer {
|
|
top: 54px !important;
|
|
bottom: 0 !important;
|
|
}
|
|
.task-drawer .ant-drawer-content {
|
|
background: transparent;
|
|
}
|
|
.task-drawer .ant-drawer-body {
|
|
background: #111c24;
|
|
padding: 0 !important;
|
|
padding-bottom: 54px !important;
|
|
}
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/task-list/task-item/index.less ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.task-item-container {
|
|
padding: 15px 0 25px 0;
|
|
border-bottom: 1px solid #222c34;
|
|
position: relative;
|
|
color: #747a7f;
|
|
}
|
|
.task-item-container.active .challenge-title {
|
|
color: #fff;
|
|
background: #0152d9;
|
|
}
|
|
.task-item-container.active .challenge-title a {
|
|
color: #fff;
|
|
}
|
|
.task-item-container.finish {
|
|
color: #fff;
|
|
}
|
|
.task-item-container .flex-container {
|
|
margin-bottom: 10px;
|
|
padding: 0 15px 0 35px;
|
|
}
|
|
.task-item-container .flex-container:first-child {
|
|
padding: 0 15px 0 15px;
|
|
}
|
|
.task-item-container .flex-container p {
|
|
margin: 0;
|
|
flex: 1 1 auto;
|
|
font-size: 12px;
|
|
}
|
|
.task-item-container .flex-container p span {
|
|
color: #747a7f;
|
|
}
|
|
.task-item-container .flex-container a {
|
|
color: #bcc6cd;
|
|
font-size: 14px;
|
|
}
|
|
.task-item-container .highlight {
|
|
color: #ffa800;
|
|
display: inline-block;
|
|
margin-left: 12px;
|
|
}
|
|
.task-item-container .rate-container {
|
|
font-size: 12px;
|
|
padding: 0 15px 0 35px;
|
|
}
|
|
.task-item-container .rate-container .star-tip-rate .ant-rate-star-first {
|
|
color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
.task-item-container .rate-container .star-tip-rate .ant-rate-star-second {
|
|
color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
.task-item-container .green {
|
|
color: #29bd8b;
|
|
}
|
|
.space-between {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/left-panel/task-path-list/index.less?modules ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
#educoder div.tree___LyfjL {
|
|
background: none;
|
|
color: #fff;
|
|
}
|
|
#educoder div.tree___LyfjL i {
|
|
font-style: normal;
|
|
}
|
|
#educoder div.tree___LyfjL [class~='ant-tree-treenode'] {
|
|
padding: 4px 0;
|
|
margin: 4px 0;
|
|
font-size: 14px;
|
|
}
|
|
#educoder div.tree___LyfjL [class~='ant-tree-treenode'] [class~='ant-tree-switcher_open'] [class~='icon-you1'] {
|
|
left: -1px;
|
|
}
|
|
#educoder div.tree___LyfjL [class~='ant-tree-treenode'] [class~='ant-tree-iconEle'] {
|
|
display: none;
|
|
}
|
|
#educoder div.tree___LyfjL [class~='ant-tree-treenode'] [class~='ant-tree-title'] {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|
|
#educoder div.tree___LyfjL [class~='ant-tree-treenode'] [class~='ant-tree-title'] [class~='iconfont'] {
|
|
margin-right: 8px;
|
|
}
|
|
#educoder div.tree___LyfjL [class~='ant-tree-treenode'] [class~='ant-tree-title'] [class~='icon-tasks-img'] {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 5px;
|
|
font-size: 0;
|
|
}
|
|
#educoder div.tree___LyfjL [class~='ant-tree-treenode']:hover::before {
|
|
background: #0152d9 !important;
|
|
}
|
|
#educoder div.tree___LyfjL [class~='ant-tree-treenode']:hover * {
|
|
color: #fff;
|
|
}
|
|
#educoder div.tree___LyfjL [class~='ant-tree-treenode-selected']::before {
|
|
visibility: hidden;
|
|
}
|
|
#educoder div.tree___LyfjL [class~='ant-tree-treenode-selected'] [class~='ant-tree-title'] {
|
|
color: #0152d9;
|
|
}
|
|
#educoder div.tree___LyfjL [class~='ant-tree-switcher_open'] {
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/discuss/index.less ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.pagination-container {
|
|
padding: 12px 0 0;
|
|
}
|
|
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Spinner/index.less?modules ***!
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.ldsRing___mpBZC {
|
|
position: relative;
|
|
width: 40px;
|
|
height: 40px;
|
|
margin: 0 auto;
|
|
}
|
|
.idsRingWrapper___Of9_n {
|
|
position: absolute;
|
|
z-index: 1000;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
}
|
|
.idsRingWrapper___Of9_n p {
|
|
text-align: center;
|
|
margin-top: 12px;
|
|
}
|
|
.ldsRing___mpBZC div {
|
|
box-sizing: border-box;
|
|
display: block;
|
|
position: absolute;
|
|
width: 32px;
|
|
height: 32px;
|
|
margin: 4px;
|
|
border: 4px solid #1976d2;
|
|
border-radius: 50%;
|
|
animation: ldsring___o0w2t 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
|
|
border-color: #1976d2 transparent transparent transparent;
|
|
}
|
|
.ldsRing___mpBZC div:nth-child(1) {
|
|
animation-delay: -0.45s;
|
|
}
|
|
.ldsRing___mpBZC div:nth-child(2) {
|
|
animation-delay: -0.3s;
|
|
}
|
|
.ldsRing___mpBZC div:nth-child(3) {
|
|
animation-delay: -0.15s;
|
|
}
|
|
@keyframes ldsring___o0w2t {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/discuss/discuss-item/index.less ***!
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.discuss-item-container {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
width: 100%;
|
|
padding: 15px;
|
|
border-bottom: 1px solid #e3e3e3;
|
|
overflow: hidden;
|
|
}
|
|
.discuss-item-container section {
|
|
margin-left: 15px;
|
|
flex: 1 1 auto;
|
|
width: 100%;
|
|
}
|
|
.discuss-item-container .grey {
|
|
color: #ccc;
|
|
}
|
|
.discuss-content {
|
|
margin: 4px 0;
|
|
word-break: break-word;
|
|
word-wrap: break-word;
|
|
}
|
|
.discuss-content img {
|
|
max-width: 200px;
|
|
}
|
|
.discuss-info {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
align-items: center;
|
|
color: #999;
|
|
line-height: 16px;
|
|
font-size: 12px;
|
|
}
|
|
.discuss-info .top {
|
|
color: #ffffff;
|
|
padding: 0 8px;
|
|
background: #ff4343;
|
|
border-radius: 8px;
|
|
text-align: center;
|
|
}
|
|
.discuss-info .gift {
|
|
cursor: default;
|
|
}
|
|
.discuss-info .view-code {
|
|
color: #4cacff;
|
|
}
|
|
.discuss-info a {
|
|
color: #999;
|
|
}
|
|
.discuss-info a,
|
|
.discuss-info span {
|
|
margin-right: 15px;
|
|
}
|
|
.btn-group {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: space-between;
|
|
margin-bottom: 8px;
|
|
}
|
|
.btn-group .btn-group-gratify .ant-btn:nth-child(1) {
|
|
margin-right: 4px;
|
|
}
|
|
.btn-group .btn-group-other {
|
|
line-height: 29px;
|
|
}
|
|
.btn-group .btn-group-other .btn-top .iconfont {
|
|
transform: rotate(180deg);
|
|
display: inline-block;
|
|
}
|
|
.btn-group .btn-group-other a {
|
|
width: auto !important;
|
|
min-width: 31px;
|
|
margin-left: 10px;
|
|
text-align: center;
|
|
color: #888;
|
|
}
|
|
.btn-group .btn-group-other a .iconfont {
|
|
font-size: 14px !important;
|
|
}
|
|
.btn-group-succes {
|
|
margin: 10px 0;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: space-between;
|
|
margin-bottom: 8px;
|
|
}
|
|
.btn-group-succes .btn-group {
|
|
opacity: 0;
|
|
}
|
|
.btn-group-succes:hover .btn-group {
|
|
opacity: 1;
|
|
}
|
|
.btn-group-succes .btn-group-gratify .ant-btn:nth-child(1) {
|
|
margin-right: 4px;
|
|
}
|
|
.btn-group-succes .btn-group-other {
|
|
line-height: 29px;
|
|
}
|
|
.btn-group-succes .btn-group-other .btn-top .iconfont {
|
|
transform: rotate(180deg);
|
|
display: inline-block;
|
|
}
|
|
.btn-group-succes .btn-group-other a {
|
|
width: auto !important;
|
|
min-width: 31px;
|
|
margin-left: 10px;
|
|
text-align: center;
|
|
color: #888;
|
|
}
|
|
.btn-group-succes .btn-group-other a .iconfont {
|
|
font-size: 14px !important;
|
|
}
|
|
.marg15 {
|
|
margin-bottom: 15px;
|
|
}
|
|
.second-level-discuss {
|
|
padding: 10px 10px 5px;
|
|
background-color: #f4f4f4;
|
|
border-radius: 6px;
|
|
}
|
|
.second-level-discuss .btn-group {
|
|
opacity: 0;
|
|
}
|
|
.second-level-discuss:hover {
|
|
background: #ebebeb;
|
|
}
|
|
.second-level-discuss:hover .btn-group {
|
|
opacity: 1;
|
|
}
|
|
.discuss-info-body {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.content-gray {
|
|
color: #999999;
|
|
}
|
|
.reply-discuss-containerActive {
|
|
border-radius: 4px;
|
|
margin-bottom: 6px;
|
|
position: relative;
|
|
margin-top: 6px;
|
|
}
|
|
.reply-discuss-containerActive:before {
|
|
content: ' ';
|
|
position: absolute;
|
|
border-color: black;
|
|
width: 0;
|
|
height: 0;
|
|
border-left: 5px solid transparent;
|
|
border-right: 5px solid transparent;
|
|
left: 13px;
|
|
top: -9px;
|
|
border-bottom: 10px solid #f4f4f4;
|
|
}
|
|
.plus-one-animate {
|
|
position: absolute;
|
|
left: 35px;
|
|
top: -1px;
|
|
animation: mymove 1s forwards;
|
|
-webkit-animation: mymove 1s forwards;
|
|
/*Safari and Chrome*/
|
|
}
|
|
@keyframes mymove {
|
|
from {
|
|
top: -10px;
|
|
opacity: 1;
|
|
}
|
|
to {
|
|
top: -30px;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
.content {
|
|
padding: 22px 22px 8px;
|
|
}
|
|
.content-disappoint {
|
|
font-size: 16px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #434d6c;
|
|
margin-bottom: 20px;
|
|
}
|
|
.radius-box {
|
|
width: -webkit-fit-content;
|
|
width: -moz-fit-content;
|
|
width: fit-content;
|
|
height: 34px;
|
|
padding: 5px 12px 7px;
|
|
border-radius: 16px;
|
|
border: 1px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
}
|
|
.blue-background {
|
|
color: #0152d9;
|
|
border: 1px solid #0152d9;
|
|
}
|
|
.blue-text-color {
|
|
color: #0152d9;
|
|
}
|
|
.gray-background {
|
|
opacity: 0.5;
|
|
border: 1px solid;
|
|
background-color: #f3f3f3;
|
|
}
|
|
.black6c-optcity {
|
|
color: #434d6c;
|
|
opacity: 1;
|
|
}
|
|
.blue-background-write {
|
|
color: #fff;
|
|
background-color: #0152d9;
|
|
}
|
|
.cursorPoint {
|
|
cursor: pointer;
|
|
}
|
|
.whether-satisfied {
|
|
height: 32px;
|
|
width: -webkit-fit-content;
|
|
width: -moz-fit-content;
|
|
width: fit-content;
|
|
display: inline-block;
|
|
background: #f3f3f3;
|
|
border-radius: 2px;
|
|
border: 1px solid #bdd1ff;
|
|
line-height: 32px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
padding: 0 12px;
|
|
}
|
|
.whether-satisfied:hover {
|
|
background-color: #ffffff;
|
|
}
|
|
.whether-img {
|
|
margin-right: 4px;
|
|
width: 12px;
|
|
height: 12px;
|
|
}
|
|
.whether-satisfied:nth-child(1) {
|
|
margin-right: 4px;
|
|
}
|
|
.height30 {
|
|
height: 32px;
|
|
font-size: 14px;
|
|
}
|
|
.SVGColor {
|
|
fill: currentColor;
|
|
color: #0152d9;
|
|
vertical-align: baseline;
|
|
}
|
|
.height30-line {
|
|
height: 30px;
|
|
line-height: 20px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/discuss/discuss-editor/index.less ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.discuss-item-editor {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.discuss-item-editor .btn-send {
|
|
cursor: pointer;
|
|
border: none;
|
|
padding: 0 12px;
|
|
color: #fff;
|
|
letter-spacing: 1px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
border-radius: 2px;
|
|
font-weight: 400;
|
|
margin-right: 22px;
|
|
margin-top: 6px;
|
|
background: #0152d9;
|
|
float: right;
|
|
}
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/_codemirror@5.58.2@codemirror/lib/codemirror.css ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* 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; }
|
|
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/markdown-editor/index.less ***!
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.markdown-editor-wrapper {
|
|
position: relative;
|
|
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: 1010;
|
|
}
|
|
.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;
|
|
}
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/markdown-editor/toolbar/index.less ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.markdown-toolbar-container {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
align-items: center;
|
|
padding: 0 5px;
|
|
margin: 0;
|
|
position: relative;
|
|
list-style: none;
|
|
background: #fff;
|
|
border-bottom: 1px solid #ccc;
|
|
box-sizing: border-box;
|
|
line-height: 20px;
|
|
width: 100%;
|
|
min-height: 30px;
|
|
}
|
|
.markdown-toolbar-container .fill-tip {
|
|
cursor: pointer;
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
padding: 5px;
|
|
border: 1px solid #E99237;
|
|
border-radius: 5px;
|
|
box-sizing: border-box;
|
|
line-height: 16px;
|
|
height: auto;
|
|
color: #A65500;
|
|
background-color: #FFF1E2;
|
|
position: relative;
|
|
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 #FFF1E2;
|
|
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 #E99237;
|
|
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 .insert-blank {
|
|
color: #E99237;
|
|
font-size: 18px;
|
|
}
|
|
.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;
|
|
}
|
|
|
|
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./src/components/markdown-editor/css/iconfont.css ***!
|
|
\*****************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
@font-face {
|
|
font-family: "md-iconfont";
|
|
src: url(./static/iconfont.345f94c8.eot);
|
|
/* IE9 */
|
|
src: url(./static/iconfont.345f94c8.eot#iefix) format('embedded-opentype'),
|
|
/* IE6-IE8 */
|
|
/* url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAArkAAsAAAAAFGQAAAqUAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCFTgqYEJMCATYCJANMCygABCAFhG0HgUwb5hCjooZyUthkf4mpyEh3pV0O3eNzjDeMPcxWAACWBR8hkIIUVSIBAABgBAAACrx/wAkAfPHw39iv+2bmqzZUIt1PJ5FJeCMRibbSgsVNdRP+A23z391RKZiNY99ZzVmNklbCKpCtz0WxCnCVhUtkySLj37772YjcCVNhPk1OHZFC37UprJD/0ozsDfr3lrQ9Ja2fjpzpmcEJypq3QpVe3mEqOf/v+doc8Dx9AQTUAMH8r7l6h4jEycc0pD1SorTNT/f4+MQxO0wsRBKPkEy8VKiUQkiNRAgFe/ZbMVsJqPuMwq6/O48n0DSrO+To+fNnsFBwIlDuxls5WHgSlBjXUJdXFduW9T9hiXp6QK0GftDXx6ftOkkl4yc6PnvSg9sX5F9YZK7lf7DLU+CyExnbQCFelKr/MLbwbSKbKubEL8C8+KkUXjBVS7qLlkVFb9ncJpntxd2Xna/ekiQvSGwMutYjdpgXxBuyGejDtFUlNc1R+S9PV0tPERo6BpxAVHGyfbR8yxuCF0QLoQ9eUCDzArVfFA0EogJBSEd1B1QDFQ2oCSoLUAWUClAdlA5QF5QeUAvUMoTQ49UNKkRJAAUoG6AGqLsIocNbZwgD8P5WaYiTI2ObVWDfIP8FUH4B6GfCk1BkoQkNRVUCH5pC4eygwLuuu+XmIXB2jvFmcAXLmYJqni3c1sPfw8QoEHgwJsKwODyKoOr8CI/D4QnXuLpRnSqZzvUuVSLdXrMmWVlh7pdqFWyeZ6zbaj5Ea9VLbFFqJyuBbiHz/aXdwxv1o+qp6jZLs1AoqRHINuoHKJHgGlMq1FfO6n7nwbByXhAmPX0mB8QGO11d2a6eq73I/Or36dQNtU+OwzR+ZOhIvG9PavecX/p9136p84XxwOvWiBPqlOFByvvvoYHx+0JjX16+64EsGBw0NqsGsL2dB1a3LWieWdtgu+WlDNp1MF9ltnZPtbPEY8rCiCkoSnZWNZgOJAAl+ocR4Jr4TUSwy+pyq13sImw2Fj1QBDqoHIWVps9Oe6/70Jfl40V7rnnTFmeGL+2vXqcfP4VVab9hukZcxUCnDA32Jtjd74Pq5fqv/DUTv8a31K6dFFOXnYveQGKctVFs8p4EALG+V11C2k2eplEv6t7hrB6No5sL92F7AoDl8P79bJMbOAhN9S6f7YaoS6zTe9h2X22CMIMRuZ79KYSPUz0yAEJ8rmdkLSCsDbKUZm/XaCgZ/3VkwnSMp/9a/65inE4Uu2wpyvFCFYvarGxSdRFKJeNT4ujk1MPfe6Bfa1ePW1WWCVy3bmr1ko7JRynl544qLhwru3hEfhUBCxEIWwnsFpJobe+0dMS615o7jFByxzl6MRW7yD3AFsV0zZqSm1WJkK0FPjJifKsACpFsbVi3qVmD1bvqe9PTYcIIhActzTk/QMnRVdY0Pb7j2XG36f9tN8ut1oJNWexSlW9qSnbtoj2Ard40hheK/stt/Ut2NZuOWH0LFR+pyhrW/Vxd1qxBZumxWhaUbCWixxf57PaZp/zogTpeVQvYYzYAIWZjZfY6MnRB4WtX8Aed+pB7/b920mRPncmHsN1D1a0tBKlHMLW3enfGi7YkG8vfl/elLiUsZCidC5YNWzGlcQO4+sZRlCD0gOaxhQuu5niOdslx9TOub171Par2oocFG4Lp6Efmzzdh8x4Fmt4mtuL9IqxYM+Ww9DDlA5vzL9RB+0Cnf5QfkjxvFh0Ku4SFzC9xSN7TGR9dDnc77NLX2BcsxR5+++YIORTi+PXrvnhD6AZxIVtIpBJbJBafL5XKCMLFsbeeYvQwsW3yr18PRB2SDrRQvBH+Gz0sYA7hLhRtkTDn2PMl/Hr3WF2tQ427l4pUI6p77tAqMvhyjeI2X55BNI96ULb6taXwatu97E+KgDtTZr3ZmPRlSMDqgBUpYRjf7nxyxUYLPcLf8/goevBIapk4t6AXcyBfkRW7zEmZM4DBml3Hd+uXLkxnC0og1FvPgqhH9w7Gx2ZVG8NnzHROmMuTfZTxxiU6r9tenVmYoC7PjMYMbn3ciwIq5X7d0luk6eUBmmkpD2OVcT2khWWhUf48X6daKAACJ1QMnKGijbLmjgGJxOJh0etlsihEQZaLWeHhcZ6Qpy0BYgwnlkfHRS83RuUx2vVrddavPzeL2UjMzhXIDzlv4wpngWYETXAQTxzbwZMJtotbI/6nGtXvUt3DfgUhXHdJfxXbgTlYk5iXtCboggWuk4QGQUuap1DGQ/jL3SjM/aGRVn4x+57YwSaYl5hUwYGyXTNRJMgLqHcRVSEtRXJrUenECVrthIm6Jp2hybBzZ2Aqn3sjR1ahzc4WBlZBr5CqspB5g+tCFuVky4pKrUXy50ylRVZ5UbYD6mIPbNY0aXJyIC5QevaqkXue2+Zznuqd5U7qWmd1OOQ8+RUaLa7V4JoKxtQYP37AP8Rq6O/2GaPk0/XjPIKEsI4FkYN50bGZeSPH5cUkxF6MrBzA8OErS+uGfeN0hu/al9DB82E3DBQkDkyExEAkSDxZtF88KSIowojtR4cW2h9YHkRrg4URLh63c1sgZtDws9MLKG2UcSnTz+OlSxDDszwVkDJP0QvX6GjwSWYVeVOG9O6N6FjZWYBGzmKp8rw8KlFR4XTdw8Ko2tvAmLrB6NJ5rIHXVsx509enr2J52LGDiBwKRLrSeRWD721sVqUYVNuXzAvODPp3at2cYY3DJeb8udMPDz4sqDhlkW94SGlunIZ/WOLLCpszsK7GPypJL5XLpfokwCEtvfpI0RGZ7G7RXZJkVY8dOzjgPMvBkh/W9cPNQuGEic+XLYO4jMPr1ik7mxf//sz0Vl+z2QNLwPGr2MaIq/iQZ3iiyFLysoJUx7hBvXVEhWRhQai0ksJtOOvSxyixBtNubwhcuzfC9qpSrsxhzHqYBeeFYRT5EADZ7n9sNLGWuoapWKMrCDaWYcjB6BPgRuweJZFFgSKxcBGMACAn+o0NB8ueN2FS1vKAnbLu5AIskPURO4ahfGPhPAwn/wJKQY+T/5dtjuLHy0DTIUFI9i7LQeme1K11/JRvDPZ/nIy7ezlLKI38Sxry5QADiqsRsC+BVIhB/sre0mOiiPIUaT1TnSEkGd8MBOVpgfzfKyqZI+rKVDg7oSkGsR/RDd2vn56kFu/G6IkDkpoZkNUto8VyG1S07ICqul3QtCV355aRQcaiNLBpAgOhbxtIuv7hWWXZiRdYOkDF1DusCscZNJ3EzT5bVl+uHggkgxb7q/AKs5HJvDLLf4E9RkkH6Wm1P6DiMYuubr8FL5CBytignOyW2QhDmMQzWwdiRNETHkBx7ZDf75rG3DasFabByiECJDYCa0Kja/SeFJSZ6dkq8PlfgHUUSRTT7Cv6H0AKP3chUriIFOgLmVM125aqg51YW0MOCkNo2QQli845KkAUuUgYoF7qACisps+R3dvpceiuNS1Z10+n5U9afC3yrUdT5ChRiWrUoh6Nv2UXakcnutGL/sHh0THarSOfwxzy5D2yhYlCDTPPMno12WPU894rPhJMk8/HskLSQFX0hScxi8EgpWmfvDlm5UFAe56y3EcYl2MawxWWGrMqURY3m3qsoNjS+AhVRfGDAQAAAA==') format('woff2'), */
|
|
url(./static/iconfont.deef216b.woff) format('woff'),
|
|
url(./static/iconfont.42606faf.ttf) format('truetype'),
|
|
/* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
|
|
url(./static/iconfont.504b881c.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-uniE900:before {
|
|
content: "\e900";
|
|
font-size: 14px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.icon-shrink:before {
|
|
content: "\e728";
|
|
}
|
|
|
|
.icon-enlarge:before {
|
|
content: "\e623";
|
|
}
|
|
|
|
.icon-code:before {
|
|
content: "\e602";
|
|
}
|
|
|
|
.icon-italic:before {
|
|
content: "\e718";
|
|
}
|
|
|
|
.icon-bold:before {
|
|
content: "\e644";
|
|
}
|
|
|
|
.icon-picture:before {
|
|
content: "\e606";
|
|
}
|
|
|
|
.icon-minus:before {
|
|
content: "\e62c";
|
|
}
|
|
|
|
.icon-order-list:before {
|
|
content: "\e655";
|
|
}
|
|
|
|
.icon-link:before {
|
|
content: "\e7d4";
|
|
}
|
|
|
|
.icon-formula:before {
|
|
content: "\e633";
|
|
}
|
|
|
|
.icon-unorder-list:before {
|
|
content: "\e668";
|
|
}
|
|
|
|
.icon-edit:before {
|
|
content: "\e603";
|
|
}
|
|
|
|
.icon-table:before {
|
|
content: "\e7db";
|
|
}
|
|
|
|
.icon-sum:before {
|
|
content: "\e667";
|
|
}
|
|
|
|
.icon-eye:before {
|
|
content: "\e69f";
|
|
}
|
|
|
|
.icon-eye-slash:before {
|
|
content: "\e601";
|
|
}
|
|
|
|
.icon-eraser:before {
|
|
content: "\e8cd";
|
|
}
|
|
|
|
.icon-file-code:before {
|
|
content: "\e9ec";
|
|
}
|
|
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/_codemirror@5.58.2@codemirror/theme/blackboard.css ***!
|
|
\*********************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* 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; }
|
|
|
|
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/markdown-editor/upload-image/index.less ***!
|
|
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.upload-button {
|
|
width: 106px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
font-size: 12px;
|
|
display: block;
|
|
position: relative;
|
|
color: #0152d9;
|
|
}
|
|
.upload-button input {
|
|
opacity: 0;
|
|
width: 160px;
|
|
height: 32px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: -1;
|
|
}
|
|
|
|
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/image-preview/index.less ***!
|
|
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.image-preview-container {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
position: fixed;
|
|
align-items: center;
|
|
justify-content: center;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 99999;
|
|
background: rgba(0, 0, 0, 0.8);
|
|
}
|
|
.image-preview-container .image-preview {
|
|
transition: transform 0.4s linear;
|
|
max-width: 86%;
|
|
}
|
|
.image-preview-container .button-group {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
position: absolute;
|
|
z-index: 101;
|
|
right: 10px;
|
|
top: 10px;
|
|
}
|
|
.image-preview-container .button-group a,
|
|
.image-preview-container .button-group button {
|
|
color: rgba(0, 0, 0, 0.65);
|
|
margin-right: 10px;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.preview-wrp-group {
|
|
overflow: auto;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/discuss-input-editor/index.less ***!
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.comment-input-editor-container {
|
|
position: relative;
|
|
background: #fff;
|
|
width: 100%;
|
|
box-shadow: 0px -3px 5px 0px rgba(76, 172, 255, 0.2);
|
|
}
|
|
.comment-input-editor-container.active {
|
|
position: absolute;
|
|
height: 100%;
|
|
background: transparent;
|
|
z-index: 1000;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
top: 0;
|
|
}
|
|
.comment-input-editor-container .input-mask {
|
|
flex: 1 0;
|
|
background: rgba(0, 0, 0, 0);
|
|
width: 100%;
|
|
}
|
|
.comment-input-editor-container .text-area {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
padding: 10px 20px;
|
|
align-items: center;
|
|
}
|
|
.comment-input-editor-container .text-area input {
|
|
border-radius: 15px;
|
|
border: 1px solid #eaeaea;
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
height: 32px;
|
|
padding: 0 16px;
|
|
line-height: 32px;
|
|
outline: none;
|
|
flex: 1 0;
|
|
margin-right: 10px;
|
|
}
|
|
.comment-input-editor-container .text-area a {
|
|
color: #888;
|
|
display: block;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
margin-right: 20px;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.comment-input-editor-container .text-area a span {
|
|
line-height: 32px;
|
|
font-size: 16px;
|
|
}
|
|
.comment-input-editor-container .tip-container {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.comment-input-editor-container .tip-container p {
|
|
font-size: 12px;
|
|
color: #ff6800;
|
|
}
|
|
.comment-input-editor-container .hide {
|
|
display: none;
|
|
}
|
|
.comment-input-editor-container .md-container {
|
|
background: #fff;
|
|
padding: 10px 20px;
|
|
}
|
|
.btn-send {
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
border: none;
|
|
padding: 0 12px;
|
|
color: #fff;
|
|
background: #0152d9 !important;
|
|
letter-spacing: 1px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
border-radius: 2px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/answer-panel/index.less ***!
|
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.to-certification-link {
|
|
color: #0152d9 !important;
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
.answer-tips-css {
|
|
display: none;
|
|
position: fixed;
|
|
z-index: 1000;
|
|
left: 0;
|
|
top: 0;
|
|
padding: 2px 10px;
|
|
background-color: rgba(0, 0, 0, 0.8);
|
|
color: #ffffff;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/answer-panel/choose-answer/index.less ***!
|
|
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.choose-answer-item {
|
|
padding: 20px 20px 0 20px;
|
|
}
|
|
.choose-answer-item b {
|
|
font-size: 16px;
|
|
}
|
|
.choose-answer-item p {
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/answer-panel/multi-level-answer/index.less ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.answer-item-container {
|
|
padding: 20px;
|
|
border-bottom: 1px solid #eaeaea;
|
|
font-size: 15px;
|
|
color: #cdcdcd;
|
|
}
|
|
.answer-item-container a {
|
|
color: #0152d9;
|
|
}
|
|
.answer-item-container .level {
|
|
color: #9a9a9a;
|
|
flex: 0 0 55px;
|
|
}
|
|
.answer-item-container .view-time {
|
|
margin-right: 16px;
|
|
}
|
|
.answer-item-container .name {
|
|
color: #4c4c4c;
|
|
flex: 1 1 auto;
|
|
}
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/left-panel/answer-panel/unlock-answer-list/index.less ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.unlock-answer-list {
|
|
width: 100%;
|
|
}
|
|
.unlock-answer-list td,
|
|
.unlock-answer-list th {
|
|
text-align: center;
|
|
padding: 5px;
|
|
font-weight: normal;
|
|
color: rgba(0, 0, 0, 0.54);
|
|
}
|
|
.unlock-answer-list tbody {
|
|
background: #f4faff;
|
|
}
|
|
.unlock-answer-list .gold-color {
|
|
color: #ff6800;
|
|
}
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/unity3d-panel/index.less?modules ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.unity3d-panel___aA1uJ {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
}
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/header/index.less ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.task-header-container {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
height: 54px;
|
|
background: #05101a;
|
|
padding: 0 15px;
|
|
color: #fff;
|
|
position: relative;
|
|
z-index: 9;
|
|
}
|
|
.task-header-container .exercise_user_info {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #B2BACB;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
max-width: 500px;
|
|
}
|
|
.task-header-container .exercise_user_info span {
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #55BFD6;
|
|
}
|
|
.task-header-container .shixun-info {
|
|
flex: 1 0 auto;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
color: #fff;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
margin: 0;
|
|
}
|
|
.task-header-container .shixun-info span {
|
|
font-size: 13px;
|
|
font-weight: 400;
|
|
}
|
|
.task-header-container .task-user-info {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
}
|
|
.task-header-container .task-user-info img {
|
|
border-radius: 50%;
|
|
margin-right: 12px;
|
|
}
|
|
.task-header-container .grade-info {
|
|
margin-left: 24px;
|
|
height: 32px;
|
|
padding: 0 15px;
|
|
background: #1f2f3b;
|
|
border-radius: 25px;
|
|
line-height: 32px;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.task-header-container .grade-info img {
|
|
margin-right: 5px;
|
|
}
|
|
.task-header-container .btn-task-out {
|
|
background: #da000c;
|
|
border-radius: 2px;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
display: block;
|
|
padding: 6px 9px;
|
|
color: #fff;
|
|
}
|
|
.task-header-container .btn-out {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
margin-left: 12px;
|
|
}
|
|
.task-header-container .btn-out .iconfont {
|
|
font-size: 16px !important;
|
|
margin-right: 4px;
|
|
}
|
|
.task-header-container .btn-notice {
|
|
line-height: 12px;
|
|
}
|
|
.task-header-container .btn-vnc {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
margin-right: 24px;
|
|
}
|
|
.task-header-container .btn-vnc img {
|
|
margin-right: 9px;
|
|
}
|
|
#educoder .tasks-header-notice.ant-tour-placement-bottom {
|
|
width: 320px;
|
|
}
|
|
#educoder .tasks-header-notice.ant-tour-placement-bottom .ant-tour-content {
|
|
width: 320px;
|
|
}
|
|
#educoder .tasks-header-notice.ant-tour-placement-bottom .ant-tour-content .ant-tour-buttons .ant-btn:has(button) {
|
|
background: none !important;
|
|
}
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/code-repository/action-bar/index.less?modules ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.action-bar-container___TDRpf {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
height: 40px;
|
|
overflow: hidden;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.action-bar-container___TDRpf img {
|
|
display: block;
|
|
}
|
|
.edit-status___wZI5m {
|
|
color: #888;
|
|
font-size: 14px;
|
|
}
|
|
.action-bar___bbigU {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
padding-left: 10px;
|
|
}
|
|
.action-bar___bbigU a {
|
|
margin-right: 10px;
|
|
color: #747a7f;
|
|
text-decoration: none;
|
|
}
|
|
.action-bar___bbigU a i.iconfont___hoZln {
|
|
display: inline-block;
|
|
margin-right: 5px;
|
|
}
|
|
.action-bar___bbigU a:hover {
|
|
color: #0152d9;
|
|
}
|
|
.action-bar___bbigU .startDebug___tLWzR {
|
|
width: 26px;
|
|
height: 26px;
|
|
border-radius: 4px;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
margin-right: 6px;
|
|
color: #499C54;
|
|
}
|
|
.action-bar___bbigU .startDebug___tLWzR i {
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
pointer-events: none;
|
|
}
|
|
.action-bar___bbigU .disabledDebug___npN0z {
|
|
width: 26px;
|
|
height: 26px;
|
|
border-radius: 4px;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
margin-right: 6px;
|
|
color: #499C54;
|
|
color: #747a7f;
|
|
cursor: default;
|
|
}
|
|
.action-bar___bbigU .disabledDebug___npN0z i {
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
pointer-events: none;
|
|
}
|
|
|
|
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/tpi-code-setting/index.less ***!
|
|
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.tpi-code-setting {
|
|
height: calc(100vh - 54px);
|
|
background: #031b2a;
|
|
color: #ddd;
|
|
font-size: 13px;
|
|
line-height: 17px;
|
|
}
|
|
.tpi-code-setting.oj {
|
|
height: calc(100vh - 65px);
|
|
}
|
|
.tpi-code-setting h3 {
|
|
color: #008cff;
|
|
font-size: 16px;
|
|
line-height: 21px;
|
|
padding-bottom: 12px;
|
|
text-align: left;
|
|
width: 100%;
|
|
display: block;
|
|
border-bottom: 1px solid #092436;
|
|
}
|
|
.tpi-code-setting .file-item {
|
|
color: #ddd;
|
|
padding: 20px 0 0 0;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.tpi-code-setting .file-item.action {
|
|
justify-content: flex-start;
|
|
}
|
|
.tpi-code-setting .file-item.action .iconfont {
|
|
margin-right: 21px;
|
|
}
|
|
.tpi-code-setting .file-item span {
|
|
max-width: 148px;
|
|
}
|
|
.tpi-code-setting .file-item:last-child {
|
|
margin-bottom: 25px;
|
|
}
|
|
.tpi-code-setting span {
|
|
color: #597a8f;
|
|
}
|
|
.setting-drawer .ant-drawer-content-wrapper {
|
|
top: 54px;
|
|
bottom: 51px;
|
|
}
|
|
.setting-drawer .ant-drawer-content {
|
|
height: auto;
|
|
}
|
|
.oj .ant-drawer-content-wrapper {
|
|
top: 65px;
|
|
}
|
|
.setting-drawer .ant-drawer-body,
|
|
.oj .ant-drawer-body {
|
|
background: #031b2a;
|
|
}
|
|
.setting-drawer .ant-drawer-body,
|
|
.oj .ant-drawer-body {
|
|
height: auto;
|
|
}
|
|
.setting-drawer .ant-select-selection,
|
|
.oj .ant-select-selection {
|
|
width: 120px;
|
|
background: #0a2030;
|
|
color: #597a8f;
|
|
border: 1px solid #597a8f;
|
|
}
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/MultiUpload/index.less ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.upload_button {
|
|
width: 108px;
|
|
height: 32px;
|
|
background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%);
|
|
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
|
|
border-radius: 2px;
|
|
border: 1px solid #BACFFE;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #3061D0;
|
|
display: inline-block;
|
|
text-align: center;
|
|
align-items: center;
|
|
align-content: center;
|
|
}
|
|
.upload_button .aBtn_img {
|
|
width: 14px;
|
|
height: 14px;
|
|
margin-top: -3px;
|
|
margin-right: 8px;
|
|
}
|
|
.upload_button:hover {
|
|
width: 108px;
|
|
background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%);
|
|
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
|
|
border-radius: 2px;
|
|
border: 1px solid #BACFFE;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #3061D0;
|
|
}
|
|
.disable_upload_button {
|
|
width: 108px;
|
|
height: 32px;
|
|
background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%);
|
|
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
|
|
border-radius: 2px;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
}
|
|
.disable_upload_button .aBtn_img {
|
|
width: 14px;
|
|
height: 14px;
|
|
margin-top: -3px;
|
|
margin-right: 8px;
|
|
}
|
|
.upload_button:active {
|
|
width: 108px;
|
|
height: 32px;
|
|
background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%);
|
|
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
|
|
border-radius: 2px;
|
|
border: 1px solid #BACFFE;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #3061D0;
|
|
}
|
|
.upload_text {
|
|
width: 129px;
|
|
height: 20px;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #5F6367;
|
|
line-height: 20px;
|
|
margin-left: 16px;
|
|
}
|
|
.File .deletfileIcon {
|
|
opacity: 0;
|
|
cursor: pointer;
|
|
}
|
|
.File:hover .deletfileIcon {
|
|
opacity: 1;
|
|
}
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Shixuns/Edit/body/Environment/MarkdownModal/index.less?modules ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.mirrorModal___Pi3tF {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: flex-start;
|
|
height: 580px;
|
|
}
|
|
.mirrorModal___Pi3tF .right___Hot5f {
|
|
flex: 1 1;
|
|
background-color: white;
|
|
height: 100%;
|
|
}
|
|
.mirrorModal___Pi3tF .right___Hot5f header {
|
|
padding: 0px 30px;
|
|
height: 60px;
|
|
}
|
|
.mirrorModal___Pi3tF .right___Hot5f header .title___jjMKh {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
border-bottom: 1px #f1f1f1 solid;
|
|
}
|
|
.mirrorModal___Pi3tF .right___Hot5f .content___BmOkD .ant-empty {
|
|
padding: 150px 0px 40px 0;
|
|
}
|
|
.mirrorModal___Pi3tF .right___Hot5f .content___BmOkD .ant-empty .ant-empty-image {
|
|
height: 180px;
|
|
}
|
|
.mirrorModal___Pi3tF .right___Hot5f .content___BmOkD .ant-empty .ant-empty-description {
|
|
color: #999;
|
|
font-size: 14px;
|
|
}
|
|
.mirrorModal___Pi3tF .right___Hot5f .content___BmOkD .des___oGTUM {
|
|
padding: 0 30px;
|
|
margin-top: 18px;
|
|
max-height: 490px;
|
|
overflow-y: auto;
|
|
}
|
|
.modal___yy3VB .ant-modal-body {
|
|
max-height: 500px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ui-customization/reset.less?modules ***!
|
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___vG4eV {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___qVVxe {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___P8Z8s {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___VMme3 {
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-webkit-align-items: center;
|
|
-webkit-box-align: center;
|
|
-webkit-box-pack: end;
|
|
box-align: center;
|
|
box-pack: end;
|
|
}
|
|
.flex_box_column___VMHwm {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
button {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 1px solid transparent;
|
|
outline: none;
|
|
background-color: transparent;
|
|
}
|
|
button:active {
|
|
opacity: 0.6;
|
|
}
|
|
.flex-col___3jhOh {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.flex-row___LeEp_ {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.justify-start___jO65N {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
.justify-center___YQKbt {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.justify-end___y7VEp {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
.justify-evenly___F8k6J {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
}
|
|
.justify-around___mvOUA {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
.justify-between___EJXel {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.align-start___Rq8D8 {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
.align-center___JoAlR {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.align-end___NJn7K {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
}
|
|
button {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 1px solid transparent;
|
|
outline: none;
|
|
background-color: transparent;
|
|
}
|
|
button:active {
|
|
opacity: 0.6;
|
|
}
|
|
.flex-col___3jhOh {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.flex-row___LeEp_ {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.justify-start___jO65N {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
.justify-center___YQKbt {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.justify-end___y7VEp {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
.justify-evenly___F8k6J {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
}
|
|
.justify-around___mvOUA {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
.justify-between___EJXel {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.align-start___Rq8D8 {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
.align-center___JoAlR {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.align-end___NJn7K {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
}
|
|
.dropdownmenus___oVzoj {
|
|
width: 104px;
|
|
}
|
|
.dropdownmenus___oVzoj [class~='ant-dropdown-menu-item'] {
|
|
text-align: center;
|
|
}
|
|
.dropdownmenus___oVzoj [class~='ant-dropdown-menu-item']:hover {
|
|
color: #165dff !important;
|
|
background: #fff;
|
|
}
|
|
.dropdownmenus___oVzoj [class~='ant-dropdown-menu'] {
|
|
padding: 10px 0 !important;
|
|
}
|
|
.popupClassNames___OcZq7 {
|
|
background: yellow;
|
|
}
|
|
.selectdown___mmcA8 [class~='ant-select-item-option-selected'] {
|
|
font-weight: 400 !important;
|
|
background-color: #edf2ff !important;
|
|
}
|
|
.selectdown___mmcA8 [class~='ant-select-item-option-active'] {
|
|
color: #165dff !important;
|
|
background-color: #fff !important;
|
|
}
|
|
.selectdown___mmcA8 [class~='ant-select-item-option'] {
|
|
padding: 10px 24px;
|
|
}
|
|
|
|
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/data-sets/index.less?modules ***!
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___rNE5B {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___UQz5R {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___LVkcg {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___liNMD {
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-webkit-align-items: center;
|
|
-webkit-box-align: center;
|
|
-webkit-box-pack: end;
|
|
box-align: center;
|
|
box-pack: end;
|
|
}
|
|
.flex_box_column___en5bA {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
button {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 1px solid transparent;
|
|
outline: none;
|
|
background-color: transparent;
|
|
}
|
|
button:active {
|
|
opacity: 0.6;
|
|
}
|
|
.flex-col___TzXaA {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.flex-row___AZUIz {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.justify-start___D_IIi {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
.justify-center___r3sMo {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.justify-end___mGmbI {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
.justify-evenly___PeJQR {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
}
|
|
.justify-around___h_SDp {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
.justify-between___RHGlz {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.align-start___Gci88 {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
.align-center___ZukbY {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.align-end___eyY_V {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
}
|
|
button {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 1px solid transparent;
|
|
outline: none;
|
|
background-color: transparent;
|
|
}
|
|
button:active {
|
|
opacity: 0.6;
|
|
}
|
|
.flex-col___TzXaA {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.flex-row___AZUIz {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.justify-start___D_IIi {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
.justify-center___r3sMo {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.justify-end___mGmbI {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
.justify-evenly___PeJQR {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
}
|
|
.justify-around___h_SDp {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
.justify-between___RHGlz {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.align-start___Gci88 {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
.align-center___ZukbY {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.align-end___eyY_V {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
}
|
|
[id="educoder"] .wrap___QHoGE [class~='ant-drawer-content-wrapper'] {
|
|
margin-top: 54px;
|
|
}
|
|
[id="educoder"] .wrap___QHoGE [class~='ant-drawer-body'] {
|
|
padding-top: 15px;
|
|
margin-bottom: 60px;
|
|
}
|
|
[id="educoder"] .wrap___QHoGE [class~='ant-drawer-content'] {
|
|
background: none;
|
|
}
|
|
[id="educoder"] .wrap___QHoGE [class~='ant-drawer-wrapper-body'],
|
|
[id="educoder"] .wrap___QHoGE [class~='ant-drawer-header'] {
|
|
background: #031b2a;
|
|
color: #fff;
|
|
border: none;
|
|
padding-top: 10px;
|
|
}
|
|
[id="educoder"] .wrap___QHoGE [class~='ant-drawer-title'] {
|
|
color: #fff;
|
|
font-size: 16px;
|
|
padding: 19px 0 0 4px;
|
|
}
|
|
[id="educoder"] .list___PqCYv {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
margin: 7px 0;
|
|
padding-left: 4px;
|
|
}
|
|
[id="educoder"] .list___PqCYv dt,
|
|
[id="educoder"] .list___PqCYv dd {
|
|
margin: 0;
|
|
}
|
|
[id="educoder"] .list___PqCYv dt {
|
|
flex: 1 1;
|
|
-webkit-box-orient: vertical;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 1;
|
|
overflow: hidden;
|
|
word-break: break-all;
|
|
height: 24px;
|
|
}
|
|
[id="educoder"] .list___PqCYv dd {
|
|
width: 66px;
|
|
text-align: right;
|
|
color: #0152d9;
|
|
cursor: pointer;
|
|
}
|
|
[id="educoder"] .page___TKcdQ {
|
|
font-size: 14px;
|
|
margin-top: 20px;
|
|
}
|
|
[id="educoder"] .page___TKcdQ [class~='ant-pagination-item'],
|
|
[id="educoder"] .page___TKcdQ [class~='ant-pagination-item-link'] {
|
|
color: #0152d9;
|
|
}
|
|
[id="educoder"] .page___TKcdQ [class~='ant-pagination-item'] a,
|
|
[id="educoder"] .page___TKcdQ [class~='ant-pagination-item-link'] a {
|
|
color: #0152d9;
|
|
}
|
|
[id="educoder"] .page___TKcdQ [class~='ant-pagination-item-active'] {
|
|
background: #0152d9;
|
|
}
|
|
[id="educoder"] .page___TKcdQ [class~='ant-pagination-item-active'] a {
|
|
color: #fff;
|
|
}
|
|
[id="educoder"] .page___TKcdQ [class~='ant-pagination-disabled'] a,
|
|
[id="educoder"] .page___TKcdQ [class~='ant-pagination-disabled'] button {
|
|
color: #7f99a7;
|
|
}
|
|
[id="educoder"] .page___TKcdQ [class~='ant-pagination-disabled'] a:hover,
|
|
[id="educoder"] .page___TKcdQ [class~='ant-pagination-disabled'] button:hover {
|
|
color: #7f99a7;
|
|
}
|
|
|
|
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Exercise/index.less?modules ***!
|
|
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.exitFullScreenModalWrapper___aNB9Q div[class~='ant-modal-confirm-btns'] {
|
|
float: none;
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-bottom: 20px;
|
|
}
|
|
.exitFullScreenModalWrapper___aNB9Q div[class~='ant-modal-confirm-btns'] button {
|
|
width: 120px;
|
|
height: 38px;
|
|
background: #f6f7f9 #3061d0;
|
|
border-radius: 2px;
|
|
}
|
|
.exitFullScreenModal___HIMyY {
|
|
text-align: center;
|
|
font-size: 30px;
|
|
font-weight: 400;
|
|
}
|
|
.exitFullScreenModal___HIMyY .warningIcon___xEURa {
|
|
height: 88px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.exitFullScreenModal___HIMyY .warningText___W6NPJ {
|
|
color: #e30000;
|
|
}
|
|
.exitFullScreenModal___HIMyY .countdownWrapper___n8g1M {
|
|
display: inline-block;
|
|
}
|
|
.forcedModalWrapper___JPMQ2 .forcedModalContent___uY5FV {
|
|
text-align: center;
|
|
}
|
|
.forcedModalWrapper___JPMQ2 .forcedModalContent___uY5FV .forcedText___C3CrF {
|
|
font-size: 30px;
|
|
font-weight: 500;
|
|
color: #E30000;
|
|
margin-bottom: 10px;
|
|
}
|
|
.forcedModalWrapper___JPMQ2 .forcedModalContent___uY5FV .screenNumText___oljHN {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
margin-bottom: 20px;
|
|
}
|
|
.forcedModalWrapper___JPMQ2 .forcedModalContent___uY5FV img {
|
|
height: 85px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/choose-repository/index.less?modules ***!
|
|
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.test-set-container___JHp4n {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 258px;
|
|
background: #111c24;
|
|
overflow: hidden auto;
|
|
color: #f4f1ed;
|
|
}
|
|
.resize-y-bar___rdi2n {
|
|
height: 3px;
|
|
background: #111c24;
|
|
border-top: 1px solid #19527b;
|
|
cursor: ns-resize;
|
|
position: relative;
|
|
}
|
|
.resize-y-bar___rdi2n [class~='iconfont'] {
|
|
color: #0152d9;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-top: -8px;
|
|
margin-left: -17px;
|
|
z-index: 10;
|
|
}
|
|
.code-area-container___Wrs1J {
|
|
background: #111c24;
|
|
position: relative;
|
|
overflow-y: auto;
|
|
}
|
|
.code-area-container___Wrs1J .xterm-panel___Qp8NN {
|
|
height: 100%;
|
|
overflow: hidden;
|
|
background: #000;
|
|
}
|
|
.code-area-container___Wrs1J .xterm-panel___Qp8NN .xterm-rows___NHMLJ,
|
|
.code-area-container___Wrs1J .xterm-panel___Qp8NN .xterm___JuxUK {
|
|
height: 100% !important;
|
|
}
|
|
.code-area-container___Wrs1J .xterm-panel___Qp8NN .xterm-screen___jNWY5 {
|
|
height: 100% !important;
|
|
}
|
|
.code-area-container___Wrs1J .navs___isstg {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
.code-area-container___Wrs1J .navs___isstg .arrow-right___k6W52 {
|
|
cursor: pointer;
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 6px solid transparent;
|
|
border-bottom: 6px solid transparent;
|
|
border-left: 8px solid #bfbfbf;
|
|
}
|
|
.code-area-container___Wrs1J .navs___isstg .arrow-down___RJ_Vp {
|
|
width: 0;
|
|
height: 0;
|
|
border-left: 6px solid transparent;
|
|
border-right: 6px solid transparent;
|
|
border-top: 8px solid #bfbfbf;
|
|
}
|
|
.code-area-container___Wrs1J .navs___isstg ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
height: 40px;
|
|
}
|
|
.code-area-container___Wrs1J .navs___isstg ul li.flex-container___fcvlY {
|
|
text-align: center;
|
|
width: 98px;
|
|
}
|
|
.code-area-container___Wrs1J .navs___isstg ul li.flex-container___fcvlY > a {
|
|
padding: 0 5px 0 25px;
|
|
}
|
|
.code-area-container___Wrs1J .navs___isstg ul li:empty {
|
|
width: 20px;
|
|
}
|
|
.code-area-container___Wrs1J .navs___isstg ul > li:not(first-child) > a {
|
|
padding: 0 25px;
|
|
}
|
|
.code-area-container___Wrs1J .navs___isstg ul > li > a {
|
|
display: block;
|
|
color: #bfbfbf;
|
|
padding: 0 15px;
|
|
position: relative;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
height: 40px;
|
|
}
|
|
.code-area-container___Wrs1J .navs___isstg ul > li > a .iconfont___x63vg {
|
|
font-size: 14px !important;
|
|
display: inline-block;
|
|
margin-left: 5px;
|
|
}
|
|
.code-area-container___Wrs1J .navs___isstg ul > li > a.active___tIrbA:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -10px;
|
|
top: auto;
|
|
bottom: 0;
|
|
right: auto;
|
|
height: 2px;
|
|
width: 20px;
|
|
background-color: #29bd8b;
|
|
}
|
|
.code-area-container___Wrs1J .action-bar-container___WBAJU {
|
|
flex: 5 0 auto;
|
|
}
|
|
.code-area-container___Wrs1J .action-bar-container___WBAJU .action-bar___gNMCV {
|
|
height: 56px;
|
|
display: flex;
|
|
width: 100%;
|
|
color: #fff;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
padding: 0 20px;
|
|
justify-content: space-between;
|
|
background: #121c24;
|
|
}
|
|
.code-area-container___Wrs1J .action-bar-container___WBAJU .action-bar___gNMCV span {
|
|
flex: 1 0;
|
|
}
|
|
.code-area-container___Wrs1J .action-bar-container___WBAJU .action-bar___gNMCV a {
|
|
color: #fff;
|
|
margin-left: 10px;
|
|
}
|
|
.right-panel___n2hmC {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
}
|
|
.action-container___GNaac {
|
|
position: relative;
|
|
background: #05101a;
|
|
height: 51px;
|
|
}
|
|
.setting-drawer___UAqT2 [class~='ant-drawer-content-wrapper'] {
|
|
top: 54px;
|
|
bottom: 51px;
|
|
}
|
|
.setting-drawer___UAqT2 [class~='ant-drawer-content'] {
|
|
height: auto;
|
|
}
|
|
.oj___BBHzQ [class~='ant-drawer-content-wrapper'] {
|
|
top: 65px;
|
|
}
|
|
.setting-drawer___UAqT2 [class~='ant-drawer-body'],
|
|
.oj___BBHzQ [class~='ant-drawer-body'] {
|
|
background: #031b2a;
|
|
}
|
|
.setting-drawer___UAqT2 [class~='ant-drawer-body'],
|
|
.oj___BBHzQ [class~='ant-drawer-body'] {
|
|
height: auto;
|
|
}
|
|
.setting-drawer___UAqT2 [class~='ant-select-selection'],
|
|
.oj___BBHzQ [class~='ant-select-selection'] {
|
|
width: 120px;
|
|
background: #0a2030;
|
|
color: #597a8f;
|
|
border: 1px solid #597a8f;
|
|
}
|
|
.spinning___Klii0 {
|
|
height: 100%;
|
|
}
|
|
.spinning___Klii0 > div {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.btn___Ih5Gr {
|
|
width: 507px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.btn___Ih5Gr .ant-btn-default:not(:disabled) {
|
|
height: 32px;
|
|
background: rgba(248, 249, 252, 0.5);
|
|
border-radius: 2px;
|
|
border: 1px solid rgba(195, 207, 224, 0.5);
|
|
color: #464F66;
|
|
padding: 0 16px;
|
|
}
|
|
.btn___Ih5Gr .ant-btn-primary:not(:disabled) {
|
|
margin-left: 20px;
|
|
height: 32px;
|
|
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
|
|
border-radius: 2px;
|
|
padding: 0 16px;
|
|
border: 0;
|
|
}
|
|
|
|
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/choose-repository/topics/index.less ***!
|
|
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.choose-container {
|
|
margin: 0;
|
|
padding: 10px 20px;
|
|
height: calc(100% - 40px);
|
|
overflow: auto;
|
|
}
|
|
.choose-container li {
|
|
margin-bottom: 15px;
|
|
}
|
|
.choose-container .subject {
|
|
margin-bottom: 5px;
|
|
font-size: 14px;
|
|
overflow: hidden;
|
|
letter-spacing: 0.5px;
|
|
}
|
|
.choose-container .subject-body {
|
|
float: left;
|
|
color: #8b9399 !important;
|
|
}
|
|
.choose-container .subject-body img {
|
|
max-width: 100%;
|
|
}
|
|
.choose-container .option a {
|
|
display: block;
|
|
outline: none;
|
|
color: #8b9399;
|
|
padding-left: 38px;
|
|
line-height: 22px;
|
|
overflow: hidden;
|
|
margin-bottom: 10px;
|
|
}
|
|
.choose-container .option a:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.choose-container .option .text {
|
|
margin-left: 38px;
|
|
color: #8b9399;
|
|
font-size: 14px;
|
|
}
|
|
.choose-container .ant-radio-wrapper {
|
|
color: #8b9399;
|
|
}
|
|
.choose-container .choice {
|
|
position: relative;
|
|
top: 4px;
|
|
margin-right: 16.5px;
|
|
float: left;
|
|
}
|
|
.choose-container .ant-radio-inner,
|
|
.choose-container .ant-checkbox-inner {
|
|
background-color: transparent !important;
|
|
}
|
|
.choose-container textarea.ant-input {
|
|
border: 1px solid rgba(255, 255, 255, 0.2) !important;
|
|
background-color: #1E1E1E;
|
|
color: #959595;
|
|
}
|
|
.choose-container .ant-radio-checked .ant-radio-inner {
|
|
border: 1px solid #3886FF !important;
|
|
background-color: #3886FF !important;
|
|
}
|
|
.choose-container .ant-checkbox-checked .ant-checkbox-inner {
|
|
background-color: #3886FF !important;
|
|
border: 1px solid #3886FF;
|
|
}
|
|
.choose-container .abackgroodcolor {
|
|
margin: auto;
|
|
margin-top: 14px;
|
|
padding-bottom: 14px;
|
|
padding-left: 5px;
|
|
padding-top: 10px;
|
|
background: rgba(216, 216, 216, 0.04);
|
|
}
|
|
.choose-container .active {
|
|
background: url(./static/success.86f4a4e5.svg);
|
|
background-size: 100%;
|
|
}
|
|
.choose-container .checkbox {
|
|
border-radius: 2px;
|
|
}
|
|
.choose-container .checkbox.active {
|
|
background: url(./static/checkbox.56d33b59.svg);
|
|
background-size: 100%;
|
|
}
|
|
.vs .subject-body,
|
|
.vs .order,
|
|
.vs .checkTitle,
|
|
.vs .ant-radio-wrapper {
|
|
color: #191919 !important;
|
|
}
|
|
.vs .text {
|
|
color: #666 !important;
|
|
}
|
|
.vs textarea.ant-input {
|
|
border: 1px solid #E0E1E4 !important;
|
|
background-color: #F5F5F5;
|
|
color: #191919;
|
|
}
|
|
|
|
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/choose-repository/test-cast-list/index.less ***!
|
|
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.choose-game-item {
|
|
padding: 16px 15px;
|
|
background: #010e1f;
|
|
border-radius: 4px;
|
|
}
|
|
.choose-game-item p {
|
|
margin: 0;
|
|
}
|
|
.choose-game-item .output-title-container {
|
|
text-align: center;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: space-between;
|
|
color: #747a7f;
|
|
align-items: center;
|
|
margin-bottom: 12px;
|
|
}
|
|
.choose-game-item .output-title-container span {
|
|
flex: 1 1;
|
|
display: flex;
|
|
}
|
|
.choose-game-item .output-title-container span span {
|
|
flex: initial;
|
|
}
|
|
.choose-game-item .output-title-container span span:nth-child(1) {
|
|
flex: 1 1;
|
|
}
|
|
.choose-game-item .output-title-container .output-title {
|
|
color: #fff;
|
|
}
|
|
.test-case-list {
|
|
padding: 8px 16px;
|
|
}
|
|
.test-header {
|
|
width: 100%;
|
|
height: 34px;
|
|
padding: 0 25px;
|
|
line-height: 34px;
|
|
color: #f4f1ed;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background-color: #111c24;
|
|
border-bottom: 1px solid #222c34;
|
|
}
|
|
.test-header a {
|
|
color: #747a7f;
|
|
}
|
|
.test-header span {
|
|
position: relative;
|
|
display: block;
|
|
cursor: pointer;
|
|
padding: 0 25px;
|
|
}
|
|
.test-header span.active:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -10px;
|
|
top: auto;
|
|
bottom: 0;
|
|
right: auto;
|
|
height: 2px;
|
|
width: 20px;
|
|
background-color: #29bd8b;
|
|
}
|
|
.test-header span.active-debug:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -22px;
|
|
top: auto;
|
|
bottom: 0;
|
|
right: auto;
|
|
height: 2px;
|
|
width: 20px;
|
|
background-color: #29bd8b;
|
|
}
|
|
.test-result {
|
|
padding: 8px 15px 0 15px;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Bold, PingFang SC;
|
|
line-height: 25px;
|
|
font-weight: bold;
|
|
width: 100%;
|
|
display: inline-block;
|
|
margin-bottom: 0;
|
|
}
|
|
.test-result p {
|
|
font-size: 14px !important;
|
|
}
|
|
.test-result .markdown-body p {
|
|
white-space: normal;
|
|
}
|
|
.test-result.success {
|
|
color: #29bd8b;
|
|
}
|
|
.test-result.failer {
|
|
color: #dd5555 !important;
|
|
}
|
|
.test-result.failer p {
|
|
color: #dd5555 !important;
|
|
}
|
|
.test-result img {
|
|
display: block;
|
|
margin-right: 5px;
|
|
}
|
|
.test-result .count {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
float: left;
|
|
align-items: center;
|
|
line-height: 25px;
|
|
padding: 0 10px 0 4px;
|
|
}
|
|
.test-case-item {
|
|
width: 100%;
|
|
margin: 0 auto 10px auto;
|
|
background: #1f2f3b;
|
|
font-size: 14px;
|
|
}
|
|
.test-case-item .case-header {
|
|
padding: 9px 20px;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.test-case-item .case-header .iconfont {
|
|
font-size: 14px !important;
|
|
color: #f4f1ed;
|
|
}
|
|
.test-case-item .case-header .description {
|
|
color: #616b77;
|
|
padding: 0 8px;
|
|
font-size: 12px;
|
|
}
|
|
.test-case-item .item-desc {
|
|
display: none;
|
|
}
|
|
.test-case-item .item-desc.show {
|
|
display: block;
|
|
}
|
|
.test-case-item .item-tip {
|
|
font-size: 12px;
|
|
color: #c67676;
|
|
line-height: 12px;
|
|
}
|
|
.test-case-item h2 {
|
|
font-size: 14px;
|
|
color: #bfbfbf;
|
|
margin: 0;
|
|
line-height: 21px;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.test-case-item h4 {
|
|
font-size: 14px;
|
|
color: #637da6;
|
|
line-height: 14px;
|
|
padding: 15px 0 5px 0;
|
|
}
|
|
.test-case-item p {
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
letter-spacing: 1px;
|
|
}
|
|
.arrow-down {
|
|
width: 0;
|
|
height: 0;
|
|
border-left: 6px solid transparent;
|
|
border-right: 6px solid transparent;
|
|
border-top: 8px solid #bfbfbf;
|
|
}
|
|
.test-title {
|
|
margin-left: 10px;
|
|
}
|
|
.arrow-right {
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 6px solid transparent;
|
|
border-bottom: 6px solid transparent;
|
|
border-left: 8px solid #bfbfbf;
|
|
}
|
|
.case-info {
|
|
flex: 1 0;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
.case-info i,
|
|
.case-info img {
|
|
margin-left: 8px;
|
|
}
|
|
.test-case-run-header {
|
|
color: #617c93;
|
|
font-size: 14px;
|
|
padding: 10px 0;
|
|
}
|
|
.test-case-run-wrp textarea {
|
|
background: none !important;
|
|
border: none !important;
|
|
color: #fff !important;
|
|
resize: none !important;
|
|
}
|
|
.test-case-run-wrp > div:nth-child(2) > div {
|
|
color: #fff !important;
|
|
background: #1b2a37 !important;
|
|
margin-right: 12px;
|
|
}
|
|
.diff-panel-container {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #010e1f;
|
|
color: #fff;
|
|
font-size: 0;
|
|
overflow: hidden;
|
|
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
|
|
font-weight: normal;
|
|
font-feature-settings: 'liga' 0, 'calt' 0;
|
|
}
|
|
.diff-panel-container > div {
|
|
width: 49.5%;
|
|
white-space: pre;
|
|
overflow-x: auto;
|
|
line-height: 18px;
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
letter-spacing: 0px;
|
|
vertical-align: top;
|
|
padding: 10px 14px;
|
|
background: #1e1e1e;
|
|
}
|
|
.diff-panel-container > div:first-child {
|
|
margin-right: 1%;
|
|
}
|
|
.diff-panel-container .line-break {
|
|
display: block;
|
|
height: 20px;
|
|
}
|
|
.diff-panel-container del {
|
|
color: #dd5555;
|
|
white-space: pre;
|
|
text-decoration: none;
|
|
}
|
|
.diff-panel-container del:empty {
|
|
display: none;
|
|
}
|
|
.diff-panel-container del.empty {
|
|
background: hsl(0, 67%, 60%);
|
|
}
|
|
.diff-panel-container ins {
|
|
color: #2ea44f;
|
|
white-space: pre;
|
|
text-decoration: none;
|
|
}
|
|
.diff-panel-container ins:empty {
|
|
display: none;
|
|
}
|
|
.diff-panel-container ins.empty {
|
|
background: #2ea44f;
|
|
}
|
|
.alert {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
font-size: 12px;
|
|
height: 24px;
|
|
background-color: rgba(162, 17, 29, 0.64);
|
|
padding: 0 10px;
|
|
}
|
|
.alert b {
|
|
font-size: 12px;
|
|
margin-right: 10px;
|
|
color: red;
|
|
}
|
|
.alert i {
|
|
cursor: pointer;
|
|
font-size: 12px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/footer-bar/index.less?modules ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
#educoder .action-container___Xcx9G {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
color: #747a7f;
|
|
padding: 0 15px;
|
|
height: 100%;
|
|
}
|
|
#educoder .action-container___Xcx9G .eval-btn-group___b8ds5 {
|
|
justify-content: flex-end;
|
|
flex: 2 1 auto;
|
|
}
|
|
#educoder .action-container___Xcx9G .eval-desc___bIcYm {
|
|
flex: 2 1 auto;
|
|
}
|
|
#educoder .action-container___Xcx9G .eval-desc___bIcYm span:last-child {
|
|
flex: 3 1;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
#educoder .action-container___Xcx9G span {
|
|
margin-right: 15px;
|
|
}
|
|
#educoder .action-container___Xcx9G .btn-run___fh7pl {
|
|
background: #0152d9;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
border: 0px solid transparent;
|
|
padding: 0 12px;
|
|
letter-spacing: 1px;
|
|
outline: none;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
border-radius: 3px;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex: 0 0 auto;
|
|
}
|
|
#educoder .action-container___Xcx9G .btn-run___fh7pl img {
|
|
margin-right: 4px;
|
|
}
|
|
#educoder .action-container___Xcx9G .btn-run___fh7pl:disabled {
|
|
background: #555d68;
|
|
}
|
|
#educoder .action-container___Xcx9G .btn-run-self___Bwz1A {
|
|
background: transparent;
|
|
border: 1px solid #0152d9 !important;
|
|
color: #0152d9;
|
|
font-weight: bold;
|
|
border: 0px solid transparent;
|
|
padding: 0 12px;
|
|
letter-spacing: 1px;
|
|
outline: none;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
border-radius: 3px;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex: 0 0 auto;
|
|
}
|
|
#educoder .action-container___Xcx9G .btn-run-self___Bwz1A span {
|
|
margin: 0;
|
|
}
|
|
#educoder .action-container___Xcx9G .btn-run-self___Bwz1A:disabled {
|
|
background: #555d68;
|
|
}
|
|
#educoder .ghost-link___Y8dGm {
|
|
margin: 8px;
|
|
color: #0152d9 !important;
|
|
border: 1px solid #0152d9;
|
|
height: 30px;
|
|
padding: 0 16px;
|
|
border-radius: 2px;
|
|
line-height: 30px;
|
|
}
|
|
#educoder .ghost-link___Y8dGm:hover {
|
|
background: #4890ff;
|
|
text-decoration: none;
|
|
color: #fff !important;
|
|
}
|
|
#educoder .link___PPhWD {
|
|
color: #0152d9;
|
|
text-decoration: underline;
|
|
}
|
|
#educoder .link___PPhWD:hover {
|
|
color: #0152d9;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/TpiDescIcon/index.less?modules ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.iconWrapper___U51IV {
|
|
width: 60px;
|
|
height: 60px;
|
|
background: linear-gradient(93deg, #8DAEEC 0%, #0152D9 100%);
|
|
box-shadow: 0px 8px 20px 0px rgba(46, 55, 70, 0.51);
|
|
}
|
|
.iconWrapper___U51IV .minusIcon___xP_3j {
|
|
position: absolute;
|
|
top: 2px;
|
|
left: 2px;
|
|
z-index: 1001;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
}
|
|
.iconWrapper___U51IV img {
|
|
width: 32px;
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
pointer-events: none;
|
|
}
|
|
.arrowIcon___jKd9h {
|
|
width: 60px;
|
|
height: 60px;
|
|
background: linear-gradient(93deg, #8DAEEC 0%, #0152D9 100%);
|
|
box-shadow: 0px 8px 20px 0px rgba(46, 55, 70, 0.51);
|
|
border-radius: 50%;
|
|
cursor: pointer;
|
|
right: -30px;
|
|
}
|
|
.arrowIcon___jKd9h img {
|
|
width: 16px;
|
|
position: absolute;
|
|
left: 6px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/code-repository/HorizontalTabs/index.less?modules ***!
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.scrollbar___lLOKh {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 40px;
|
|
overflow: hidden;
|
|
flex: 1 1;
|
|
}
|
|
.scrollbar___lLOKh .scrollbarContent___J5uQ6 {
|
|
flex: 1 1;
|
|
white-space: nowrap;
|
|
width: -webkit-max-content;
|
|
width: -moz-max-content;
|
|
width: max-content;
|
|
}
|
|
.scrollbar___lLOKh .scrollbarTrack___ptQqt {
|
|
width: 100%;
|
|
flex-shrink: 0;
|
|
height: 4px;
|
|
background: #162028;
|
|
position: relative;
|
|
}
|
|
.scrollbar___lLOKh .scrollbarTrack___ptQqt .scrollbarThumb___GFuZv {
|
|
position: absolute;
|
|
z-index: 10;
|
|
left: 0;
|
|
top: 0;
|
|
height: 4px;
|
|
background: #1D2B37;
|
|
cursor: pointer;
|
|
}
|
|
.item___MSfbI {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
padding: 0 20px;
|
|
height: 100%;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
border-radius: 2px;
|
|
margin-right: 1px;
|
|
background: #1E2429;
|
|
color: #AFB1B3;
|
|
position: relative;
|
|
}
|
|
.item___MSfbI:hover {
|
|
background: #28323A;
|
|
}
|
|
.item___MSfbI > span {
|
|
font-size: 14px;
|
|
margin-left: 8px;
|
|
}
|
|
.item___MSfbI .icon___AXhP9 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 20px;
|
|
height: 20px;
|
|
padding-top: 2px;
|
|
padding-left: 3px;
|
|
}
|
|
.item___MSfbI .icon___AXhP9 b[class~='icon-shouqi4'] {
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
transform: scale(0.5) rotate(90deg);
|
|
}
|
|
.item___MSfbI .icon___AXhP9 b[class~='icon-a-xialazhankai'] {
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
transform: scale(0.5);
|
|
}
|
|
.item___MSfbI .dot___BA766 {
|
|
width: 6px;
|
|
height: 6px;
|
|
background: #58ffc7;
|
|
margin-left: 8px;
|
|
border-radius: 50%;
|
|
}
|
|
.active___Rkf93 {
|
|
background: #28323A !important;
|
|
}
|
|
.active___Rkf93:after {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: 2;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
bottom: 0;
|
|
width: 100px;
|
|
height: 2px;
|
|
background: #5295CA;
|
|
max-width: 100%;
|
|
}
|
|
.pathActive___l4hB4 {
|
|
color: #2ea4ff !important;
|
|
}
|
|
.paths___gzBRM ul[class~='ant-dropdown-menu'] {
|
|
background-color: #010e1f;
|
|
padding: 0;
|
|
}
|
|
.paths___gzBRM li[class~='ant-dropdown-menu-item']:hover {
|
|
background-color: #323030;
|
|
}
|
|
.paths___gzBRM span[class~='ant-dropdown-menu-title-content'] span {
|
|
color: #747a7f;
|
|
}
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/Demo/index.less ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.yunzhazhi-wrp {
|
|
width: 100%;
|
|
background-color: #ffffff;
|
|
background: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/f2eb4ce8fbde4e6cb351b4b153ffd444_mergeImage.png) 100% top no-repeat;
|
|
background-size: 100% 420px;
|
|
}
|
|
.yunzhazhi-wrp .yunzhazhi-container {
|
|
width: 1200px;
|
|
overflow: hidden;
|
|
margin: 0 auto;
|
|
}
|
|
.yunzhazhi-wrp .page {
|
|
position: relative;
|
|
overflow: hidden;
|
|
width: 1920px;
|
|
margin-left: -360px;
|
|
}
|
|
.yunzhazhi-wrp .group_1 {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 360px;
|
|
margin-top: 30px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_1 {
|
|
width: 470px;
|
|
height: 72px;
|
|
background: url(https://lanhu-oss.lanhuapp.com/SketchPng75634a5c4606f3bdcfb19f26c4fa3e772e935de35987549de81b443380a81846) 100% no-repeat;
|
|
background-size: 100% 100%;
|
|
justify-content: flex-center;
|
|
margin: 90px 0 0 360px;
|
|
}
|
|
.yunzhazhi-wrp .text_1 {
|
|
text-shadow: 0px 2px 8px #104a9d;
|
|
width: 117px;
|
|
height: 30px;
|
|
overflow-wrap: break-word;
|
|
color: #ffffff;
|
|
font-size: 30px;
|
|
letter-spacing: 9px;
|
|
font-family: AlimamaShuHeiTi-Bold;
|
|
font-weight: 700;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 30px;
|
|
margin: 10px 0 0 40px;
|
|
}
|
|
.yunzhazhi-wrp .text_2 {
|
|
width: 108px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #ffffff;
|
|
font-size: 12px;
|
|
text-transform: uppercase;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
margin: 10px 0 10px 40px;
|
|
}
|
|
.yunzhazhi-wrp .box_13 {
|
|
width: 470px;
|
|
height: 74px;
|
|
margin: 30px 0 0 360px;
|
|
}
|
|
.yunzhazhi-wrp .block_1 {
|
|
width: 136px;
|
|
height: 74px;
|
|
background: url(https://lanhu-oss.lanhuapp.com/SketchPng055beb27e13fe1da4c3d6125232296d0ba0e14ff4327b065c5e973056483be8e) 100% no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
.yunzhazhi-wrp .label_1 {
|
|
width: 38px;
|
|
height: 36px;
|
|
margin: 19px 0 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_45 {
|
|
width: 48px;
|
|
height: 46px;
|
|
margin: 14px 0 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_3 {
|
|
width: 47px;
|
|
height: 26px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 26px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: justify;
|
|
white-space: nowrap;
|
|
line-height: 26px;
|
|
}
|
|
.yunzhazhi-wrp .text_4 {
|
|
width: 48px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
margin-top: 8px;
|
|
}
|
|
.yunzhazhi-wrp .text_5 {
|
|
width: 12px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
margin: 24px 15px 0 3px;
|
|
}
|
|
.yunzhazhi-wrp .block_2 {
|
|
width: 147px;
|
|
height: 74px;
|
|
background: url(https://lanhu-oss.lanhuapp.com/SketchPngffd4b17feab4a657ab284a992858b862d018ab0b502e30ffd1c2463ff3ccc075) 100% no-repeat;
|
|
background-size: 100% 100%;
|
|
margin-left: 20px;
|
|
}
|
|
.yunzhazhi-wrp .label_2 {
|
|
width: 39px;
|
|
height: 36px;
|
|
margin: 19px 0 0 9px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_46 {
|
|
width: 63px;
|
|
height: 46px;
|
|
margin: 14px 0 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_6 {
|
|
width: 63px;
|
|
height: 26px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 26px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: justify;
|
|
white-space: nowrap;
|
|
line-height: 26px;
|
|
}
|
|
.yunzhazhi-wrp .text_7 {
|
|
width: 48px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
margin-top: 8px;
|
|
}
|
|
.yunzhazhi-wrp .text_8 {
|
|
width: 12px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
margin: 24px 10px 0 4px;
|
|
}
|
|
.yunzhazhi-wrp .block_3 {
|
|
width: 147px;
|
|
height: 74px;
|
|
background: url(https://lanhu-oss.lanhuapp.com/SketchPngffd4b17feab4a657ab284a992858b862d018ab0b502e30ffd1c2463ff3ccc075) 100% no-repeat;
|
|
background-size: 100% 100%;
|
|
margin-left: 20px;
|
|
}
|
|
.yunzhazhi-wrp .label_3 {
|
|
width: 39px;
|
|
height: 36px;
|
|
margin: 19px 0 0 9px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_47 {
|
|
width: 60px;
|
|
height: 46px;
|
|
margin: 14px 0 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_9 {
|
|
width: 57px;
|
|
height: 26px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 26px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: justify;
|
|
white-space: nowrap;
|
|
line-height: 26px;
|
|
}
|
|
.yunzhazhi-wrp .text_10 {
|
|
width: 60px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
margin-top: 8px;
|
|
}
|
|
.yunzhazhi-wrp .text_11 {
|
|
width: 12px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
margin: 24px 16px 0 1px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_5 {
|
|
height: 40px;
|
|
border: 1px solid #bacffe;
|
|
background: url(https://lanhu-oss.lanhuapp.com/SketchPng3c6b21d8a4790431cea6ef97426bd8eb3f36816dd5b05dc336e12353d3ec513d) -5px -3px no-repeat;
|
|
background-size: 130px 50px;
|
|
width: 120px;
|
|
margin: 30px 0 24px 360px;
|
|
}
|
|
.yunzhazhi-wrp .text_12 {
|
|
width: 56px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
margin: 10px 0 0 32px;
|
|
}
|
|
.yunzhazhi-wrp .box_2 {
|
|
position: absolute;
|
|
left: -960px;
|
|
top: -30px;
|
|
width: 3840px;
|
|
height: 80px;
|
|
background: url(https://lanhu-oss.lanhuapp.com/SketchPngbc6539804e9350efba8f8776006ad7c1650000cedb1a5026862e87098a837eb9) 960px 0px no-repeat;
|
|
background-size: 100% 81px;
|
|
}
|
|
.yunzhazhi-wrp .image_1 {
|
|
width: 62px;
|
|
height: 50px;
|
|
margin: 18px 0 0 1339px;
|
|
}
|
|
.yunzhazhi-wrp .image_2 {
|
|
width: 150px;
|
|
height: 32px;
|
|
margin: 27px 0 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .block_4 {
|
|
width: 208px;
|
|
height: 40px;
|
|
background: url(https://lanhu-oss.lanhuapp.com/SketchPng87dd5e4a1271645382cc0ba29da8a5a575b1b2b10141a829f1a5379e6477117a) 100% no-repeat;
|
|
background-size: 100% 100%;
|
|
margin: 40px 0 0 43px;
|
|
}
|
|
.yunzhazhi-wrp .text_13 {
|
|
width: 140px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 13px 0 0 26px;
|
|
}
|
|
.yunzhazhi-wrp .thumbnail_1 {
|
|
width: 10px;
|
|
height: 5px;
|
|
margin: 18px 26px 0 0;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_6 {
|
|
height: 40px;
|
|
background: url(https://lanhu-oss.lanhuapp.com/SketchPngc09cce4a0bf449ef7aa5e3b2f91759af42f03fc9353e1e48ba49b7585db75292) 100% no-repeat;
|
|
background-size: 100% 100%;
|
|
width: 276px;
|
|
margin: 40px 0 0 -4px;
|
|
}
|
|
.yunzhazhi-wrp .text_14 {
|
|
width: 224px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 13px 0 0 26px;
|
|
}
|
|
.yunzhazhi-wrp .block_5 {
|
|
width: 202px;
|
|
height: 40px;
|
|
background: url(https://lanhu-oss.lanhuapp.com/SketchPngd9e3dc7f7521a6e210593ea9f1ea5e0a6b404acbbd83f3058c614d115d5a10f8) 3px -1px no-repeat;
|
|
background-size: 196px 42px;
|
|
margin: 40px 0 0 -9px;
|
|
}
|
|
.yunzhazhi-wrp .text_15 {
|
|
width: 42px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 13px 0 0 30px;
|
|
}
|
|
.yunzhazhi-wrp .thumbnail_2 {
|
|
width: 10px;
|
|
height: 5px;
|
|
margin: 18px 30px 0 0;
|
|
}
|
|
.yunzhazhi-wrp .image_3 {
|
|
width: 128px;
|
|
height: 40px;
|
|
margin: 40px 1320px 0 115px;
|
|
}
|
|
.yunzhazhi-wrp .group_23 {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 1419px;
|
|
margin-bottom: 1px;
|
|
}
|
|
.yunzhazhi-wrp .group_24 {
|
|
width: 1200px;
|
|
height: 32px;
|
|
margin: 80px 0 0 360px;
|
|
}
|
|
.yunzhazhi-wrp .block_6 {
|
|
background-color: #3061d0;
|
|
border-radius: 0px 100px 0px 0px;
|
|
width: 136px;
|
|
height: 32px;
|
|
}
|
|
.yunzhazhi-wrp .image-text_10 {
|
|
width: 88px;
|
|
height: 20px;
|
|
margin: 6px 0 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .image_4 {
|
|
width: 22px;
|
|
height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-group_1 {
|
|
width: 56px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #ffffff;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin-top: 3px;
|
|
}
|
|
.yunzhazhi-wrp .image-text_11 {
|
|
width: 254px;
|
|
height: 24px;
|
|
}
|
|
.yunzhazhi-wrp .text-group_2 {
|
|
width: 204px;
|
|
height: 24px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 24px;
|
|
text-transform: uppercase;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 24px;
|
|
}
|
|
.yunzhazhi-wrp .image_5 {
|
|
width: 40px;
|
|
height: 20px;
|
|
margin-top: 2px;
|
|
}
|
|
.yunzhazhi-wrp .group_25 {
|
|
width: 1200px;
|
|
height: 165px;
|
|
margin: 20px 0 0 360px;
|
|
}
|
|
.yunzhazhi-wrp .box_3 {
|
|
background-color: #f6f7f9;
|
|
width: 293px;
|
|
height: 165px;
|
|
}
|
|
.yunzhazhi-wrp .image_6 {
|
|
width: 103px;
|
|
height: 145px;
|
|
margin: 10px 0 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .group_26 {
|
|
width: 106px;
|
|
height: 145px;
|
|
margin: 10px 64px 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_16 {
|
|
width: 56px;
|
|
height: 22px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 22px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_48 {
|
|
width: 106px;
|
|
height: 20px;
|
|
margin-top: 73px;
|
|
}
|
|
.yunzhazhi-wrp .text_17 {
|
|
width: 24px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_18 {
|
|
width: 72px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_49 {
|
|
width: 68px;
|
|
height: 20px;
|
|
margin-top: 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_19 {
|
|
width: 36px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_20 {
|
|
width: 22px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .box_4 {
|
|
background-color: #f6f7f9;
|
|
width: 293px;
|
|
height: 165px;
|
|
margin-left: 9px;
|
|
}
|
|
.yunzhazhi-wrp .image-text_12 {
|
|
width: 273px;
|
|
height: 145px;
|
|
margin: 10px 0 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .image_7 {
|
|
width: 103px;
|
|
height: 145px;
|
|
}
|
|
.yunzhazhi-wrp .text-group_10 {
|
|
width: 160px;
|
|
height: 145px;
|
|
}
|
|
.yunzhazhi-wrp .text_21 {
|
|
width: 160px;
|
|
height: 44px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: justify;
|
|
line-height: 22px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_50 {
|
|
width: 152px;
|
|
height: 20px;
|
|
margin-top: 51px;
|
|
}
|
|
.yunzhazhi-wrp .text_22 {
|
|
width: 24px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_23 {
|
|
width: 118px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_51 {
|
|
width: 68px;
|
|
height: 20px;
|
|
margin-top: 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_24 {
|
|
width: 36px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_25 {
|
|
width: 22px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .box_5 {
|
|
background-color: #f6f7f9;
|
|
width: 293px;
|
|
height: 165px;
|
|
margin-left: 10px;
|
|
}
|
|
.yunzhazhi-wrp .image_8 {
|
|
width: 103px;
|
|
height: 145px;
|
|
margin: 10px 0 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .section_5 {
|
|
width: 106px;
|
|
height: 145px;
|
|
margin: 10px 64px 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_26 {
|
|
width: 56px;
|
|
height: 22px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 22px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_52 {
|
|
width: 106px;
|
|
height: 20px;
|
|
margin-top: 73px;
|
|
}
|
|
.yunzhazhi-wrp .text_27 {
|
|
width: 24px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_28 {
|
|
width: 72px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_53 {
|
|
width: 68px;
|
|
height: 20px;
|
|
margin-top: 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_29 {
|
|
width: 36px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_30 {
|
|
width: 22px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .box_7 {
|
|
background-color: #f6f7f9;
|
|
width: 293px;
|
|
height: 165px;
|
|
margin-left: 9px;
|
|
}
|
|
.yunzhazhi-wrp .image_9 {
|
|
width: 103px;
|
|
height: 145px;
|
|
margin: 10px 0 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .box_14 {
|
|
width: 106px;
|
|
height: 145px;
|
|
margin: 10px 64px 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_31 {
|
|
width: 56px;
|
|
height: 22px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 22px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_54 {
|
|
width: 106px;
|
|
height: 20px;
|
|
margin-top: 73px;
|
|
}
|
|
.yunzhazhi-wrp .text_32 {
|
|
width: 24px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_33 {
|
|
width: 72px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_55 {
|
|
width: 68px;
|
|
height: 20px;
|
|
margin-top: 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_34 {
|
|
width: 36px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_35 {
|
|
width: 22px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .group_27 {
|
|
width: 1200px;
|
|
height: 32px;
|
|
margin: 80px 0 0 360px;
|
|
}
|
|
.yunzhazhi-wrp .box_9 {
|
|
background-color: #3061d0;
|
|
border-radius: 0px 100px 0px 0px;
|
|
width: 136px;
|
|
height: 32px;
|
|
}
|
|
.yunzhazhi-wrp .image-text_13 {
|
|
width: 88px;
|
|
height: 20px;
|
|
margin: 6px 0 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .image_10 {
|
|
width: 22px;
|
|
height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-group_4 {
|
|
width: 56px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #ffffff;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin-top: 3px;
|
|
}
|
|
.yunzhazhi-wrp .image-text_14 {
|
|
width: 294px;
|
|
height: 24px;
|
|
}
|
|
.yunzhazhi-wrp .text-group_5 {
|
|
width: 244px;
|
|
height: 24px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 24px;
|
|
text-transform: uppercase;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
line-height: 24px;
|
|
}
|
|
.yunzhazhi-wrp .image_11 {
|
|
width: 40px;
|
|
height: 20px;
|
|
margin-top: 2px;
|
|
}
|
|
.yunzhazhi-wrp .group_28 {
|
|
width: 1200px;
|
|
height: 211px;
|
|
margin: 20px 0 0 360px;
|
|
}
|
|
.yunzhazhi-wrp .group_8 {
|
|
background-color: #f6f7f9;
|
|
width: 180px;
|
|
height: 211px;
|
|
justify-content: flex-center;
|
|
}
|
|
.yunzhazhi-wrp .image_12 {
|
|
width: 103px;
|
|
height: 145px;
|
|
margin: 10px 0 0 39px;
|
|
}
|
|
.yunzhazhi-wrp .text_36 {
|
|
width: 56px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 10px 0 0 114px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_56 {
|
|
width: 106px;
|
|
height: 12px;
|
|
margin: 10px 0 10px 37px;
|
|
}
|
|
.yunzhazhi-wrp .text_37 {
|
|
width: 24px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
}
|
|
.yunzhazhi-wrp .text_38 {
|
|
width: 72px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
}
|
|
.yunzhazhi-wrp .group_9 {
|
|
background-color: #f6f7f9;
|
|
width: 180px;
|
|
height: 211px;
|
|
margin-left: 24px;
|
|
justify-content: flex-center;
|
|
}
|
|
.yunzhazhi-wrp .image_13 {
|
|
width: 103px;
|
|
height: 145px;
|
|
margin: 10px 0 0 39px;
|
|
}
|
|
.yunzhazhi-wrp .text_39 {
|
|
width: 56px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 10px 0 0 114px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_57 {
|
|
width: 106px;
|
|
height: 12px;
|
|
margin: 10px 0 10px 37px;
|
|
}
|
|
.yunzhazhi-wrp .text_40 {
|
|
width: 24px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
}
|
|
.yunzhazhi-wrp .text_41 {
|
|
width: 72px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
}
|
|
.yunzhazhi-wrp .group_10 {
|
|
background-color: #f6f7f9;
|
|
width: 180px;
|
|
height: 211px;
|
|
margin-left: 24px;
|
|
justify-content: flex-center;
|
|
}
|
|
.yunzhazhi-wrp .image_14 {
|
|
width: 103px;
|
|
height: 145px;
|
|
margin: 10px 0 0 39px;
|
|
}
|
|
.yunzhazhi-wrp .text_42 {
|
|
width: 56px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 10px 0 0 114px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_58 {
|
|
width: 106px;
|
|
height: 12px;
|
|
margin: 10px 0 10px 37px;
|
|
}
|
|
.yunzhazhi-wrp .text_43 {
|
|
width: 24px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
}
|
|
.yunzhazhi-wrp .text_44 {
|
|
width: 72px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
}
|
|
.yunzhazhi-wrp .group_11 {
|
|
background-color: #f6f7f9;
|
|
width: 180px;
|
|
height: 211px;
|
|
margin-left: 24px;
|
|
justify-content: flex-center;
|
|
}
|
|
.yunzhazhi-wrp .image_15 {
|
|
width: 103px;
|
|
height: 145px;
|
|
margin: 10px 0 0 39px;
|
|
}
|
|
.yunzhazhi-wrp .text_45 {
|
|
width: 56px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 10px 0 0 114px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_59 {
|
|
width: 106px;
|
|
height: 12px;
|
|
margin: 10px 0 10px 37px;
|
|
}
|
|
.yunzhazhi-wrp .text_46 {
|
|
width: 24px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
}
|
|
.yunzhazhi-wrp .text_47 {
|
|
width: 72px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
}
|
|
.yunzhazhi-wrp .group_12 {
|
|
background-color: #f6f7f9;
|
|
width: 180px;
|
|
height: 211px;
|
|
margin-left: 24px;
|
|
justify-content: flex-center;
|
|
}
|
|
.yunzhazhi-wrp .image_16 {
|
|
width: 103px;
|
|
height: 145px;
|
|
margin: 10px 0 0 39px;
|
|
}
|
|
.yunzhazhi-wrp .text_48 {
|
|
width: 56px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 10px 0 0 114px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_60 {
|
|
width: 106px;
|
|
height: 12px;
|
|
margin: 10px 0 10px 37px;
|
|
}
|
|
.yunzhazhi-wrp .text_49 {
|
|
width: 24px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
}
|
|
.yunzhazhi-wrp .text_50 {
|
|
width: 72px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
}
|
|
.yunzhazhi-wrp .group_13 {
|
|
background-color: #f6f7f9;
|
|
width: 180px;
|
|
height: 211px;
|
|
margin-left: 24px;
|
|
justify-content: flex-center;
|
|
}
|
|
.yunzhazhi-wrp .image_17 {
|
|
width: 103px;
|
|
height: 145px;
|
|
margin: 10px 0 0 39px;
|
|
}
|
|
.yunzhazhi-wrp .text_51 {
|
|
width: 56px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 10px 0 0 114px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_61 {
|
|
width: 106px;
|
|
height: 12px;
|
|
margin: 10px 0 10px 37px;
|
|
}
|
|
.yunzhazhi-wrp .text_52 {
|
|
width: 24px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
}
|
|
.yunzhazhi-wrp .text_53 {
|
|
width: 72px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
}
|
|
.yunzhazhi-wrp .group_29 {
|
|
width: 1200px;
|
|
height: 32px;
|
|
margin: 80px 0 0 360px;
|
|
}
|
|
.yunzhazhi-wrp .section_1 {
|
|
background-color: #3061d0;
|
|
border-radius: 0px 100px 0px 0px;
|
|
width: 136px;
|
|
height: 32px;
|
|
}
|
|
.yunzhazhi-wrp .image-text_15 {
|
|
width: 88px;
|
|
height: 20px;
|
|
margin: 6px 0 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .image_18 {
|
|
width: 22px;
|
|
height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-group_6 {
|
|
width: 56px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #ffffff;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin-top: 3px;
|
|
}
|
|
.yunzhazhi-wrp .image-text_16 {
|
|
width: 367px;
|
|
height: 24px;
|
|
}
|
|
.yunzhazhi-wrp .text-group_7 {
|
|
width: 317px;
|
|
height: 24px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 24px;
|
|
text-transform: uppercase;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
line-height: 24px;
|
|
}
|
|
.yunzhazhi-wrp .image_19 {
|
|
width: 40px;
|
|
height: 20px;
|
|
margin-top: 2px;
|
|
}
|
|
.yunzhazhi-wrp .group_15 {
|
|
background-color: rgba(48, 97, 208, 0.1);
|
|
border-radius: 0px 0px 8px 8px;
|
|
width: 1200px;
|
|
height: 70px;
|
|
margin-left: 360px;
|
|
}
|
|
.yunzhazhi-wrp .text_54 {
|
|
width: 28px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 28px 0 0 20px;
|
|
}
|
|
.yunzhazhi-wrp .group_30 {
|
|
width: 968px;
|
|
height: 30px;
|
|
margin: 20px 164px 0 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_21 {
|
|
background-color: #ffffff;
|
|
border-radius: 2px;
|
|
height: 30px;
|
|
border: 1px solid rgba(48, 97, 208, 0.4);
|
|
width: 60px;
|
|
}
|
|
.yunzhazhi-wrp .text_55 {
|
|
width: 28px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 8px 0 0 16px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_22 {
|
|
background-color: rgba(48, 97, 208, 0.1);
|
|
border-radius: 2px;
|
|
height: 30px;
|
|
margin-left: 20px;
|
|
width: 60px;
|
|
}
|
|
.yunzhazhi-wrp .text_56 {
|
|
width: 28px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 8px 0 0 16px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_23 {
|
|
background-color: rgba(48, 97, 208, 0.1);
|
|
border-radius: 2px;
|
|
height: 30px;
|
|
margin-left: 20px;
|
|
width: 88px;
|
|
}
|
|
.yunzhazhi-wrp .text_57 {
|
|
width: 56px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 8px 0 0 16px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_24 {
|
|
background-color: rgba(48, 97, 208, 0.1);
|
|
border-radius: 2px;
|
|
height: 30px;
|
|
margin-left: 20px;
|
|
width: 60px;
|
|
}
|
|
.yunzhazhi-wrp .text_58 {
|
|
width: 28px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 8px 0 0 16px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_25 {
|
|
background-color: rgba(48, 97, 208, 0.1);
|
|
border-radius: 2px;
|
|
height: 30px;
|
|
margin-left: 20px;
|
|
width: 60px;
|
|
}
|
|
.yunzhazhi-wrp .text_59 {
|
|
width: 28px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 8px 0 0 16px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_26 {
|
|
background-color: rgba(48, 97, 208, 0.1);
|
|
border-radius: 2px;
|
|
height: 30px;
|
|
margin-left: 20px;
|
|
width: 60px;
|
|
}
|
|
.yunzhazhi-wrp .text_60 {
|
|
width: 28px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 8px 0 0 16px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_27 {
|
|
background-color: rgba(48, 97, 208, 0.1);
|
|
border-radius: 2px;
|
|
height: 30px;
|
|
margin-left: 20px;
|
|
width: 60px;
|
|
}
|
|
.yunzhazhi-wrp .text_61 {
|
|
width: 28px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 8px 0 0 16px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_28 {
|
|
background-color: rgba(48, 97, 208, 0.1);
|
|
border-radius: 2px;
|
|
height: 30px;
|
|
margin-left: 20px;
|
|
width: 60px;
|
|
}
|
|
.yunzhazhi-wrp .text_62 {
|
|
width: 28px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 8px 0 0 16px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_29 {
|
|
background-color: rgba(48, 97, 208, 0.1);
|
|
border-radius: 2px;
|
|
height: 30px;
|
|
margin-left: 20px;
|
|
width: 60px;
|
|
}
|
|
.yunzhazhi-wrp .text_63 {
|
|
width: 28px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 8px 0 0 16px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_30 {
|
|
background-color: rgba(48, 97, 208, 0.1);
|
|
border-radius: 2px;
|
|
height: 30px;
|
|
margin-left: 20px;
|
|
width: 60px;
|
|
}
|
|
.yunzhazhi-wrp .text_64 {
|
|
width: 28px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 8px 0 0 16px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_31 {
|
|
background-color: rgba(48, 97, 208, 0.1);
|
|
border-radius: 2px;
|
|
height: 30px;
|
|
margin-left: 20px;
|
|
width: 60px;
|
|
}
|
|
.yunzhazhi-wrp .text_65 {
|
|
width: 28px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 8px 0 0 16px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_32 {
|
|
background-color: rgba(48, 97, 208, 0.1);
|
|
border-radius: 2px;
|
|
height: 30px;
|
|
margin-left: 20px;
|
|
width: 60px;
|
|
}
|
|
.yunzhazhi-wrp .text_66 {
|
|
width: 28px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin: 8px 0 0 16px;
|
|
}
|
|
.yunzhazhi-wrp .group_31 {
|
|
width: 1200px;
|
|
height: 165px;
|
|
margin: 20px 0 0 360px;
|
|
}
|
|
.yunzhazhi-wrp .section_2 {
|
|
background-color: #f6f7f9;
|
|
width: 293px;
|
|
height: 165px;
|
|
}
|
|
.yunzhazhi-wrp .image_20 {
|
|
width: 103px;
|
|
height: 145px;
|
|
margin: 10px 0 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .box_15 {
|
|
width: 106px;
|
|
height: 143px;
|
|
margin: 10px 64px 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_67 {
|
|
width: 56px;
|
|
height: 22px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 22px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_62 {
|
|
width: 106px;
|
|
height: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_68 {
|
|
width: 24px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_69 {
|
|
width: 72px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_63 {
|
|
width: 68px;
|
|
height: 20px;
|
|
margin-top: 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_70 {
|
|
width: 36px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_71 {
|
|
width: 22px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_35 {
|
|
height: 30px;
|
|
border: 1px solid #bacffe;
|
|
background: url(https://lanhu-oss.lanhuapp.com/SketchPng86211e8a775329d748bc954d4342cc8eda2b1b10fbb8d5ded036c2437d6165f6) -4px -3px no-repeat;
|
|
background-size: 96px 40px;
|
|
margin-top: 21px;
|
|
width: 88px;
|
|
}
|
|
.yunzhazhi-wrp .text_72 {
|
|
width: 48px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
margin: 10px 0 0 20px;
|
|
}
|
|
.yunzhazhi-wrp .section_3 {
|
|
background-color: #f6f7f9;
|
|
width: 293px;
|
|
height: 165px;
|
|
margin-left: 20px;
|
|
}
|
|
.yunzhazhi-wrp .image_21 {
|
|
width: 103px;
|
|
height: 145px;
|
|
margin: 10px 0 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .block_8 {
|
|
width: 106px;
|
|
height: 143px;
|
|
margin: 10px 64px 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_73 {
|
|
width: 56px;
|
|
height: 22px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 22px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_64 {
|
|
width: 106px;
|
|
height: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_74 {
|
|
width: 24px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_75 {
|
|
width: 72px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_65 {
|
|
width: 68px;
|
|
height: 20px;
|
|
margin-top: 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_76 {
|
|
width: 36px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_77 {
|
|
width: 22px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_38 {
|
|
height: 30px;
|
|
border: 1px solid #bacffe;
|
|
background: url(https://lanhu-oss.lanhuapp.com/SketchPng86211e8a775329d748bc954d4342cc8eda2b1b10fbb8d5ded036c2437d6165f6) -4px -3px no-repeat;
|
|
background-size: 96px 40px;
|
|
margin-top: 21px;
|
|
width: 88px;
|
|
}
|
|
.yunzhazhi-wrp .text_78 {
|
|
width: 48px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
margin: 10px 0 0 20px;
|
|
}
|
|
.yunzhazhi-wrp .group_32 {
|
|
width: 554px;
|
|
height: 162px;
|
|
margin-left: 40px;
|
|
}
|
|
.yunzhazhi-wrp .group_33 {
|
|
width: 553px;
|
|
height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_39 {
|
|
background-color: #3061d0;
|
|
border-radius: 2px;
|
|
height: 20px;
|
|
width: 44px;
|
|
}
|
|
.yunzhazhi-wrp .text_79 {
|
|
width: 24px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #ffffff;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
margin: 4px 0 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_80 {
|
|
width: 499px;
|
|
height: 16px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 16px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 16px;
|
|
margin-top: 2px;
|
|
}
|
|
.yunzhazhi-wrp .group_34 {
|
|
width: 473px;
|
|
height: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_40 {
|
|
background-color: #3061d0;
|
|
border-radius: 2px;
|
|
height: 20px;
|
|
width: 44px;
|
|
}
|
|
.yunzhazhi-wrp .text_81 {
|
|
width: 24px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #ffffff;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
margin: 4px 0 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_82 {
|
|
width: 419px;
|
|
height: 16px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 16px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 16px;
|
|
margin-top: 2px;
|
|
}
|
|
.yunzhazhi-wrp .image-text_17 {
|
|
width: 554px;
|
|
height: 16px;
|
|
margin-top: 19px;
|
|
}
|
|
.yunzhazhi-wrp .text-group_8 {
|
|
width: 535px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin-top: 1px;
|
|
}
|
|
.yunzhazhi-wrp .thumbnail_3 {
|
|
width: 13px;
|
|
height: 16px;
|
|
}
|
|
.yunzhazhi-wrp .image-text_18 {
|
|
width: 384px;
|
|
height: 16px;
|
|
margin-top: 18px;
|
|
}
|
|
.yunzhazhi-wrp .text-group_9 {
|
|
width: 367px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin-top: 1px;
|
|
}
|
|
.yunzhazhi-wrp .thumbnail_4 {
|
|
width: 13px;
|
|
height: 16px;
|
|
}
|
|
.yunzhazhi-wrp .text_83 {
|
|
width: 367px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin-top: 19px;
|
|
}
|
|
.yunzhazhi-wrp .group_35 {
|
|
width: 1013px;
|
|
height: 354px;
|
|
margin: 17px 0 41px 360px;
|
|
}
|
|
.yunzhazhi-wrp .grid_2 {
|
|
width: 606px;
|
|
height: 350px;
|
|
margin-top: 3px;
|
|
flex-wrap: wrap;
|
|
}
|
|
.yunzhazhi-wrp .list-items_1-0 {
|
|
background-color: #f6f7f9;
|
|
width: 293px;
|
|
height: 165px;
|
|
margin: 0 20px 20px 0;
|
|
}
|
|
.yunzhazhi-wrp .list-items_1-0:nth-child(2n) {
|
|
margin-right: 0;
|
|
}
|
|
.yunzhazhi-wrp .list-items_1-0:nth-last-child(-n + 2) {
|
|
margin-bottom: 0;
|
|
}
|
|
.yunzhazhi-wrp .image_22-0 {
|
|
width: 103px;
|
|
height: 145px;
|
|
margin: 10px 0 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .box_16-0 {
|
|
width: 106px;
|
|
height: 143px;
|
|
margin: 10px 64px 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_84-0 {
|
|
width: 56px;
|
|
height: 22px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 22px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_66-0 {
|
|
width: 106px;
|
|
height: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_85-0 {
|
|
width: 24px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_86-0 {
|
|
width: 72px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_67-0 {
|
|
width: 68px;
|
|
height: 20px;
|
|
margin-top: 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_87-0 {
|
|
width: 36px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_88-0 {
|
|
width: 22px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_43-0 {
|
|
height: 30px;
|
|
border: 1px solid #bacffe;
|
|
background: url(https://lanhu-oss.lanhuapp.com/SketchPng86211e8a775329d748bc954d4342cc8eda2b1b10fbb8d5ded036c2437d6165f6) -4px -3px no-repeat;
|
|
background-size: 96px 40px;
|
|
margin-top: 21px;
|
|
width: 88px;
|
|
}
|
|
.yunzhazhi-wrp .text_89-0 {
|
|
width: 48px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
margin: 10px 0 0 20px;
|
|
}
|
|
.yunzhazhi-wrp .list-items_1-1 {
|
|
background-color: #f6f7f9;
|
|
width: 293px;
|
|
height: 165px;
|
|
margin: 0 20px 20px 0;
|
|
margin-right: 0;
|
|
}
|
|
.yunzhazhi-wrp .list-items_1-1:nth-child(2n) {
|
|
margin-right: 0;
|
|
}
|
|
.yunzhazhi-wrp .list-items_1-1:nth-last-child(-n + 2) {
|
|
margin-bottom: 0;
|
|
}
|
|
.yunzhazhi-wrp .image_22-1 {
|
|
width: 103px;
|
|
height: 145px;
|
|
margin: 10px 0 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .box_16-1 {
|
|
width: 106px;
|
|
height: 143px;
|
|
margin: 10px 64px 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_84-1 {
|
|
width: 56px;
|
|
height: 22px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 22px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_66-1 {
|
|
width: 106px;
|
|
height: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_85-1 {
|
|
width: 24px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_86-1 {
|
|
width: 72px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_67-1 {
|
|
width: 68px;
|
|
height: 20px;
|
|
margin-top: 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_87-1 {
|
|
width: 36px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_88-1 {
|
|
width: 22px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_43-1 {
|
|
height: 30px;
|
|
border: 1px solid #bacffe;
|
|
background: url(https://lanhu-oss.lanhuapp.com/SketchPng86211e8a775329d748bc954d4342cc8eda2b1b10fbb8d5ded036c2437d6165f6) -4px -3px no-repeat;
|
|
background-size: 96px 40px;
|
|
margin-top: 21px;
|
|
width: 88px;
|
|
}
|
|
.yunzhazhi-wrp .text_89-1 {
|
|
width: 48px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
margin: 10px 0 0 20px;
|
|
}
|
|
.yunzhazhi-wrp .list-items_1-2 {
|
|
background-color: #f6f7f9;
|
|
width: 293px;
|
|
height: 165px;
|
|
margin: 0 20px 20px 0;
|
|
margin-bottom: 0;
|
|
}
|
|
.yunzhazhi-wrp .list-items_1-2:nth-child(2n) {
|
|
margin-right: 0;
|
|
}
|
|
.yunzhazhi-wrp .list-items_1-2:nth-last-child(-n + 2) {
|
|
margin-bottom: 0;
|
|
}
|
|
.yunzhazhi-wrp .image_22-2 {
|
|
width: 103px;
|
|
height: 145px;
|
|
margin: 10px 0 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .box_16-2 {
|
|
width: 106px;
|
|
height: 143px;
|
|
margin: 10px 64px 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_84-2 {
|
|
width: 56px;
|
|
height: 22px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 22px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_66-2 {
|
|
width: 106px;
|
|
height: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_85-2 {
|
|
width: 24px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_86-2 {
|
|
width: 72px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_67-2 {
|
|
width: 68px;
|
|
height: 20px;
|
|
margin-top: 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_87-2 {
|
|
width: 36px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_88-2 {
|
|
width: 22px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_43-2 {
|
|
height: 30px;
|
|
border: 1px solid #bacffe;
|
|
background: url(https://lanhu-oss.lanhuapp.com/SketchPng86211e8a775329d748bc954d4342cc8eda2b1b10fbb8d5ded036c2437d6165f6) -4px -3px no-repeat;
|
|
background-size: 96px 40px;
|
|
margin-top: 21px;
|
|
width: 88px;
|
|
}
|
|
.yunzhazhi-wrp .text_89-2 {
|
|
width: 48px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
margin: 10px 0 0 20px;
|
|
}
|
|
.yunzhazhi-wrp .list-items_1-3 {
|
|
background-color: #f6f7f9;
|
|
width: 293px;
|
|
height: 165px;
|
|
margin: 0 20px 20px 0;
|
|
margin-right: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
.yunzhazhi-wrp .list-items_1-3:nth-child(2n) {
|
|
margin-right: 0;
|
|
}
|
|
.yunzhazhi-wrp .list-items_1-3:nth-last-child(-n + 2) {
|
|
margin-bottom: 0;
|
|
}
|
|
.yunzhazhi-wrp .image_22-3 {
|
|
width: 103px;
|
|
height: 145px;
|
|
margin: 10px 0 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .box_16-3 {
|
|
width: 106px;
|
|
height: 143px;
|
|
margin: 10px 64px 0 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_84-3 {
|
|
width: 56px;
|
|
height: 22px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Semibold;
|
|
font-weight: 600;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 22px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_66-3 {
|
|
width: 106px;
|
|
height: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_85-3 {
|
|
width: 24px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_86-3 {
|
|
width: 72px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_67-3 {
|
|
width: 68px;
|
|
height: 20px;
|
|
margin-top: 10px;
|
|
}
|
|
.yunzhazhi-wrp .text_87-3 {
|
|
width: 36px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #708192;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_88-3 {
|
|
width: 22px;
|
|
height: 20px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_43-3 {
|
|
height: 30px;
|
|
border: 1px solid #bacffe;
|
|
background: url(https://lanhu-oss.lanhuapp.com/SketchPng86211e8a775329d748bc954d4342cc8eda2b1b10fbb8d5ded036c2437d6165f6) -4px -3px no-repeat;
|
|
background-size: 96px 40px;
|
|
margin-top: 21px;
|
|
width: 88px;
|
|
}
|
|
.yunzhazhi-wrp .text_89-3 {
|
|
width: 48px;
|
|
height: 12px;
|
|
overflow-wrap: break-word;
|
|
color: #3061d0;
|
|
font-size: 12px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 12px;
|
|
margin: 10px 0 0 20px;
|
|
}
|
|
.yunzhazhi-wrp .text-wrapper_68 {
|
|
width: 367px;
|
|
height: 354px;
|
|
}
|
|
.yunzhazhi-wrp .text_90 {
|
|
width: 367px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
}
|
|
.yunzhazhi-wrp .text_91 {
|
|
width: 367px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin-top: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_92 {
|
|
width: 367px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin-top: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_93 {
|
|
width: 367px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin-top: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_94 {
|
|
width: 367px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin-top: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_95 {
|
|
width: 367px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin-top: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_96 {
|
|
width: 367px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin-top: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_97 {
|
|
width: 367px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin-top: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_98 {
|
|
width: 367px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin-top: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_99 {
|
|
width: 367px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin-top: 20px;
|
|
}
|
|
.yunzhazhi-wrp .text_100 {
|
|
width: 367px;
|
|
height: 14px;
|
|
overflow-wrap: break-word;
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 14px;
|
|
margin-top: 20px;
|
|
}
|
|
.yunzhazhi-wrp .group_20 {
|
|
background-color: rgba(48, 97, 208, 0.2);
|
|
position: absolute;
|
|
left: 421px;
|
|
top: 111px;
|
|
width: 1139px;
|
|
height: 1px;
|
|
}
|
|
.yunzhazhi-wrp .group_21 {
|
|
background-color: rgba(48, 97, 208, 0.2);
|
|
position: absolute;
|
|
left: 421px;
|
|
top: 408px;
|
|
width: 1139px;
|
|
height: 1px;
|
|
}
|
|
.yunzhazhi-wrp .group_22 {
|
|
background-color: rgba(48, 97, 208, 0.2);
|
|
position: absolute;
|
|
left: 421px;
|
|
top: 751px;
|
|
width: 1139px;
|
|
height: 1px;
|
|
}
|
|
|
|
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/evaluate-result/index.less ***!
|
|
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.evaluate-result-container {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
top: 0;
|
|
z-index: 201;
|
|
background: rgba(0, 0, 0, 0.8);
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.evaluate-result-container footer {
|
|
width: 408px;
|
|
left: 50%;
|
|
margin-left: -204px;
|
|
position: absolute;
|
|
top: 435px;
|
|
text-align: center;
|
|
color: #fff;
|
|
}
|
|
.evaluate-result-container footer .star-tip {
|
|
margin: 0;
|
|
}
|
|
.evaluate-result-container footer .star-tip-rate .ant-rate-star-first {
|
|
color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
.evaluate-result-container footer .star-tip-rate .ant-rate-star-second {
|
|
color: rgba(255, 255, 255, 0.6);
|
|
}
|
|
.evaluate-result-container footer a {
|
|
background-color: #0152d9;
|
|
opacity: 0.8;
|
|
display: inline-block;
|
|
width: 120px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
border-radius: 2px;
|
|
color: #fff;
|
|
margin: 0 10px;
|
|
margin-top: 12px;
|
|
text-decoration: none !important;
|
|
}
|
|
.evaluate-result-container .close-line {
|
|
color: #fff;
|
|
}
|
|
.evaluate-result-container .gold-circle {
|
|
margin-right: 8px;
|
|
width: 17px;
|
|
height: 17px;
|
|
border-radius: 50%;
|
|
background-color: #ffd633;
|
|
display: block;
|
|
}
|
|
.evaluate-result-body {
|
|
position: relative;
|
|
width: 652px;
|
|
}
|
|
.evaluate-result-body .close-line {
|
|
position: absolute;
|
|
top: 100px;
|
|
right: 100px;
|
|
}
|
|
.gold-and-experience {
|
|
position: absolute;
|
|
top: 308px;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: center;
|
|
line-height: 26px;
|
|
font-size: 16px;
|
|
color: #b27919;
|
|
}
|
|
.gold-and-experience img {
|
|
margin-right: 8px;
|
|
}
|
|
.gold-and-experience .flex-container:first-child {
|
|
margin-right: 18px;
|
|
}
|
|
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/_xterm@4.8.1@xterm/css/xterm.css ***!
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/**
|
|
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
|
|
* Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
|
|
* https://github.com/chjj/term.js
|
|
* @license MIT
|
|
*
|
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
* of this software and associated documentation files (the "Software"), to deal
|
|
* in the Software without restriction, including without limitation the rights
|
|
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
* copies of the Software, and to permit persons to whom the Software is
|
|
* furnished to do so, subject to the following conditions:
|
|
*
|
|
* The above copyright notice and this permission notice shall be included in
|
|
* all copies or substantial portions of the Software.
|
|
*
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
* THE SOFTWARE.
|
|
*
|
|
* Originally forked from (with the author's permission):
|
|
* Fabrice Bellard's javascript vt100 for jslinux:
|
|
* http://bellard.org/jslinux/
|
|
* Copyright (c) 2011 Fabrice Bellard
|
|
* The original design remains. The terminal itself
|
|
* has been extended to include xterm CSI codes, among
|
|
* other features.
|
|
*/
|
|
|
|
/**
|
|
* Default styles for xterm.js
|
|
*/
|
|
|
|
.xterm {
|
|
font-feature-settings: "liga" 0;
|
|
position: relative;
|
|
-moz-user-select: none;
|
|
user-select: none;
|
|
-ms-user-select: none;
|
|
-webkit-user-select: none;
|
|
}
|
|
|
|
.xterm.focus,
|
|
.xterm:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.xterm .xterm-helpers {
|
|
position: absolute;
|
|
top: 0;
|
|
/**
|
|
* The z-index of the helpers must be higher than the canvases in order for
|
|
* IMEs to appear on top.
|
|
*/
|
|
z-index: 5;
|
|
}
|
|
|
|
.xterm .xterm-helper-textarea {
|
|
padding: 0;
|
|
border: 0;
|
|
margin: 0;
|
|
/* Move textarea out of the screen to the far left, so that the cursor is not visible */
|
|
position: absolute;
|
|
opacity: 0;
|
|
left: -9999em;
|
|
top: 0;
|
|
width: 0;
|
|
height: 0;
|
|
z-index: -5;
|
|
/** Prevent wrapping so the IME appears against the textarea at the correct position */
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
resize: none;
|
|
}
|
|
|
|
.xterm .composition-view {
|
|
/* TODO: Composition position got messed up somewhere */
|
|
background: #000;
|
|
color: #FFF;
|
|
display: none;
|
|
position: absolute;
|
|
white-space: nowrap;
|
|
z-index: 1;
|
|
}
|
|
|
|
.xterm .composition-view.active {
|
|
display: block;
|
|
}
|
|
|
|
.xterm .xterm-viewport {
|
|
/* On OS X this is required in order for the scroll bar to appear fully opaque */
|
|
background-color: #000;
|
|
overflow-y: scroll;
|
|
cursor: default;
|
|
position: absolute;
|
|
right: 0;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.xterm .xterm-screen {
|
|
position: relative;
|
|
}
|
|
|
|
.xterm .xterm-screen canvas {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.xterm .xterm-scroll-area {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.xterm-char-measure-element {
|
|
display: inline-block;
|
|
visibility: hidden;
|
|
position: absolute;
|
|
top: 0;
|
|
left: -9999em;
|
|
line-height: normal;
|
|
}
|
|
|
|
.xterm {
|
|
cursor: text;
|
|
}
|
|
|
|
.xterm.enable-mouse-events {
|
|
/* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */
|
|
cursor: default;
|
|
}
|
|
|
|
.xterm.xterm-cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.xterm.column-select.focus {
|
|
/* Column selection mode */
|
|
cursor: crosshair;
|
|
}
|
|
|
|
.xterm .xterm-accessibility,
|
|
.xterm .xterm-message {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
z-index: 10;
|
|
color: transparent;
|
|
}
|
|
|
|
.xterm .live-region {
|
|
position: absolute;
|
|
left: -9999px;
|
|
width: 1px;
|
|
height: 1px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.xterm-dim {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.xterm-underline {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/xterm-panel/index.less?modules ***!
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.xterm-panel___XA0p9 {
|
|
height: 100%;
|
|
}
|
|
.xterm-panel___XA0p9 [class~='terminal'] {
|
|
height: 100%;
|
|
}
|
|
.xterm-panel___XA0p9 [class~='xterm-viewport'] {
|
|
overflow-y: auto !important;
|
|
}
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/code-repository/code-area/index.less?modules ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.code-area-container___bjERn {
|
|
height: 100%;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.code-area-container___bjERn .only-view___LP5ZN {
|
|
position: absolute;
|
|
z-index: 2;
|
|
right: 80px;
|
|
top: 36px;
|
|
}
|
|
.frame___k7Y9h {
|
|
height: 100%;
|
|
}
|
|
.frame___k7Y9h div[class~='ant-spin-container'] {
|
|
height: 100%;
|
|
}
|
|
.frame___k7Y9h div[class~='ant-spin'] {
|
|
max-height: none;
|
|
max-height: initial;
|
|
}
|
|
.frame___k7Y9h div[class~='ant-spin-text'] {
|
|
text-shadow: none !important;
|
|
}
|
|
.frame___k7Y9h iframe {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
}
|
|
|
|
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/choose-repository/test-cast-list/index.less?modules ***!
|
|
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.choose-game-item___RYHdh {
|
|
padding: 16px 15px;
|
|
background: #010e1f;
|
|
border-radius: 4px;
|
|
}
|
|
.choose-game-item___RYHdh p {
|
|
margin: 0;
|
|
}
|
|
.choose-game-item___RYHdh .output-title-container___P2NjC {
|
|
text-align: center;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: space-between;
|
|
color: #747a7f;
|
|
align-items: center;
|
|
margin-bottom: 12px;
|
|
}
|
|
.choose-game-item___RYHdh .output-title-container___P2NjC span {
|
|
flex: 1 1;
|
|
display: flex;
|
|
}
|
|
.choose-game-item___RYHdh .output-title-container___P2NjC span span {
|
|
flex: initial;
|
|
}
|
|
.choose-game-item___RYHdh .output-title-container___P2NjC span span:nth-child(1) {
|
|
flex: 1 1;
|
|
}
|
|
.choose-game-item___RYHdh .output-title-container___P2NjC .output-title___ZQJkv {
|
|
color: #fff;
|
|
}
|
|
.test-case-list___CYyHP {
|
|
padding: 8px 16px;
|
|
}
|
|
.test-header___fSQRn {
|
|
width: 100%;
|
|
height: 34px;
|
|
padding: 0 25px;
|
|
line-height: 34px;
|
|
color: #f4f1ed;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background-color: #111c24;
|
|
border-bottom: 1px solid #222c34;
|
|
}
|
|
.test-header___fSQRn a {
|
|
color: #747a7f;
|
|
}
|
|
.test-header___fSQRn span {
|
|
position: relative;
|
|
display: block;
|
|
cursor: pointer;
|
|
padding: 0 25px;
|
|
}
|
|
.test-header___fSQRn span.active___bY0Dq:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -10px;
|
|
top: auto;
|
|
bottom: 0;
|
|
right: auto;
|
|
height: 2px;
|
|
width: 20px;
|
|
background-color: #29bd8b;
|
|
}
|
|
.test-header___fSQRn span.active-debug___oeXMX:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -22px;
|
|
top: auto;
|
|
bottom: 0;
|
|
right: auto;
|
|
height: 2px;
|
|
width: 20px;
|
|
background-color: #29bd8b;
|
|
}
|
|
.test-result___DQXYd {
|
|
padding: 8px 15px 0 15px;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Bold, PingFang SC;
|
|
line-height: 25px;
|
|
font-weight: bold;
|
|
width: 100%;
|
|
display: inline-block;
|
|
margin-bottom: 0;
|
|
}
|
|
.test-result___DQXYd p {
|
|
font-size: 14px !important;
|
|
}
|
|
.test-result___DQXYd .markdown-body____rqU_ p {
|
|
white-space: normal;
|
|
}
|
|
.test-result___DQXYd.success___iuAG3 {
|
|
color: #29bd8b;
|
|
}
|
|
.test-result___DQXYd.failer___axTtk {
|
|
color: #dd5555 !important;
|
|
}
|
|
.test-result___DQXYd.failer___axTtk p {
|
|
color: #dd5555 !important;
|
|
}
|
|
.test-result___DQXYd img {
|
|
display: block;
|
|
margin-right: 5px;
|
|
}
|
|
.test-result___DQXYd .count___B_kHY {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
float: left;
|
|
align-items: center;
|
|
line-height: 25px;
|
|
padding: 0 10px 0 4px;
|
|
}
|
|
.test-case-item___E3CU9 {
|
|
width: 100%;
|
|
margin: 0 auto 10px auto;
|
|
background: #1f2f3b;
|
|
font-size: 14px;
|
|
}
|
|
.test-case-item___E3CU9 .case-header___xppld {
|
|
padding: 9px 20px;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.test-case-item___E3CU9 .case-header___xppld .iconfont___LO1VN {
|
|
font-size: 14px !important;
|
|
color: #f4f1ed;
|
|
}
|
|
.test-case-item___E3CU9 .case-header___xppld .description___j4efR {
|
|
color: #616b77;
|
|
padding: 0 8px;
|
|
font-size: 12px;
|
|
}
|
|
.test-case-item___E3CU9 .item-desc___ivltA {
|
|
display: none;
|
|
}
|
|
.test-case-item___E3CU9 .item-desc___ivltA.show___ntNdM {
|
|
display: block;
|
|
}
|
|
.test-case-item___E3CU9 .item-tip___ETPck {
|
|
font-size: 12px;
|
|
color: #c67676;
|
|
line-height: 12px;
|
|
}
|
|
.test-case-item___E3CU9 h2 {
|
|
font-size: 14px;
|
|
color: #bfbfbf;
|
|
margin: 0;
|
|
line-height: 21px;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.test-case-item___E3CU9 h4 {
|
|
font-size: 14px;
|
|
color: #637da6;
|
|
line-height: 14px;
|
|
padding: 15px 0 5px 0;
|
|
}
|
|
.test-case-item___E3CU9 p {
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
letter-spacing: 1px;
|
|
}
|
|
.arrow-down___oQMCK {
|
|
width: 0;
|
|
height: 0;
|
|
border-left: 6px solid transparent;
|
|
border-right: 6px solid transparent;
|
|
border-top: 8px solid #bfbfbf;
|
|
}
|
|
.test-title___mf3Df {
|
|
margin-left: 10px;
|
|
}
|
|
.arrow-right___C6f8W {
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 6px solid transparent;
|
|
border-bottom: 6px solid transparent;
|
|
border-left: 8px solid #bfbfbf;
|
|
}
|
|
.case-info___yX5kK {
|
|
flex: 1 0;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
.case-info___yX5kK i,
|
|
.case-info___yX5kK img {
|
|
margin-left: 8px;
|
|
}
|
|
.test-case-run-header___iHZR5 {
|
|
color: #617c93;
|
|
font-size: 14px;
|
|
padding: 10px 0;
|
|
}
|
|
.test-case-run-wrp___qVT1y textarea {
|
|
background: none !important;
|
|
border: none !important;
|
|
color: #fff !important;
|
|
resize: none !important;
|
|
}
|
|
.test-case-run-wrp___qVT1y > div:nth-child(2) > div {
|
|
color: #fff !important;
|
|
background: #1b2a37 !important;
|
|
margin-right: 12px;
|
|
}
|
|
.diff-panel-container___OEdXu {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #010e1f;
|
|
color: #fff;
|
|
font-size: 0;
|
|
overflow: hidden;
|
|
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
|
|
font-weight: normal;
|
|
font-feature-settings: 'liga' 0, 'calt' 0;
|
|
}
|
|
.diff-panel-container___OEdXu > div {
|
|
width: 49.5%;
|
|
white-space: pre;
|
|
overflow-x: auto;
|
|
line-height: 18px;
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
letter-spacing: 0px;
|
|
vertical-align: top;
|
|
padding: 10px 14px;
|
|
background: #1e1e1e;
|
|
}
|
|
.diff-panel-container___OEdXu > div:first-child {
|
|
margin-right: 1%;
|
|
}
|
|
.diff-panel-container___OEdXu .line-break___Ww59n {
|
|
display: block;
|
|
height: 20px;
|
|
}
|
|
.diff-panel-container___OEdXu del {
|
|
color: #dd5555;
|
|
white-space: pre;
|
|
text-decoration: none;
|
|
}
|
|
.diff-panel-container___OEdXu del:empty {
|
|
display: none;
|
|
}
|
|
.diff-panel-container___OEdXu del.empty___izbJX {
|
|
background: hsl(0, 67%, 60%);
|
|
}
|
|
.diff-panel-container___OEdXu ins {
|
|
color: #2ea44f;
|
|
white-space: pre;
|
|
text-decoration: none;
|
|
}
|
|
.diff-panel-container___OEdXu ins:empty {
|
|
display: none;
|
|
}
|
|
.diff-panel-container___OEdXu ins.empty___izbJX {
|
|
background: #2ea44f;
|
|
}
|
|
.alert___jv5_R {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
font-size: 12px;
|
|
height: 24px;
|
|
background-color: rgba(162, 17, 29, 0.64);
|
|
padding: 0 10px;
|
|
}
|
|
.alert___jv5_R b {
|
|
font-size: 12px;
|
|
margin-right: 10px;
|
|
color: red;
|
|
}
|
|
.alert___jv5_R i {
|
|
cursor: pointer;
|
|
font-size: 12px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/code-repository/test-case-list/diffPanel.less?modules ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.diff-panel-container___IpXsK {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #010e1f;
|
|
color: #fff;
|
|
font-size: 0;
|
|
overflow: hidden;
|
|
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
|
|
font-weight: normal;
|
|
font-feature-settings: 'liga' 0, 'calt' 0;
|
|
}
|
|
.diff-panel-container___IpXsK .enter___UGDlZ {
|
|
position: relative;
|
|
}
|
|
.diff-panel-container___IpXsK .enter___UGDlZ::after {
|
|
content: ' ';
|
|
display: block;
|
|
height: 1px;
|
|
}
|
|
.diff-panel-container___IpXsK > div span:last-of-type {
|
|
display: contents;
|
|
}
|
|
.diff-panel-container___IpXsK > div span:last-of-type .enter___UGDlZ::before {
|
|
content: '↵';
|
|
position: absolute;
|
|
left: 0;
|
|
top: -2px;
|
|
}
|
|
.diff-panel-container___IpXsK > div {
|
|
width: 49.5%;
|
|
white-space: pre;
|
|
overflow-x: auto;
|
|
line-height: 18px;
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
letter-spacing: 0px;
|
|
vertical-align: top;
|
|
padding: 10px 14px;
|
|
background: #1e1e1e;
|
|
}
|
|
.diff-panel-container___IpXsK > div:first-child {
|
|
margin-right: 1%;
|
|
}
|
|
.diff-panel-container___IpXsK .line-break___hpW53 {
|
|
display: block;
|
|
height: 20px;
|
|
}
|
|
.diff-panel-container___IpXsK del {
|
|
font-family: SimHei,PCMyungjo,monospace;
|
|
color: #dd5555;
|
|
white-space: pre;
|
|
text-decoration: none;
|
|
}
|
|
.diff-panel-container___IpXsK del:empty {
|
|
display: none;
|
|
}
|
|
.diff-panel-container___IpXsK del.empty___BV3pH {
|
|
background: hsl(0, 67%, 60%);
|
|
width: 10px;
|
|
margin-left: 3px;
|
|
color: #fff;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
}
|
|
.diff-panel-container___IpXsK ins {
|
|
color: #2ea44f;
|
|
white-space: pre;
|
|
text-decoration: none;
|
|
}
|
|
.diff-panel-container___IpXsK ins:empty {
|
|
display: none;
|
|
}
|
|
.diff-panel-container___IpXsK ins.empty___BV3pH {
|
|
color: #fff;
|
|
background: #2ea44f;
|
|
}
|
|
.diff-panel-container-2___RYOLG {
|
|
background: none;
|
|
}
|
|
.diff-panel-container-2___RYOLG > div {
|
|
background: none;
|
|
padding-top: 0;
|
|
}
|
|
.diff-panel-container-2___RYOLG ins {
|
|
white-space: pre;
|
|
text-decoration: none;
|
|
color: white;
|
|
}
|
|
.outputColorWhite___GkiGp del {
|
|
color: white;
|
|
}
|
|
|
|
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/code-repository/test-case-list/Debugger/index.less?modules ***!
|
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___chIKE {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___hT6Bl {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___xJY_u {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___LPuxi {
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-webkit-align-items: center;
|
|
-webkit-box-align: center;
|
|
-webkit-box-pack: end;
|
|
box-align: center;
|
|
box-pack: end;
|
|
}
|
|
.flex_box_column___Zs0ic {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
button {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 1px solid transparent;
|
|
outline: none;
|
|
background-color: transparent;
|
|
}
|
|
button:active {
|
|
opacity: 0.6;
|
|
}
|
|
.flex-col___Zd17F {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.flex-row___q3DkK {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.justify-start____0ROA {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
.justify-center___YRYU4 {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.justify-end___lOsQ7 {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
.justify-evenly___LpyKR {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
}
|
|
.justify-around___OkwUk {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
.justify-between___kQcqi {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.align-start___PmZnd {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
.align-center___KldOe {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.align-end___Zx_wl {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
}
|
|
button {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 1px solid transparent;
|
|
outline: none;
|
|
background-color: transparent;
|
|
}
|
|
button:active {
|
|
opacity: 0.6;
|
|
}
|
|
.flex-col___Zd17F {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.flex-row___q3DkK {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.justify-start____0ROA {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
.justify-center___YRYU4 {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.justify-end___lOsQ7 {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
.justify-evenly___LpyKR {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
}
|
|
.justify-around___OkwUk {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
.justify-between___kQcqi {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.align-start___PmZnd {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
.align-center___KldOe {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.align-end___Zx_wl {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
}
|
|
.wrap___cNz2Y {
|
|
background-color: #070F19;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.wrap___cNz2Y div[class~='ant-spin-nested-loading'],
|
|
.wrap___cNz2Y div[class~='ant-spin-container'] {
|
|
height: 100%;
|
|
background-color: #070F19;
|
|
}
|
|
.wrap___cNz2Y .content___vkduy {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.wrap___cNz2Y .content___vkduy .left___yWI2E {
|
|
width: 50%;
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
padding: 20px 43px 20px 18px;
|
|
border-right: 1px solid #474747;
|
|
}
|
|
.wrap___cNz2Y .content___vkduy .left___yWI2E .head___WMggN {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.wrap___cNz2Y .content___vkduy .left___yWI2E .head___WMggN i {
|
|
font-size: 12px;
|
|
}
|
|
.wrap___cNz2Y .content___vkduy .left___yWI2E .expression___L8Pp3 {
|
|
margin-bottom: 25px;
|
|
}
|
|
.wrap___cNz2Y .content___vkduy .left___yWI2E .expression___L8Pp3 input {
|
|
height: 34px;
|
|
line-height: 32px;
|
|
border-radius: 2px;
|
|
border: 1px solid #2761C5;
|
|
margin-top: 20px;
|
|
background-color: #070F19;
|
|
color: #fff;
|
|
}
|
|
.wrap___cNz2Y .content___vkduy .left___yWI2E .expression___L8Pp3 input::-webkit-input-placeholder {
|
|
color: #4D4D4D;
|
|
}
|
|
.wrap___cNz2Y .content___vkduy .left___yWI2E .expression___L8Pp3 input:-ms-input-placeholder {
|
|
color: #4D4D4D;
|
|
}
|
|
.wrap___cNz2Y .content___vkduy .left___yWI2E .expression___L8Pp3 input::-ms-input-placeholder {
|
|
color: #4D4D4D;
|
|
}
|
|
.wrap___cNz2Y .content___vkduy .left___yWI2E .expression___L8Pp3 input::placeholder {
|
|
color: #4D4D4D;
|
|
}
|
|
.wrap___cNz2Y .content___vkduy .left___yWI2E .expression___L8Pp3 .listWarp___ofdxE > div {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 15px;
|
|
}
|
|
.wrap___cNz2Y .content___vkduy .left___yWI2E .expression___L8Pp3 .listWarp___ofdxE > div span {
|
|
flex: 1 1;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
font-size: 14px;
|
|
padding-right: 15px;
|
|
}
|
|
.wrap___cNz2Y .content___vkduy .left___yWI2E .expression___L8Pp3 .listWarp___ofdxE > div i {
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
}
|
|
.wrap___cNz2Y .content___vkduy .left___yWI2E .variable___REWA5 .list___ZGP8o {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
font-size: 14px;
|
|
margin-top: 15px;
|
|
width: -webkit-fit-content;
|
|
width: -moz-fit-content;
|
|
width: fit-content;
|
|
max-width: 100%;
|
|
}
|
|
.wrap___cNz2Y .content___vkduy .right___T2TG6 {
|
|
width: 50%;
|
|
height: 100%;
|
|
}
|
|
.wrap___cNz2Y .content___vkduy .right___T2TG6 .btns____y3gt {
|
|
height: 67px;
|
|
border-bottom: 1px solid #333131;
|
|
padding: 0 30px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.wrap___cNz2Y .content___vkduy .right___T2TG6 .btns____y3gt b {
|
|
cursor: pointer;
|
|
color: #0077FF;
|
|
margin-right: 30px;
|
|
font-size: 22px;
|
|
}
|
|
.wrap___cNz2Y .content___vkduy .right___T2TG6 .btns____y3gt i {
|
|
margin-left: auto;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
}
|
|
.wrap___cNz2Y .content___vkduy .right___T2TG6 .disabled___yPqre b {
|
|
cursor: not-allowed;
|
|
color: #676767;
|
|
}
|
|
.wrap___cNz2Y .content___vkduy .right___T2TG6 .text___V5rxy {
|
|
font-size: 14px;
|
|
color: #FFFFFF;
|
|
margin-top: 11px;
|
|
text-align: center;
|
|
}
|
|
.wrap___cNz2Y .content___vkduy .right___T2TG6 > pre {
|
|
margin: 12px 8px;
|
|
background: #121C24;
|
|
padding: 20px;
|
|
font-size: 14px;
|
|
white-space: pre-wrap;
|
|
overflow-y: auto;
|
|
height: calc(100% - 130px);
|
|
}
|
|
|
|
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/vnc-view/index.less ***!
|
|
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.vnc-panel-wrapper {
|
|
position: relative;
|
|
height: calc(100vh - 105px);
|
|
overflow: hidden;
|
|
}
|
|
.vnc-panel-wrapper.full-screen {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 200;
|
|
height: 100vh;
|
|
background: white;
|
|
}
|
|
.vnc-panel-wrapper-windows {
|
|
position: relative;
|
|
height: calc(90vh);
|
|
overflow: hidden;
|
|
}
|
|
.vnc-panel-wrapper-windows .btn-vnc-resize {
|
|
position: absolute;
|
|
right: 16px;
|
|
top: 48px;
|
|
z-index: 101;
|
|
color: #fff;
|
|
}
|
|
.vnc-panel-wrapper-windows.full-screen {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 200;
|
|
height: 100vh;
|
|
background: white;
|
|
}
|
|
.vnc-panel {
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
min-height: 500px;
|
|
}
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/vnc-view/clipboard-box/index.less ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.clipboard-box p {
|
|
font-size: 14px;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
.clipboard-box h3 {
|
|
color: #333;
|
|
font-size: 18px;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
.clipboard-box .btn-action-container {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
.clipboard-box .clipboard {
|
|
background: #f1f1f1;
|
|
height: 200px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/code-repository/OfficeUpload/index.less?modules ***!
|
|
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___RAC1w {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___lOFsM {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___ugzOq {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___Oygpk {
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-webkit-align-items: center;
|
|
-webkit-box-align: center;
|
|
-webkit-box-pack: end;
|
|
box-align: center;
|
|
box-pack: end;
|
|
}
|
|
.flex_box_column___axzyr {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
button {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 1px solid transparent;
|
|
outline: none;
|
|
background-color: transparent;
|
|
}
|
|
button:active {
|
|
opacity: 0.6;
|
|
}
|
|
.flex-col___QxStg {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.flex-row___arrHy {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.justify-start___CLpGi {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
.justify-center___RBkgN {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.justify-end___bQ4Bt {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
.justify-evenly___TNvtb {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
}
|
|
.justify-around___UO5la {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
.justify-between___c3Jgd {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.align-start___WCNqF {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
.align-center___ykH0G {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.align-end____KQ8b {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
}
|
|
button {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 1px solid transparent;
|
|
outline: none;
|
|
background-color: transparent;
|
|
}
|
|
button:active {
|
|
opacity: 0.6;
|
|
}
|
|
.flex-col___QxStg {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.flex-row___arrHy {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.justify-start___CLpGi {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
.justify-center___RBkgN {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.justify-end___bQ4Bt {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
.justify-evenly___TNvtb {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
}
|
|
.justify-around___UO5la {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
.justify-between___c3Jgd {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.align-start___WCNqF {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
.align-center___ykH0G {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.align-end____KQ8b {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
}
|
|
.files___kFNIo {
|
|
padding: 20px;
|
|
}
|
|
.files___kFNIo [class$='ant-upload-list-text'] {
|
|
margin-top: 10px;
|
|
}
|
|
.files___kFNIo [class^='ant-upload-list-item'] {
|
|
cursor: pointer;
|
|
}
|
|
.files___kFNIo [class^='ant-upload-list-item']:hover {
|
|
background: none !important;
|
|
}
|
|
.files___kFNIo [class^='ant-upload-list-item']:hover [class^='ant-upload-list-item-info'] {
|
|
border: 1px solid #0152d9;
|
|
}
|
|
.files___kFNIo [class*='ant-upload-list-item'] {
|
|
color: #0152d9;
|
|
font-size: 18px;
|
|
height: 34px;
|
|
}
|
|
.files___kFNIo [class*='ant-upload-list-item'] [class^='ant-upload-list-item-card-actions'] {
|
|
top: 2px;
|
|
right: 5px;
|
|
}
|
|
.files___kFNIo [class*='ant-upload-list-item'] [class^='ant-upload-icon'] svg {
|
|
font-size: 18px;
|
|
margin-top: 3px;
|
|
color: #0152d9;
|
|
}
|
|
.files___kFNIo [class*='ant-upload-list-item'] [class^='ant-upload-list-item-name'] {
|
|
padding-left: 30px;
|
|
font-size: 18px;
|
|
height: 34px;
|
|
}
|
|
.files___kFNIo [class*='ant-upload-list-item'] [class^='ant-btn'] svg {
|
|
color: #fb3226;
|
|
margin-right: 5px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/code-repository/picture-panel/index.less ***!
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.eval-picture-panel {
|
|
position: fixed;
|
|
top: 54px;
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow-y: scroll;
|
|
overflow-x: hidden;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
-webkit-overflow-scrolling: touch;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
right: 0;
|
|
z-index: 101;
|
|
}
|
|
.eval-picture-panel .picture-panel-icon {
|
|
cursor: pointer;
|
|
font-size: 16px;
|
|
color: #2E60D0;
|
|
}
|
|
.eval-picture-panel .picture-panel-icon:hover {
|
|
color: #6E90DE;
|
|
}
|
|
.eval-picture-panel h2 {
|
|
text-align: center;
|
|
color: #0152d9;
|
|
margin: 16px auto 0 auto;
|
|
}
|
|
.eval-picture-panel .output-txt {
|
|
padding: 10px;
|
|
box-shadow: 1px 6px 24px rgba(17, 28, 36, 0.2);
|
|
min-height: 400px;
|
|
height: calc(100% - 120px);
|
|
overflow-y: auto;
|
|
width: 90%;
|
|
margin: 20px auto;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
align-items: center;
|
|
justify-content: center;
|
|
outline: none;
|
|
}
|
|
.eval-picture-panel .output-txt.html {
|
|
width: 90%;
|
|
}
|
|
.eval-picture-panel .nothing {
|
|
border: 1px dashed #333;
|
|
height: auto;
|
|
}
|
|
.eval-picture-panel img {
|
|
max-width: 100%;
|
|
display: block;
|
|
margin: 0 auto 40px auto;
|
|
width: 90%;
|
|
min-width: 300px;
|
|
}
|
|
.eval-picture-panel .img-list {
|
|
flex: 1 1 auto;
|
|
margin-right: 1%;
|
|
height: 100%;
|
|
min-height: calc(100vh - 140px);
|
|
}
|
|
.eval-picture-panel .img-list.direction {
|
|
width: 100%;
|
|
margin-right: 0;
|
|
min-height: 0;
|
|
min-height: initial;
|
|
font-weight: 400;
|
|
color: #666666;
|
|
font-size: 14px;
|
|
height: auto;
|
|
height: initial;
|
|
}
|
|
.eval-picture-panel .img-list.direction > h4 {
|
|
text-align: left;
|
|
padding-left: 14px;
|
|
}
|
|
.eval-picture-panel .img-list.direction img {
|
|
height: 100%;
|
|
}
|
|
.eval-picture-panel .img-list:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.eval-picture-panel h4 {
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
text-align: center;
|
|
}
|
|
.eval-picture-panel .picture-body {
|
|
background: #fff;
|
|
border: 1px solid #e8e8e8;
|
|
border-radius: 10px;
|
|
box-shadow: 0 0 10px #ccc;
|
|
height: calc(100vh - 44px);
|
|
overflow: hidden;
|
|
}
|
|
.eval-picture-panel .picture-body .flex-container {
|
|
padding: 15px 20px;
|
|
overflow: auto;
|
|
height: 100%;
|
|
}
|
|
.eval-picture-panel .picture-body h3 {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
border-bottom: 1px solid #eee;
|
|
padding: 0px 15px;
|
|
text-align: center;
|
|
line-height: 70px;
|
|
height: 70px;
|
|
border-radius: 10px 10px 0px 0px;
|
|
font-size: 16px;
|
|
}
|
|
.eval-picture-panel .picture-body h3 > div:first-child {
|
|
display: flex;
|
|
justify-content: start;
|
|
}
|
|
.eval-picture-panel .picture-body h3 > div:last-child {
|
|
padding-left: 15px;
|
|
}
|
|
.eval-picture-panel .picture-body h3 .direction {
|
|
padding-left: 40px;
|
|
cursor: pointer;
|
|
color: #666;
|
|
transition: color 0.2s;
|
|
}
|
|
.eval-picture-panel .picture-body h3 .direction:hover {
|
|
color: #0152d9;
|
|
}
|
|
.eval-picture-panel .picture-body h3 .direction .iconfont.icon-zongxiang {
|
|
font-size: 12px;
|
|
}
|
|
.eval-picture-panel .picture-body h3 .direction .iconfont.icon-hengxiang {
|
|
font-size: 14px;
|
|
}
|
|
.eval-picture-panel .picture-body h3 .direction > span:last-child {
|
|
font-size: 14px;
|
|
}
|
|
.video-list {
|
|
margin: 0;
|
|
padding: 0;
|
|
display: flex;
|
|
list-style: none;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
}
|
|
.video-list li {
|
|
margin-right: 16px;
|
|
}
|
|
.video-list .video-container {
|
|
width: 100% !important;
|
|
}
|
|
.iverilogFrame {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
}
|
|
|
|
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/code-repository/picture-panel/video-panel/index.less ***!
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.video-container {
|
|
position: relative;
|
|
height: 360px;
|
|
width: 640px;
|
|
overflow: hidden;
|
|
margin: 0 auto;
|
|
}
|
|
.video-container video {
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
z-index: 1;
|
|
}
|
|
|
|
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/code-repository/picture-panel/audio-panel/index.less ***!
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.audio-container audio {
|
|
margin-top: 8px;
|
|
}
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/tasks/code-repository/picture-panel/PreviewModalDragger/index.less?modules ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.wrapper____kMQR {
|
|
background-color: rgba(255, 255, 255, 0.96);
|
|
border-radius: 4px;
|
|
padding: 12px;
|
|
cursor: move;
|
|
position: fixed;
|
|
top: 94px;
|
|
right: 0;
|
|
z-index: 1000;
|
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
|
|
}
|
|
.wrapper____kMQR .text___QBUHJ {
|
|
font-size: 14px;
|
|
color: #333333;
|
|
}
|
|
.wrapper____kMQR .icon___p_4V7 {
|
|
cursor: pointer;
|
|
font-size: 16px;
|
|
color: #2E60D0;
|
|
}
|
|
.wrapper____kMQR .icon___p_4V7:hover {
|
|
color: #6E90DE;
|
|
}
|
|
|