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.
3403 lines
115 KiB
3403 lines
115 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/Innovation/Tasks/index.less ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.task-wrapper {
|
|
height: 100vh;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
overflow: hidden;
|
|
}
|
|
.tpi-spin {
|
|
height: 100vh !important;
|
|
position: static !important;
|
|
position: initial !important;
|
|
}
|
|
.tasks-body2 {
|
|
height: calc(100vh - 54px);
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.tasks-body2 .resize-x-bar {
|
|
width: 4px;
|
|
cursor: ew-resize;
|
|
height: 100%;
|
|
position: relative;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
background: #111c24;
|
|
}
|
|
.tasks-body2 .resize-x-bar.has-unity-3d {
|
|
cursor: inherit;
|
|
width: 0;
|
|
}
|
|
.tasks-body2 .resize-x-bar.has-unity-3d .btn-resize {
|
|
margin-left: 0;
|
|
}
|
|
.tasks-body2 .right-panel {
|
|
flex: 1 1;
|
|
position: relative;
|
|
height: 100%;
|
|
background: #111c24;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.tasks-body2 .right-panel .unity-3d-container {
|
|
height: 100%;
|
|
}
|
|
.tasks-body2 .right-panel.vnc {
|
|
justify-content: space-between;
|
|
}
|
|
.tasks-body2 .left-panel {
|
|
background: #3e4571;
|
|
position: relative;
|
|
width: 80px;
|
|
height: 100%;
|
|
}
|
|
.tasks-body2 .left-panel ul {
|
|
padding: 0;
|
|
}
|
|
.tasks-body2 .left-panel ul li {
|
|
width: 100%;
|
|
height: 70px;
|
|
color: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
cursor: pointer;
|
|
}
|
|
.tasks-body2 .left-panel ul li.on {
|
|
background: #165dff;
|
|
}
|
|
.tasks-body2 .btn-resize {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
text-align: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 24px;
|
|
height: 24px;
|
|
font-size: 24px;
|
|
z-index: 94;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
margin-left: -10px;
|
|
opacity: 0.7;
|
|
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
|
|
background-color: #e0e0e0;
|
|
color: rgba(0, 0, 0, 0.87);
|
|
}
|
|
.tasks-body2 .btn-resize:hover {
|
|
opacity: 1;
|
|
}
|
|
.data_env_lists {
|
|
height: 100%;
|
|
background: #fff;
|
|
}
|
|
.data_env_lists .data_header {
|
|
height: 56px;
|
|
padding: 0 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #464f66;
|
|
line-height: 22px;
|
|
}
|
|
.data_env_lists .data_header::before {
|
|
content: '';
|
|
width: 4px;
|
|
height: 12px;
|
|
background: #242f49;
|
|
margin-right: 8px;
|
|
}
|
|
.ghost-link {
|
|
margin: 8px;
|
|
color: #0152d9 !important;
|
|
border: 1px solid #0152d9;
|
|
height: 30px;
|
|
padding: 0 16px;
|
|
border-radius: 2px;
|
|
line-height: 30px;
|
|
}
|
|
.ghost-link:hover {
|
|
background: #4890ff;
|
|
text-decoration: none;
|
|
color: #fff !important;
|
|
}
|
|
.unity-3d-nav {
|
|
position: absolute;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
left: 0;
|
|
height: 50px;
|
|
z-index: 100;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
background: #05101a;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
.unity-3d-nav .ghost-link {
|
|
display: block;
|
|
}
|
|
.trapezoid {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
margin-top: -49px;
|
|
top: 50%;
|
|
left: -20px;
|
|
z-index: 100;
|
|
}
|
|
.trapezoid.enlarge {
|
|
left: 0;
|
|
}
|
|
.vnc-mask,
|
|
.draging-mask {
|
|
position: absolute;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
z-index: 20;
|
|
top: 0;
|
|
bottom: 51px;
|
|
width: 100%;
|
|
}
|
|
.draging-mask {
|
|
bottom: 0;
|
|
position: fixed;
|
|
}
|
|
.last-compile-output {
|
|
max-height: 167px;
|
|
overflow: auto;
|
|
}
|
|
.setting-drawer .ant-drawer-content-wrapper {
|
|
top: 54px;
|
|
bottom: 51px;
|
|
}
|
|
.setting-drawer .ant-drawer-content {
|
|
height: auto;
|
|
}
|
|
.oj .ant-drawer-content-wrapper {
|
|
top: 65px;
|
|
}
|
|
.setting-drawer .ant-drawer-body,
|
|
.oj .ant-drawer-body {
|
|
background: #031b2a;
|
|
}
|
|
.setting-drawer .ant-drawer-body,
|
|
.oj .ant-drawer-body {
|
|
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;
|
|
}
|
|
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/Innovation/Tasks/header/index.less ***!
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.task-header-container {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
height: 54px;
|
|
background: #05101a;
|
|
padding: 0 15px;
|
|
color: #fff;
|
|
position: relative;
|
|
z-index: 9;
|
|
}
|
|
.task-header-container .shixun-info {
|
|
flex: 1 0 auto;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
color: #fff;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
margin: 0;
|
|
}
|
|
.task-header-container .shixun-info span {
|
|
font-size: 13px;
|
|
font-weight: 400;
|
|
}
|
|
.task-header-container .task-user-info {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
}
|
|
.task-header-container .task-user-info img {
|
|
border-radius: 50%;
|
|
margin-right: 12px;
|
|
}
|
|
.task-header-container .grade-info {
|
|
margin-left: 24px;
|
|
height: 32px;
|
|
padding: 0 15px;
|
|
background: #1f2f3b;
|
|
border-radius: 25px;
|
|
line-height: 32px;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.task-header-container .grade-info img {
|
|
margin-right: 5px;
|
|
}
|
|
.task-header-container .btn-task-out {
|
|
background: #da000c;
|
|
border-radius: 2px;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
display: block;
|
|
padding: 6px 9px;
|
|
color: #fff;
|
|
}
|
|
.task-header-container .btn-out {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
margin-left: 12px;
|
|
}
|
|
.task-header-container .btn-out .iconfont {
|
|
font-size: 16px !important;
|
|
margin-right: 4px;
|
|
}
|
|
.task-header-container .btn-notice {
|
|
margin-right: 24px;
|
|
}
|
|
.task-header-container .btn-vnc {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
margin-right: 24px;
|
|
}
|
|
.task-header-container .btn-vnc img {
|
|
margin-right: 9px;
|
|
}
|
|
.save-innovation:disabled {
|
|
color: #999 !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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/MultiUpload/index.less ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.upload_button {
|
|
width: 108px;
|
|
height: 32px;
|
|
background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%);
|
|
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
|
|
border-radius: 2px;
|
|
border: 1px solid #BACFFE;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #3061D0;
|
|
display: inline-block;
|
|
text-align: center;
|
|
align-items: center;
|
|
align-content: center;
|
|
}
|
|
.upload_button .aBtn_img {
|
|
width: 14px;
|
|
height: 14px;
|
|
margin-top: -3px;
|
|
margin-right: 8px;
|
|
}
|
|
.upload_button:hover {
|
|
width: 108px;
|
|
height: 32px;
|
|
background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%);
|
|
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
|
|
border-radius: 2px;
|
|
border: 1px solid #BACFFE;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #3061D0;
|
|
}
|
|
.upload_button:active {
|
|
width: 108px;
|
|
height: 32px;
|
|
background: #F6F7F9 linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%);
|
|
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
|
|
border-radius: 2px;
|
|
border: 1px solid #BACFFE;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #3061D0;
|
|
}
|
|
.upload_text {
|
|
width: 129px;
|
|
height: 20px;
|
|
font-size: 14px;
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
font-weight: 400;
|
|
color: #5F6367;
|
|
line-height: 20px;
|
|
margin-left: 16px;
|
|
}
|
|
|
|
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Innovation/Tasks/data-sets/index.less?modules ***!
|
|
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___ayVLf {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___pLloZ {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___eX0c1 {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___KU45M {
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-webkit-align-items: center;
|
|
-webkit-box-align: center;
|
|
-webkit-box-pack: end;
|
|
box-align: center;
|
|
box-pack: end;
|
|
}
|
|
.flex_box_column___cZiLo {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.wrap___x0TPJ [class~='ant-drawer-content-wrapper'] {
|
|
margin-top: 54px;
|
|
}
|
|
.wrap___x0TPJ [class~='ant-drawer-body'] {
|
|
margin-bottom: 60px;
|
|
}
|
|
.wrap___x0TPJ [class~='ant-drawer-content'] {
|
|
background: none;
|
|
}
|
|
.wrap___x0TPJ [class~='ant-drawer-wrapper-body'],
|
|
.wrap___x0TPJ [class~='ant-drawer-header'] {
|
|
background: #031b2a;
|
|
color: #fff;
|
|
border: none;
|
|
}
|
|
.wrap___x0TPJ [class~='ant-drawer-title'] {
|
|
color: #fff;
|
|
font-size: 16px;
|
|
padding: 19px 0 0 4px;
|
|
}
|
|
.list___Bn7Fe {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
margin: 7px 0;
|
|
padding-left: 4px;
|
|
}
|
|
.list___Bn7Fe dt,
|
|
.list___Bn7Fe dd {
|
|
margin: 0;
|
|
}
|
|
.list___Bn7Fe dt {
|
|
flex: 1 1;
|
|
-webkit-box-orient: vertical;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 1;
|
|
overflow: hidden;
|
|
word-break: break-all;
|
|
height: 24px;
|
|
}
|
|
.list___Bn7Fe dd {
|
|
width: 66px;
|
|
text-align: right;
|
|
color: #0152d9;
|
|
cursor: pointer;
|
|
}
|
|
.page___zVCLY {
|
|
font-size: 14px;
|
|
margin-top: 20px;
|
|
}
|
|
.page___zVCLY [class~='ant-pagination-item'],
|
|
.page___zVCLY [class~='ant-pagination-item-link'] {
|
|
color: #0152d9;
|
|
}
|
|
.page___zVCLY [class~='ant-pagination-item'] a,
|
|
.page___zVCLY [class~='ant-pagination-item-link'] a {
|
|
color: #0152d9;
|
|
}
|
|
.page___zVCLY [class~='ant-pagination-item-active'] {
|
|
background: #0152d9;
|
|
}
|
|
.page___zVCLY [class~='ant-pagination-item-active'] a {
|
|
color: #fff;
|
|
}
|
|
.page___zVCLY [class~='ant-pagination-disabled'] a,
|
|
.page___zVCLY [class~='ant-pagination-disabled'] button {
|
|
color: #7f99a7;
|
|
}
|
|
.page___zVCLY [class~='ant-pagination-disabled'] a:hover,
|
|
.page___zVCLY [class~='ant-pagination-disabled'] button:hover {
|
|
color: #7f99a7;
|
|
}
|
|
|
|
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@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[4].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.0.87@@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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Innovation/Tasks/xterm-panel/index.less?modules ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.xterm-panel-wrp___hg9up {
|
|
height: 100%;
|
|
background: #000;
|
|
padding: 10px;
|
|
}
|
|
.xterm-panel___QKpsc {
|
|
height: 100%;
|
|
}
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/Innovation/Tasks/vnc-view/index.less ***!
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.btn-vnc-resize {
|
|
position: absolute;
|
|
right: 16px;
|
|
top: 48px;
|
|
z-index: 101;
|
|
color: #fff;
|
|
}
|
|
.vnc-panel-wrapper {
|
|
position: relative;
|
|
height: calc(100vh - 105px);
|
|
overflow: hidden;
|
|
}
|
|
.vnc-panel-wrapper.full-screen {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 200;
|
|
height: 100vh;
|
|
background: white;
|
|
}
|
|
.vnc-panel-wrapper-windows {
|
|
position: relative;
|
|
height: calc(90vh);
|
|
overflow: hidden;
|
|
}
|
|
.vnc-panel-wrapper-windows .btn-vnc-resize {
|
|
position: absolute;
|
|
right: 16px;
|
|
top: 48px;
|
|
z-index: 101;
|
|
color: #fff;
|
|
}
|
|
.vnc-panel-wrapper-windows.full-screen {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 200;
|
|
height: 100vh;
|
|
background: white;
|
|
}
|
|
.vnc-panel {
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
min-height: 500px;
|
|
}
|
|
.vnc-test-list {
|
|
position: absolute;
|
|
width: 100%;
|
|
bottom: 51px;
|
|
background: #111c24;
|
|
z-index: 100;
|
|
height: 0;
|
|
overflow: auto;
|
|
}
|
|
.vnc-test-list.large {
|
|
height: calc(100vh - 105px);
|
|
}
|
|
.vnc-test-list.large .test-case-list {
|
|
height: calc(100% - 34px);
|
|
}
|
|
.vnc-test-list.pop {
|
|
height: 257px;
|
|
}
|
|
.vnc-test-list .test-case-list {
|
|
overflow-y: auto;
|
|
height: 190px;
|
|
}
|
|
.arrow-container {
|
|
position: absolute;
|
|
top: 0;
|
|
width: 54px;
|
|
height: 27px;
|
|
left: 50%;
|
|
margin-left: -27px;
|
|
background: #2a3a4f;
|
|
z-index: 10;
|
|
border-bottom-left-radius: 100px;
|
|
border-bottom-right-radius: 100px;
|
|
color: #fff;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
opacity: 0.4;
|
|
transition: all 0.3s;
|
|
}
|
|
.arrow-container .iconfont {
|
|
font-size: 14px !important;
|
|
}
|
|
.vnc-test-list-body {
|
|
position: relative;
|
|
height: 100%;
|
|
}
|
|
.vnc-full-panel {
|
|
transform: scale(1) !important;
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
}
|
|
.vnc-panel-wrp {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/Innovation/Tasks/vnc-view/clipboard-box/index.less ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.clipboard-box p {
|
|
font-size: 14px;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
.clipboard-box h3 {
|
|
color: #333;
|
|
font-size: 18px;
|
|
margin: 0 0 20px 0;
|
|
}
|
|
.clipboard-box .btn-action-container {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
.clipboard-box .clipboard {
|
|
background: #f1f1f1;
|
|
height: 200px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Innovation/Tasks/vnc-view/vnc-panel/index.less?modules ***!
|
|
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.selectImage___t63KU {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #131c23;
|
|
z-index: 10;
|
|
padding: 80px 0;
|
|
display: flex;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
}
|
|
.selectImage___t63KU .container___WChhl {
|
|
font-size: 16px;
|
|
color: #fff;
|
|
flex: 1 1;
|
|
overflow: auto;
|
|
width: 100%;
|
|
max-height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.selectImage___t63KU .container___WChhl h1 {
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 28px;
|
|
line-height: 1;
|
|
}
|
|
.selectImage___t63KU .container___WChhl aside {
|
|
width: 100%;
|
|
padding: 0 22%;
|
|
overflow: auto;
|
|
flex: 1 1;
|
|
}
|
|
.selectImage___t63KU [class~='ant-row'] {
|
|
padding: 20px 0;
|
|
border-bottom: 1px solid #384046;
|
|
}
|
|
|
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Innovation/Tasks/Jupyter/index.less?modules ***!
|
|
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.bg___xjZP4 {
|
|
height: 100vh;
|
|
}
|
|
.header___S_AU0 {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 60px;
|
|
background-color: #070f1a;
|
|
padding-left: 30px;
|
|
z-index: 99;
|
|
font-size: 14px;
|
|
}
|
|
.header___S_AU0 [class~='ant-statistic-content'] {
|
|
font-size: 14px;
|
|
color: #fff !important;
|
|
}
|
|
.dragingMask___MuMgB {
|
|
bottom: 0;
|
|
position: fixed;
|
|
position: absolute;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
z-index: 902;
|
|
top: 0;
|
|
width: 100%;
|
|
}
|
|
.content___sS5Wc {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.content___sS5Wc .leftContainer___pbkhe {
|
|
position: relative;
|
|
height: 100%;
|
|
}
|
|
.content___sS5Wc .leftContainer___pbkhe .tabNav___QTkA2 {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
padding: 0;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
.content___sS5Wc .leftContainer___pbkhe .tabNav___QTkA2 > div {
|
|
flex: 1 1 auto;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
overflow: hidden;
|
|
text-align: center;
|
|
border-bottom: 2px solid #4cacff;
|
|
color: #05101a;
|
|
font-size: 16px;
|
|
}
|
|
.content___sS5Wc .leftContainer___pbkhe .mdContent___p39IM {
|
|
height: calc(100% - 57px);
|
|
overflow-y: auto;
|
|
padding: 16px;
|
|
}
|
|
.content___sS5Wc .resizeBar___UvVzB {
|
|
width: 4px;
|
|
cursor: ew-resize;
|
|
height: 100%;
|
|
position: relative;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
background: #111c24;
|
|
}
|
|
.content___sS5Wc .resizeBar___UvVzB.has-unity-3d___EQEWx {
|
|
cursor: inherit;
|
|
width: 0;
|
|
}
|
|
.content___sS5Wc .resizeBar___UvVzB.has-unity-3d___EQEWx .btn-resize___XVPBl {
|
|
margin-left: 0;
|
|
}
|
|
.content___sS5Wc .resizeBar___UvVzB .btn-resize {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
text-align: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 24px;
|
|
height: 24px;
|
|
font-size: 24px;
|
|
z-index: 903;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
margin-left: -10px;
|
|
opacity: 0.7;
|
|
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
|
|
background-color: #e0e0e0;
|
|
color: rgba(0, 0, 0, 0.87);
|
|
}
|
|
.content___sS5Wc .resizeBar___UvVzB .btn-resize:hover {
|
|
opacity: 1;
|
|
}
|
|
.content___sS5Wc .rightCotainer___Z2h3Y {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
flex: 1 1;
|
|
position: relative;
|
|
height: 100%;
|
|
background: #111c24;
|
|
}
|
|
.user___du0m1 {
|
|
color: #fff;
|
|
}
|
|
.user___du0m1 img {
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 50%;
|
|
}
|
|
.titleWrap___dDrU9 {
|
|
color: #fff !important;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.title___Id58q {
|
|
font-size: 16px;
|
|
line-height: 40px;
|
|
height: 30px;
|
|
}
|
|
.endTimeWrap___O3i6z {
|
|
width: 1px;
|
|
height: 1px;
|
|
overflow: hidden;
|
|
display: block;
|
|
}
|
|
.colorGray___SHbxz {
|
|
color: #888;
|
|
}
|
|
.main___t6BMk {
|
|
position: absolute;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
height: calc(100vh - 130px);
|
|
}
|
|
.loadFail___ubRWw {
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
}
|
|
.reload___m8wjw {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|
|
.failIcon___q_CjJ {
|
|
font-size: 100px;
|
|
color: #f5f5f5;
|
|
text-align: center;
|
|
}
|
|
.failWrap___EEJNl {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.failReload___SiyZT {
|
|
color: #1e8ffd;
|
|
font-size: 12px;
|
|
cursor: pointer;
|
|
margin-right: 18px;
|
|
}
|
|
.dataSetButton___H1Oqu {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 141px;
|
|
width: 38px;
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 32%;
|
|
cursor: pointer;
|
|
left: auto;
|
|
z-index: 11;
|
|
padding-top: 15px;
|
|
}
|
|
.dataSetText___p9NRw {
|
|
-webkit-writing-mode: tb-rl;
|
|
-ms-writing-mode: tb-rl;
|
|
writing-mode: tb-rl;
|
|
color: #fff;
|
|
padding-left: 10px;
|
|
}
|
|
.dataSetOpen___bT5j8 {
|
|
right: 330px;
|
|
animation-duration: 2s;
|
|
animation: mymove___qtayT 0.35s;
|
|
animation-fill-mode: forwards;
|
|
}
|
|
.footer___rdX6y {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 70px;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 900;
|
|
width: 100%;
|
|
}
|
|
.footer___rdX6y > span {
|
|
position: absolute;
|
|
left: 20px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
}
|
|
.footer___rdX6y > button {
|
|
height: 40px;
|
|
border-radius: 4px;
|
|
font-size: 16px;
|
|
}
|
|
.start___s0r2G {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
.start___s0r2G .title___Id58q {
|
|
font-size: 16px;
|
|
color: #272a3a;
|
|
}
|
|
.start___s0r2G > b {
|
|
display: inline-block;
|
|
color: #0152d9;
|
|
font-size: 30px;
|
|
margin-top: 30px;
|
|
margin-bottom: 70px;
|
|
}
|
|
.start___s0r2G .liWarp___N3c6S {
|
|
width: 774px;
|
|
max-height: 500px;
|
|
overflow-y: auto;
|
|
}
|
|
.start___s0r2G .liWarp___N3c6S .li___mKv9C {
|
|
width: 333px;
|
|
height: 30px;
|
|
line-height: 28px;
|
|
border-radius: 4px;
|
|
border: 1px solid #0152d9;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
font-size: 16px;
|
|
padding: 0 12px;
|
|
color: #0152d9;
|
|
display: inline-block;
|
|
margin: 0px 26px 23px 26px;
|
|
cursor: pointer;
|
|
}
|
|
.start___s0r2G .liWarp___N3c6S .li___mKv9C i {
|
|
margin-right: 6px;
|
|
}
|
|
.start___s0r2G .liWarp___N3c6S .li___mKv9C:hover {
|
|
line-height: 30px;
|
|
background: #0152d9;
|
|
color: #fff;
|
|
}
|
|
|
|
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Innovation/Tasks/Collaborate/components/ChangeManagerModal/index.less?modules ***!
|
|
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.title___rpaor {
|
|
margin-bottom: 15px;
|
|
color: #ff954c;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
}
|
|
.content___Hb0l5 {
|
|
margin-bottom: 15px;
|
|
background: #f7f9fd;
|
|
padding: 5px;
|
|
height: 200px;
|
|
overflow: auto;
|
|
font-size: 14px;
|
|
}
|
|
.add___THwHB {
|
|
text-align: center;
|
|
padding-top: 20%;
|
|
}
|
|
.colorBlue___yc4F8 {
|
|
color: #0152d9;
|
|
}
|
|
.radio___hn9Vt {
|
|
display: block;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ui-customization/Banner/index.less?modules ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___NeSU8 {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___ImTGl {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___BtRd9 {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___qcLe3 {
|
|
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___Ze_3q {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.banner___PoUBO {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.banner___PoUBO .content___XoDjy {
|
|
width: 1200px;
|
|
height: 212px;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: space-between;
|
|
}
|
|
.banner___PoUBO .content___XoDjy aside {
|
|
margin-top: 56px;
|
|
}
|
|
.banner___PoUBO .content___XoDjy aside p {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.banner___PoUBO .content___XoDjy aside p b {
|
|
font-size: 30px;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
letter-spacing: 4px;
|
|
margin-right: 20px;
|
|
}
|
|
.banner___PoUBO .content___XoDjy aside p span {
|
|
font-size: 16px;
|
|
color: #000000;
|
|
letter-spacing: 4px;
|
|
}
|
|
.banner___PoUBO .content___XoDjy aside .btns___Pb35j {
|
|
margin-top: 35px;
|
|
}
|
|
.banner___PoUBO .content___XoDjy aside .btns___Pb35j > div {
|
|
display: inline-block;
|
|
height: 32px;
|
|
background: #f6f7f9;
|
|
box-shadow: 0px 2px 4px 0px #e0dfe1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
|
|
border-radius: 4px;
|
|
border: 1px solid #dadbde;
|
|
font-size: 14px;
|
|
color: #3b3e47;
|
|
line-height: 30px;
|
|
margin-right: 23px;
|
|
padding: 0 16px;
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
.banner___PoUBO .content___XoDjy aside .btns___Pb35j > div:hover {
|
|
color: #165dff;
|
|
border: 1px solid #bacffe;
|
|
}
|
|
.banner___PoUBO .content___XoDjy aside .btns___Pb35j > div img {
|
|
position: absolute;
|
|
z-index: 1;
|
|
top: -21px;
|
|
right: 22px;
|
|
}
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ui-customization/CustomTags/index.less?modules ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___hG6RI {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___ss3Fh {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___K80p9 {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___qmXX3 {
|
|
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___GFV8F {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.row___aXJjm {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: flex-start;
|
|
}
|
|
.row___aXJjm .title___HUKL0 {
|
|
font-size: 14px;
|
|
color: #9096a3;
|
|
flex-shrink: 0;
|
|
width: 41px;
|
|
text-align-last: justify;
|
|
margin-top: 4px;
|
|
margin-right: 12px;
|
|
}
|
|
.row___aXJjm .tagsWrap___XB2W3 {
|
|
flex: 1 1;
|
|
position: relative;
|
|
}
|
|
.row___aXJjm .tagsWrap___XB2W3 .action___VdHb1 {
|
|
font-size: 14px;
|
|
color: #82a8ff;
|
|
width: 55px;
|
|
position: absolute;
|
|
z-index: 2;
|
|
bottom: 20px;
|
|
right: 0px;
|
|
cursor: pointer;
|
|
}
|
|
.row___aXJjm .tagsWrap___XB2W3 .action___VdHb1 i {
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
}
|
|
.row___aXJjm .tagsWrap___XB2W3 .bar___t1kKC {
|
|
max-height: 245px;
|
|
overflow: hidden;
|
|
}
|
|
.row___aXJjm .tagsWrap___XB2W3 .bar___t1kKC .tag___V7Eft > span {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
margin-left: 8px;
|
|
margin-bottom: 17px;
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
padding: 4px 12px;
|
|
}
|
|
.row___aXJjm .tagsWrap___XB2W3 .bar___t1kKC .tag___V7Eft > span .name___Hk1Ip {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
max-width: 600px;
|
|
display: inline-block;
|
|
}
|
|
.row___aXJjm .tagsWrap___XB2W3 .bar___t1kKC .tag___V7Eft > span .num___xQpcH {
|
|
margin-left: 3px;
|
|
}
|
|
.row___aXJjm .tagsWrap___XB2W3 .bar___t1kKC .tag___V7Eft > span:hover {
|
|
color: #165dff !important;
|
|
}
|
|
.row___aXJjm .tagsWrap___XB2W3 .bar___t1kKC .tag___V7Eft .active___XryTX {
|
|
color: #165dff !important;
|
|
border-radius: 2px;
|
|
background: #f6f7f9;
|
|
}
|
|
.row___aXJjm .tagsWrap___XB2W3 .bar___t1kKC::-webkit-scrollbar-thumb {
|
|
background: rgba(0, 0, 0, 0.05) !important;
|
|
border-radius: 3px;
|
|
}
|
|
.row___aXJjm .tagsWrap___XB2W3 .bar___t1kKC::-webkit-scrollbar-track {
|
|
background-color: #f6f7f9 !important;
|
|
box-shadow: none !important;
|
|
box-shadow: initial !important;
|
|
}
|
|
.row___aXJjm .tagsBorderWrap___OMxjs .bar___t1kKC {
|
|
padding-top: 8px;
|
|
border-radius: 4px;
|
|
border: 1px solid rgba(219, 220, 224, 0.5);
|
|
}
|
|
|
|
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ui-customization/SuperiorTabs/index.less?modules ***!
|
|
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___aK2n3 {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___HX0Oh {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___LJOJr {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___SCakF {
|
|
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___AYv4m {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.tabs___GTqPV {
|
|
height: 32px;
|
|
background: #f6f7f9;
|
|
box-shadow: inset 0px 1px 3px 0px #d7d8d9;
|
|
border-radius: 16px;
|
|
display: inline-block;
|
|
}
|
|
.tabs___GTqPV span {
|
|
display: inline-block;
|
|
padding: 0 20px;
|
|
line-height: 32px;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #9096a3;
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
.tabs___GTqPV span:hover {
|
|
color: #165dff;
|
|
}
|
|
.tabs___GTqPV span::after {
|
|
content: '';
|
|
position: absolute;
|
|
width: 1px;
|
|
height: calc(100% - 2px);
|
|
background: #e2e2e2;
|
|
border-radius: 4px;
|
|
z-index: 1;
|
|
left: 0;
|
|
top: 1px;
|
|
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #e2e2e2 50%, rgba(255, 255, 255, 0) 100%);
|
|
}
|
|
.tabs___GTqPV span:first-child::after,
|
|
.tabs___GTqPV .active___F26E8 + span::after {
|
|
display: none;
|
|
}
|
|
.tabs___GTqPV .active___F26E8 {
|
|
background: linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
|
|
box-shadow: 0px 0px 2px 0px #e8effb;
|
|
border-radius: 16px;
|
|
border: 1px solid #c8d2ea;
|
|
color: #165dff;
|
|
line-height: 30px;
|
|
}
|
|
.tabs___GTqPV .active___F26E8::after {
|
|
display: 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ui-customization/CustomInput/index.less?modules ***!
|
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___yX6Oa {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___t7oqF {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___dEIHy {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___taQDF {
|
|
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___xY_Lr {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.input___PW2zI {
|
|
width: 507px;
|
|
height: 38px;
|
|
background: #f6f7f9;
|
|
border-radius: 19px;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 20px;
|
|
}
|
|
.input___PW2zI .dropdown___vSy8B {
|
|
position: relative;
|
|
flex-shrink: 0;
|
|
}
|
|
.input___PW2zI .dropdown___vSy8B:hover .menu___NiyBu {
|
|
display: block;
|
|
}
|
|
.input___PW2zI .dropdown___vSy8B .text___Grueu {
|
|
color: #000000;
|
|
font-size: 14px;
|
|
cursor: default;
|
|
height: 38px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.input___PW2zI .dropdown___vSy8B .text___Grueu i {
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
transform: translateY(1px) scale(0.6);
|
|
color: #979797;
|
|
}
|
|
.input___PW2zI .dropdown___vSy8B .text___Grueu .b1___ZKryM {
|
|
display: inline-block;
|
|
width: 1px;
|
|
height: 38px;
|
|
margin-left: 15px;
|
|
margin-right: 0px;
|
|
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
|
|
}
|
|
.input___PW2zI .dropdown___vSy8B .text___Grueu .b2___aKyGa {
|
|
display: inline-block;
|
|
width: 1px;
|
|
height: 38px;
|
|
margin-left: 0px;
|
|
margin-right: 8px;
|
|
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #e2e2e2 50%, rgba(255, 255, 255, 0) 100%);
|
|
}
|
|
.input___PW2zI .dropdown___vSy8B .menu___NiyBu {
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 999;
|
|
width: auto;
|
|
left: -16px;
|
|
top: 35px;
|
|
padding: 4px;
|
|
background-color: #fff;
|
|
border-radius: 8px;
|
|
box-shadow: 0px 10px 16px 0px #cecece;
|
|
}
|
|
.input___PW2zI .dropdown___vSy8B .menu___NiyBu div {
|
|
clear: both;
|
|
margin: 0;
|
|
padding: 5px 12px;
|
|
color: rgba(0, 0, 0, 0.88);
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
text-align: left;
|
|
line-height: 1.57142857;
|
|
cursor: pointer;
|
|
transition: all 0.2s;
|
|
white-space: nowrap;
|
|
}
|
|
.input___PW2zI .dropdown___vSy8B .menu___NiyBu div:hover {
|
|
background-color: #f5f5f5;
|
|
}
|
|
.input___PW2zI > input {
|
|
flex: 1 1;
|
|
padding: 4px 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ui-customization/QuickPager/index.less?modules ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___tol8o {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___Z235C {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___Wq1sZ {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___LLxom {
|
|
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___DbMSN {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.quickPager___GM30J {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.quickPager___GM30J > div {
|
|
width: 60px;
|
|
height: 28px;
|
|
line-height: 26px;
|
|
text-align: center;
|
|
background: #f8f9fc;
|
|
border-radius: 2px;
|
|
border: 1px solid rgba(195, 207, 224, 0.5);
|
|
font-size: 12px;
|
|
color: #464f66;
|
|
margin: 0 10px;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
cursor: pointer;
|
|
}
|
|
.quickPager___GM30J > div:hover {
|
|
color: #165dff;
|
|
}
|
|
.quickPager___GM30J .disabled___Ozc8I {
|
|
background: #f3f3f5;
|
|
border: 0;
|
|
line-height: 28px;
|
|
cursor: not-allowed;
|
|
color: #cecece;
|
|
}
|
|
|
|
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ui-customization/Cards/ShixunList/index.less?modules ***!
|
|
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___FO7TP {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___LotYx {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___bWdaw {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___mVJ1o {
|
|
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___M83Mm {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.list___oOsiS {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
padding: 0;
|
|
}
|
|
.list___oOsiS .wrap___G6T7F {
|
|
height: 277px;
|
|
background: #ffffff;
|
|
box-shadow: 0px 2px 4px 0px #d6dae1;
|
|
border-radius: 8px;
|
|
position: relative;
|
|
}
|
|
.list___oOsiS .wrap___G6T7F .lockWrap___Rl79E {
|
|
position: absolute;
|
|
width: 100%;
|
|
left: 0px;
|
|
top: 0px;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
height: 100%;
|
|
z-index: 10;
|
|
display: flex;
|
|
cursor: default;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
border-radius: 8px;
|
|
}
|
|
.list___oOsiS .wrap___G6T7F .li___oZZ7l:hover .cover___b2bYW {
|
|
transform: scale(1.1);
|
|
}
|
|
.list___oOsiS .wrap___G6T7F .li___oZZ7l .img___IQX7w {
|
|
overflow: hidden;
|
|
height: calc(100% - 100px);
|
|
border-radius: 8px 8px 0 0;
|
|
position: relative;
|
|
}
|
|
.list___oOsiS .wrap___G6T7F .li___oZZ7l .img___IQX7w .cover___b2bYW {
|
|
width: 100%;
|
|
transition: all 0.5s;
|
|
}
|
|
.list___oOsiS .wrap___G6T7F .li___oZZ7l .img___IQX7w .sign___HkT6C {
|
|
position: absolute;
|
|
z-index: 1;
|
|
left: 0;
|
|
bottom: 0;
|
|
height: 30px;
|
|
}
|
|
.list___oOsiS .wrap___G6T7F .li___oZZ7l .name___SsJx8 {
|
|
height: 52px;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
color: #000000;
|
|
padding: 0 12px;
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-top: 30px;
|
|
}
|
|
.list___oOsiS .wrap___G6T7F .li___oZZ7l .name___SsJx8 .e___TMqq0 {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
max-width: 100%;
|
|
}
|
|
.list___oOsiS .wrap___G6T7F .li___oZZ7l .tags___bcjyo {
|
|
height: 45px;
|
|
display: flex;
|
|
align-items: center;
|
|
color: #000f37;
|
|
padding: 0 12px;
|
|
}
|
|
.list___oOsiS .wrap___G6T7F .li___oZZ7l .tags___bcjyo i {
|
|
color: #7d8592;
|
|
}
|
|
.list___oOsiS .wrap___G6T7F .li___oZZ7l .tags___bcjyo > span {
|
|
margin-right: 5px;
|
|
font-size: 12px;
|
|
}
|
|
.list___oOsiS .wrap___G6T7F .li___oZZ7l .tags___bcjyo .rate___YACg7 {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: auto;
|
|
}
|
|
.list___oOsiS .wrap___G6T7F .li___oZZ7l .tags___bcjyo .rate___YACg7 [class~='ant-rate-star'] {
|
|
font-size: 13px;
|
|
}
|
|
.list___oOsiS .wrap___G6T7F .li___oZZ7l .tags___bcjyo .rate___YACg7 [class~='ant-rate'] {
|
|
font-size: 12px;
|
|
margin-top: -3px;
|
|
color: #ffa100;
|
|
}
|
|
.list___oOsiS .wrap___G6T7F .li___oZZ7l .tags___bcjyo .rate___YACg7 [class~='ant-rate-star']:not(:last-child) {
|
|
margin-right: 2px;
|
|
}
|
|
|
|
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ui-customization/Cards/CourseList/index.less?modules ***!
|
|
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___AQ53o {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___i2aIa {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___sPEKB {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___GhSSH {
|
|
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___R9_Hb {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.list___jb2Ay {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
padding: 0;
|
|
}
|
|
.list___jb2Ay .wrap___VsQDr {
|
|
height: 308px;
|
|
background: #ffffff;
|
|
box-shadow: 0px 2px 4px 0px #d6dae1;
|
|
border-radius: 8px;
|
|
position: relative;
|
|
}
|
|
.list___jb2Ay .wrap___VsQDr .lockWrap___g1k1T {
|
|
position: absolute;
|
|
width: 100%;
|
|
left: 0px;
|
|
top: 0px;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
height: 100%;
|
|
z-index: 10;
|
|
display: flex;
|
|
cursor: default;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-radius: 8px;
|
|
}
|
|
.list___jb2Ay .wrap___VsQDr .li___IxCLC:hover .cover___Mu8wr {
|
|
transform: scale(1.1);
|
|
}
|
|
.list___jb2Ay .wrap___VsQDr .li___IxCLC .img___IpFLA {
|
|
overflow: hidden;
|
|
height: calc(100% - 131px);
|
|
border-radius: 8px 8px 0 0;
|
|
}
|
|
.list___jb2Ay .wrap___VsQDr .li___IxCLC .img___IpFLA .cover___Mu8wr {
|
|
width: 100%;
|
|
transition: all 0.5s;
|
|
}
|
|
.list___jb2Ay .wrap___VsQDr .li___IxCLC .img___IpFLA .bq___Bil0T {
|
|
margin-right: 10px;
|
|
width: 64px;
|
|
height: 22px;
|
|
background: rgba(0, 0, 0, 0.3);
|
|
color: #D9C7AB;
|
|
border-radius: 2px;
|
|
padding: 0px 8px;
|
|
font-size: 12px;
|
|
line-height: 22px;
|
|
}
|
|
.list___jb2Ay .wrap___VsQDr .li___IxCLC .img___IpFLA .sign___DXJ4d {
|
|
width: 52px;
|
|
text-align: center;
|
|
position: absolute;
|
|
z-index: 2;
|
|
left: 0;
|
|
top: 7px;
|
|
color: #ffffff;
|
|
}
|
|
.list___jb2Ay .wrap___VsQDr .li___IxCLC .name___l7FoJ {
|
|
height: 52px;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
color: #000000;
|
|
padding: 0 12px;
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-top: 30px;
|
|
}
|
|
.list___jb2Ay .wrap___VsQDr .li___IxCLC .name___l7FoJ .e___pXQUG {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
max-width: 100%;
|
|
}
|
|
.list___jb2Ay .wrap___VsQDr .li___IxCLC .unit___wCIFR {
|
|
font-size: 14px;
|
|
color: #000f37;
|
|
padding: 0px 12px;
|
|
margin-top: 8px;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
max-width: 100%;
|
|
}
|
|
.list___jb2Ay .wrap___VsQDr .li___IxCLC .unit___wCIFR i {
|
|
color: #7d8592;
|
|
}
|
|
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil {
|
|
height: 34px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
color: #000f37;
|
|
padding: 0px 12px;
|
|
}
|
|
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div > span {
|
|
margin-right: 12px;
|
|
font-size: 12px;
|
|
}
|
|
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil div i {
|
|
color: #7d8592;
|
|
}
|
|
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag1___dxm7r,
|
|
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
|
|
height: 18px;
|
|
padding: 3px 6px;
|
|
font-size: 12px;
|
|
border-radius: 2px;
|
|
border: 1px solid #FFE6AB;
|
|
color: #CA7720;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-weight: 400;
|
|
}
|
|
.list___jb2Ay .wrap___VsQDr .li___IxCLC .tags___w_Mil .tag2___llZkf {
|
|
border: 1px solid #D6F7EF;
|
|
color: #01795d;
|
|
margin-left: 6px;
|
|
}
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ui-customization/Cards/ClassroomList/index.less?modules ***!
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___eMcr7 {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___HcNca {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___ZnvVN {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___fdgDf {
|
|
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___SEKvd {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.list___L1hmU {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
padding: 0;
|
|
}
|
|
.list___L1hmU .wrap___pKgcW {
|
|
height: 270px;
|
|
background: #ffffff;
|
|
box-shadow: 0px 1px 4px 0px #d6dae1;
|
|
border-radius: 8px;
|
|
position: relative;
|
|
}
|
|
.list___L1hmU .wrap___pKgcW:hover .lockWrap___SMhkK {
|
|
display: flex;
|
|
}
|
|
.list___L1hmU .wrap___pKgcW .lockWrap___SMhkK {
|
|
position: absolute;
|
|
z-index: 10;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
|
|
border-radius: 8px;
|
|
display: none;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.list___L1hmU .wrap___pKgcW .lockWrap___SMhkK div {
|
|
width: 116px;
|
|
height: 36px;
|
|
border-radius: 18px;
|
|
border: 1px solid #ffffff;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
color: #ffffff;
|
|
line-height: 34px;
|
|
text-align: center;
|
|
margin: 10px 0;
|
|
cursor: pointer;
|
|
}
|
|
.list___L1hmU .wrap___pKgcW .lockWrap___SMhkK div:hover {
|
|
box-shadow: 0px 0px 4px 0px #4f85ff;
|
|
border: 1px solid #c2d3f8;
|
|
}
|
|
.list___L1hmU .wrap___pKgcW .top___udHSB {
|
|
height: calc(100% - 50px);
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
padding: 0 24px;
|
|
position: relative;
|
|
}
|
|
.list___L1hmU .wrap___pKgcW .top___udHSB .sign___uwRpq {
|
|
position: absolute;
|
|
z-index: 1;
|
|
width: 44px;
|
|
height: 22px;
|
|
background: #ffe9c1;
|
|
border-radius: 8px 0px 13px 0px;
|
|
left: 0;
|
|
top: 0;
|
|
color: #a45204;
|
|
text-align: center;
|
|
line-height: 22px;
|
|
}
|
|
.list___L1hmU .wrap___pKgcW .top___udHSB .name___Fpf90 {
|
|
font-weight: 600;
|
|
color: #333333;
|
|
margin-top: 25px;
|
|
font-size: 16px;
|
|
white-space: normal;
|
|
text-align: center;
|
|
-webkit-box-orient: vertical;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
line-height: 26px;
|
|
height: 48px;
|
|
}
|
|
.list___L1hmU .wrap___pKgcW .top___udHSB .img___AMLhL {
|
|
width: 60px;
|
|
height: 60px;
|
|
border-radius: 30px;
|
|
margin-top: 14px;
|
|
}
|
|
.list___L1hmU .wrap___pKgcW .top___udHSB .text___KiTb7 {
|
|
font-size: 14px;
|
|
color: #333333;
|
|
margin-top: 8px;
|
|
width: 98%;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.list___L1hmU .wrap___pKgcW .top___udHSB .btns___i6IuZ {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 12px;
|
|
}
|
|
.list___L1hmU .wrap___pKgcW .top___udHSB .btns___i6IuZ div {
|
|
width: 76px;
|
|
background: #ffffff;
|
|
height: 26px;
|
|
border-radius: 13px;
|
|
border: 1px solid #d6f7ef;
|
|
font-size: 14px;
|
|
color: #01795d;
|
|
line-height: 24px;
|
|
text-align: center;
|
|
margin: 0 10px;
|
|
}
|
|
.list___L1hmU .wrap___pKgcW .top___udHSB .btns___i6IuZ aside {
|
|
width: 76px;
|
|
background: #ffffff;
|
|
height: 26px;
|
|
border-radius: 13px;
|
|
border: 1px solid #ffe9c1;
|
|
font-size: 14px;
|
|
color: #a45204;
|
|
line-height: 24px;
|
|
text-align: center;
|
|
margin: 0 10px;
|
|
}
|
|
.list___L1hmU .wrap___pKgcW .bottom____k2sh {
|
|
height: 50px;
|
|
border-top: 1px solid #f5f5f5;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 12px;
|
|
}
|
|
.list___L1hmU .wrap___pKgcW .bottom____k2sh > div {
|
|
margin-left: auto;
|
|
}
|
|
.list___L1hmU .wrap___pKgcW .bottom____k2sh > span {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-right: 12px;
|
|
color: #999999;
|
|
}
|
|
.list___L1hmU .wrap___pKgcW .bottom____k2sh > span i {
|
|
font-size: 14px;
|
|
font-size: 12px;
|
|
color: #999999;
|
|
margin-right: 6px;
|
|
}
|
|
|
|
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ui-customization/CustomTabs/index.less?modules ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___d27mZ {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___qfRU9 {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___fCRld {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___ORMV8 {
|
|
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___PNKtZ {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.tabs___alpa7 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: 1px solid #dbdce0;
|
|
height: 54px;
|
|
}
|
|
.tabs___alpa7 .tabsWrap___aCQjw {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|
|
.tabs___alpa7 .tabsWrap___aCQjw .tab___MKLr4 {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-right: 40px;
|
|
height: 100%;
|
|
cursor: pointer;
|
|
}
|
|
.tabs___alpa7 .tabsWrap___aCQjw .tab___MKLr4 > div {
|
|
position: relative;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #5f6368;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|
|
.tabs___alpa7 .tabsWrap___aCQjw .tab___MKLr4 .active___nl_4v {
|
|
font-weight: 500;
|
|
color: #202124;
|
|
}
|
|
.tabs___alpa7 .tabsWrap___aCQjw .tab___MKLr4 .active___nl_4v:after {
|
|
position: absolute;
|
|
content: '';
|
|
width: 100%;
|
|
z-index: 4;
|
|
border-radius: 2px;
|
|
left: 0px;
|
|
bottom: 0px;
|
|
height: 3px;
|
|
background: #202124;
|
|
border-radius: 100px 100px 0px 0px;
|
|
}
|
|
|
|
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ui-customization/SuperiorSort/index.less?modules ***!
|
|
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___e6HxQ {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___RnXYe {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___lVxPk {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___bu8yv {
|
|
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___JczGj {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.orderWrap___ZfyGX {
|
|
display: box;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.orderIconWrap___XTB_O {
|
|
display: box;
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
color: #999999;
|
|
}
|
|
.orderAsc___KWHmA {
|
|
flex-direction: column;
|
|
text-align: center;
|
|
height: 10px;
|
|
line-height: 10px;
|
|
display: inline-block;
|
|
margin-top: 9px;
|
|
transform: translateY(2px);
|
|
}
|
|
.orderDesc___rHdbB {
|
|
flex-direction: column;
|
|
text-align: center;
|
|
height: 10px;
|
|
line-height: 10px;
|
|
display: table;
|
|
}
|
|
.active___a7eSP {
|
|
color: #232b40 !important;
|
|
}
|
|
.cursorPointer___gs9kL {
|
|
cursor: pointer;
|
|
color: #d8d8d8;
|
|
height: 10px;
|
|
}
|
|
.orderTextWrap___teAKn {
|
|
font-size: 14px;
|
|
color: #3b3e47;
|
|
cursor: pointer;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ui-customization/CustomButton/index.less?modules ***!
|
|
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___LCi0B {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___hzONe {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___ZyQRE {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___XKM74 {
|
|
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___p8LCU {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.btn___In02G.mediacy-round___uveEv {
|
|
height: 36px;
|
|
border-radius: 36px;
|
|
}
|
|
.btn___In02G.mediacy-default___dDxsd {
|
|
height: 36px;
|
|
border-radius: 4px;
|
|
}
|
|
.btn___In02G .default___K791v {
|
|
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: 1px solid #bacffe;
|
|
font-size: 14px;
|
|
padding: 0 15px;
|
|
color: #3061d0;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
button[class~='ant-btn-default']:not(:disabled).btn___In02G {
|
|
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: 1px solid #bacffe;
|
|
font-size: 14px;
|
|
padding: 0 15px;
|
|
color: #3061d0;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
button[class~='ant-btn-default']:not(:disabled).btn___In02G:hover {
|
|
color: #165dff;
|
|
border: 1px solid #165dff;
|
|
}
|
|
button[class~='ant-btn-default']:disabled.btn___In02G {
|
|
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: 1px solid #bacffe;
|
|
font-size: 14px;
|
|
padding: 0 15px;
|
|
color: #3061d0;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
opacity: 50%;
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ui-customization/HeadBack/index.less?modules ***!
|
|
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___TB7bQ {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___oBlTb {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___b5XbB {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___CNhe7 {
|
|
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___yHXKW {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.head___ghH72 {
|
|
height: 54px;
|
|
border-bottom: 1px solid #DBDCE0;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.head___ghH72 > span {
|
|
color: #999999;
|
|
font-size: 12px;
|
|
cursor: pointer;
|
|
flex-shrink: 0;
|
|
}
|
|
.head___ghH72 > b {
|
|
font-weight: 500;
|
|
color: #232B40;
|
|
margin-left: 30px;
|
|
font-size: 14px;
|
|
flex: 1 1;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.head___ghH72 .node___mjPEy {
|
|
margin-left: auto;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ui-customization/ConfirmAndCancel/index.less?modules ***!
|
|
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___AlHuF {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___vN2LW {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___Ac7D2 {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___y38I7 {
|
|
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___iQE6P {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.btns___sNgTb {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.btns___sNgTb .confirm___Ozirl {
|
|
height: 38px;
|
|
background: #3061D0;
|
|
border-radius: 2px;
|
|
color: #FFFFFF;
|
|
padding: 0 34px;
|
|
}
|
|
.btns___sNgTb .cancel___aiq1I {
|
|
height: 38px;
|
|
background: #F8F9FC;
|
|
border-radius: 2px;
|
|
opacity: 0.5;
|
|
border: 1px solid #C3CFE0;
|
|
font-size: 14px;
|
|
color: #464F66;
|
|
margin-left: 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ui-customization/FixedBottom/index.less?modules ***!
|
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___jkpdr {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___OtsL8 {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___rbcb_ {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___zBR21 {
|
|
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___nS_eP {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.fixedBottom___oJl7m {
|
|
width: 100%;
|
|
height: 70px;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px -3px 16px 0px rgba(219, 219, 219, 0.5);
|
|
position: fixed;
|
|
z-index: 1000;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
.fixedBottom___oJl7m .wrap___A3Oq1 {
|
|
width: 1200px;
|
|
height: 100%;
|
|
margin: auto;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.fixedBottom___oJl7m .wrap___A3Oq1 .center____VL1y {
|
|
flex: 1 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ui-customization/CustomCrumbs/index.less?modules ***!
|
|
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___tY8Yn {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___vHdYA {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___pa61F {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___HyDXt {
|
|
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___UjZek {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.crumbs___V41Oe {
|
|
margin: 15px auto 25px auto;
|
|
width: 1200px;
|
|
cursor: default;
|
|
}
|
|
.crumbs___V41Oe span {
|
|
font-size: 12px;
|
|
color: #C5C5C5;
|
|
}
|
|
.crumbs___V41Oe .hover___bEIVd {
|
|
cursor: pointer;
|
|
}
|
|
.crumbs___V41Oe .hover___bEIVd:hover {
|
|
color: #5F6368;
|
|
}
|
|
|
|
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/ui-customization/reset.less?modules ***!
|
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___vG4eV {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___qVVxe {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___P8Z8s {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___VMme3 {
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-webkit-align-items: center;
|
|
-webkit-box-align: center;
|
|
-webkit-box-pack: end;
|
|
box-align: center;
|
|
box-pack: end;
|
|
}
|
|
.flex_box_column___VMHwm {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.dropdownmenus___oVzoj {
|
|
width: 104px;
|
|
}
|
|
.dropdownmenus___oVzoj [class~='ant-dropdown-menu-item'] {
|
|
text-align: center;
|
|
}
|
|
.dropdownmenus___oVzoj [class~='ant-dropdown-menu-item']:hover {
|
|
color: #165dff !important;
|
|
background: #fff;
|
|
}
|
|
.dropdownmenus___oVzoj [class~='ant-dropdown-menu'] {
|
|
padding: 10px 0 !important;
|
|
}
|
|
.popupClassNames___OcZq7 {
|
|
background: yellow;
|
|
}
|
|
.selectdown___mmcA8 [class~='ant-select-item-option-selected'] {
|
|
font-weight: 400 !important;
|
|
background-color: #edf2ff !important;
|
|
}
|
|
.selectdown___mmcA8 [class~='ant-select-item-option-active'] {
|
|
color: #165dff !important;
|
|
background-color: #fff !important;
|
|
}
|
|
.selectdown___mmcA8 [class~='ant-select-item-option'] {
|
|
padding: 10px 24px;
|
|
}
|
|
|
|
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Innovation/Tasks/Collaborate/index.less?modules ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.bg___Onnmh {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
margin-bottom: 80px;
|
|
margin-top: 30px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.wrap___VTtdp {
|
|
width: 100%;
|
|
}
|
|
.modal___MArZa {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
}
|
|
.content___a69LK {
|
|
background-color: #ffffff;
|
|
}
|
|
.head____zVzr {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 76px;
|
|
border-bottom: 1px solid #f4f4f4;
|
|
}
|
|
.headCount___GhK7o {
|
|
height: 16px;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
line-height: 16px;
|
|
margin-left: 40px;
|
|
}
|
|
.button___DoAh3 {
|
|
width: 114px;
|
|
height: 32px;
|
|
text-align: center;
|
|
border-radius: 2px;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
cursor: pointer;
|
|
}
|
|
.itemWrap___UR35k {
|
|
display: flex;
|
|
flex-direction: row;
|
|
padding: 20px 40px;
|
|
border-bottom: 1px solid #eee;
|
|
cursor: default;
|
|
}
|
|
.imgWrap___DpS0R {
|
|
margin-right: 20px;
|
|
position: relative;
|
|
}
|
|
.img___N9se3 {
|
|
border-radius: 50%;
|
|
}
|
|
.manager___m4Mzg {
|
|
display: inline-block;
|
|
position: absolute;
|
|
bottom: 13px;
|
|
left: 2px;
|
|
width: 44px;
|
|
height: 18px;
|
|
background: #0152d9;
|
|
color: #fff;
|
|
font-size: 10px;
|
|
text-align: center;
|
|
border-bottom-right-radius: 28px;
|
|
border-bottom-left-radius: 31px;
|
|
}
|
|
.itemContent___Ut7hr {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1 1;
|
|
}
|
|
.nameWrap___y73uS {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
margin-bottom: 1em;
|
|
}
|
|
.name___hJUHg {
|
|
color: #000000;
|
|
font-size: 16px;
|
|
}
|
|
.actionGroup___QEytf {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
.deleteIcon___XGFcN {
|
|
color: #bbbbbb;
|
|
cursor: pointer;
|
|
font-size: 18px;
|
|
}
|
|
.deleteIcon___XGFcN:hover {
|
|
color: #ff5555;
|
|
}
|
|
.schoolWrap___qsoOp {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
color: #b2b2b2;
|
|
font-size: 12px;
|
|
}
|
|
.school___yh8l2 {
|
|
max-width: 450px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
cursor: default;
|
|
}
|
|
.countWrap___MQKPn {
|
|
text-align: center;
|
|
margin-top: 30px;
|
|
}
|
|
.deletetitle___nAICN {
|
|
color: #e53333;
|
|
font-size: 16px !important ;
|
|
}
|
|
.deletetitle___nAICN:hover {
|
|
color: #ff5555;
|
|
}
|
|
.yseTitle___t5fzp {
|
|
font-size: 16px !important;
|
|
color: #0152d9;
|
|
}
|
|
|
|
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Header/index.less?modules ***!
|
|
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___et8xE {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___GBGuw {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center____6P1q {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___whXw6 {
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-webkit-align-items: center;
|
|
-webkit-box-align: center;
|
|
-webkit-box-pack: end;
|
|
box-align: center;
|
|
box-pack: end;
|
|
}
|
|
.flex_box_column___mWgI_ {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.header___Wn4fJ {
|
|
min-width: 1200px;
|
|
position: relative;
|
|
}
|
|
.header___Wn4fJ [class~='ant-layout-header'] {
|
|
padding: 0;
|
|
height: 72px;
|
|
background: #24292f;
|
|
}
|
|
.header___Wn4fJ .logo___QnotM {
|
|
height: 36px;
|
|
margin-right: 40px;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR {
|
|
margin: 0;
|
|
padding: 0;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li {
|
|
margin-right: 30px;
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li .dropDown___Cwaoa {
|
|
background: #ffffff;
|
|
box-shadow: 0px 10px 16px 0px #cecece;
|
|
border-radius: 6px;
|
|
position: absolute;
|
|
z-index: 999;
|
|
left: -20px;
|
|
top: 50px;
|
|
padding: 20px;
|
|
line-height: 1.5;
|
|
display: none;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li .dropDown___Cwaoa .line___D1auu {
|
|
width: 100%;
|
|
height: 1px;
|
|
background: #dbdce0;
|
|
margin: 24px 0;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li .dropDown___Cwaoa .subName___gql7K {
|
|
cursor: pointer;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li .dropDown___Cwaoa .subName___gql7K:hover aside {
|
|
color: #165dff;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li .name___dR5V2 {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 50px;
|
|
cursor: pointer;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li .name___dR5V2 span {
|
|
font-size: 16px;
|
|
color: #ffffff;
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li .name___dR5V2 span b {
|
|
color: #d4443c;
|
|
transform: translate(2px, -7px);
|
|
display: inline-block;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li .name___dR5V2 i {
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
transform: translateY(1px) scale(0.6);
|
|
color: #979797;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li:hover .name___dR5V2 span {
|
|
color: #c5c5c5;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li:hover .dropDown___Cwaoa {
|
|
display: block;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li.actived___ohMks .name___dR5V2 span {
|
|
color: #c5c5c5;
|
|
}
|
|
.header___Wn4fJ .menu___twLGR li.actived___ohMks .name___dR5V2 span::after {
|
|
content: '';
|
|
width: 100%;
|
|
height: 2px;
|
|
background: #c5c5c5;
|
|
position: absolute;
|
|
bottom: 12px;
|
|
left: 0;
|
|
border-radius: 1px;
|
|
}
|
|
.header___Wn4fJ .edu-menu___iWLK0 {
|
|
display: flex;
|
|
width: 100%;
|
|
height: 72px;
|
|
width: 1200px;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin: 0 auto;
|
|
}
|
|
.header___Wn4fJ .newslight___lSZjL {
|
|
width: 5px;
|
|
height: 5px;
|
|
border-radius: 5px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 10px;
|
|
background: #fb3226;
|
|
}
|
|
.header___Wn4fJ .classromediv___knFRv {
|
|
animation: glow___gzrPH 200ms ease-out infinite alternate;
|
|
}
|
|
.spandiv___Gm_hg {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
background: rgba(0, 255, 249, 0.2);
|
|
width: 80px;
|
|
}
|
|
.header-iearning___LZfyg {
|
|
min-width: 1200px;
|
|
height: 60px;
|
|
width: 100%;
|
|
background-color: rgba(255, 255, 255, 0.8) !important;
|
|
box-shadow: 0px 2px 10px 0px rgba(136, 136, 136, 0.5);
|
|
position: fixed;
|
|
top: 0px;
|
|
left: 0px;
|
|
z-index: 1000;
|
|
}
|
|
.header-iearning___LZfyg .logo___QnotM {
|
|
height: 36px;
|
|
}
|
|
.header-iearning___LZfyg [class~='ant-layout-header'] {
|
|
padding: 0;
|
|
height: 60px;
|
|
color: #000;
|
|
color: initial;
|
|
background: transparent;
|
|
}
|
|
.header-iearning___LZfyg .menu___twLGR {
|
|
margin: 0;
|
|
padding: 0;
|
|
margin-left: auto;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.header-iearning___LZfyg .menu___twLGR li {
|
|
margin-right: 30px;
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.header-iearning___LZfyg .menu___twLGR li:hover a {
|
|
color: #828383;
|
|
}
|
|
.header-iearning___LZfyg .menu___twLGR li.actived___ohMks a {
|
|
color: #196efd;
|
|
}
|
|
.header-iearning___LZfyg .menu___twLGR li.actived___ohMks::after {
|
|
content: '';
|
|
width: 28px;
|
|
height: 4px;
|
|
background-color: #196efd;
|
|
position: absolute;
|
|
bottom: 10px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.header-iearning___LZfyg .menu___twLGR li a {
|
|
color: #434d6c;
|
|
position: relative;
|
|
font-size: 16px;
|
|
}
|
|
.header-iearning___LZfyg .edu-menu___iWLK0 {
|
|
display: flex;
|
|
width: 100%;
|
|
padding: 0 20px;
|
|
height: 60px;
|
|
min-width: 1200px;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.header-iearning___LZfyg .newslight___lSZjL {
|
|
width: 5px;
|
|
height: 5px;
|
|
border-radius: 5px;
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 10px;
|
|
background: #fb3226;
|
|
}
|
|
.header-iearning___LZfyg .classromediv___knFRv {
|
|
animation: glow___gzrPH 200ms ease-out infinite alternate;
|
|
}
|
|
.header-iearning___LZfyg .title___Ozzjk {
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
color: #196efd;
|
|
margin-left: 10px;
|
|
}
|
|
.headerFixed___QLwBd {
|
|
position: fixed;
|
|
top: 0px;
|
|
z-index: 999;
|
|
width: 100%;
|
|
}
|
|
.headerFixed___QLwBd + section {
|
|
padding-top: 60px;
|
|
}
|
|
@keyframes glow___gzrPH {
|
|
0% {
|
|
border-color: #00fff9;
|
|
background: rgba(0, 255, 249, 0.2);
|
|
box-shadow: 0 0 5px rgba(0, 255, 249, 0.2);
|
|
}
|
|
100% {
|
|
border-color: #00fff9;
|
|
background: rgba(0, 255, 249, 0.2);
|
|
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
|
|
}
|
|
}
|
|
|
|
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/Header/search-input.less ***!
|
|
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.search-input {
|
|
width: 300px !important;
|
|
background: #373e3f !important;
|
|
border: 1px solid #373e3f !important;
|
|
}
|
|
.search-input [class~='ant-input'] {
|
|
background: #373e3f !important;
|
|
color: #fff;
|
|
}
|
|
.search-input .ant-input-search-icon::before {
|
|
border-left: none;
|
|
}
|
|
.search-input .ant-input-search-icon {
|
|
color: #999;
|
|
}
|
|
.search-bar {
|
|
color: white;
|
|
flex: 1 0 auto;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
position: relative;
|
|
}
|
|
.search-bar a:hover {
|
|
color: #fff;
|
|
}
|
|
|
|
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/AuthModal/index.less?modules ***!
|
|
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.tilte___IfiMG {
|
|
color: #333333;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
}
|
|
.flexRow___pQP78 {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 30px;
|
|
}
|
|
.flexColumn___xrBZQ {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.footerWrap___C5kCC {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.img___GoWZu {
|
|
width: 40px;
|
|
height: 37px;
|
|
vertical-align: middle;
|
|
border-style: none;
|
|
}
|
|
.content___pumTK {
|
|
font-size: 14px;
|
|
color: #979797;
|
|
margin-top: 15px;
|
|
}
|
|
.modalContent___XvHiZ {
|
|
text-align: center;
|
|
margin-top: 10px;
|
|
color: #333333;
|
|
font-size: 16px;
|
|
}
|
|
|
|
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Header/components/Join/index.less?modules ***!
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___cltIf {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___fKr_O {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center____QfiA {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___ysqmH {
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-webkit-align-items: center;
|
|
-webkit-box-align: center;
|
|
-webkit-box-pack: end;
|
|
box-align: center;
|
|
box-pack: end;
|
|
}
|
|
.flex_box_column___CfE8K {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.rightMenu___ADTOX {
|
|
width: 120px;
|
|
text-align: center;
|
|
}
|
|
.rightMenu___ADTOX li {
|
|
padding: 0 15px;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
background: none !important;
|
|
}
|
|
.rightMenu___ADTOX li:hover {
|
|
background: #0152d9 !important;
|
|
}
|
|
.rightMenu___ADTOX li:hover a {
|
|
color: white !important;
|
|
}
|
|
.rightMenu___ADTOX li a {
|
|
font-size: 14px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.joinMenu___aRGsf {
|
|
padding: 0 0;
|
|
width: 240px;
|
|
}
|
|
.joinMenu___aRGsf a {
|
|
color: #323232;
|
|
}
|
|
.joinBoard___AeUvr {
|
|
border: 1px solid #eee;
|
|
width: 1px;
|
|
height: 100%;
|
|
}
|
|
.joinCol___fV4uL {
|
|
width: 48%;
|
|
}
|
|
|
|
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Header/components/User/index.less?modules ***!
|
|
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___YbxYn {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___Atwkg {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center____I6AC {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___LrYPg {
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-webkit-align-items: center;
|
|
-webkit-box-align: center;
|
|
-webkit-box-pack: end;
|
|
box-align: center;
|
|
box-pack: end;
|
|
}
|
|
.flex_box_column___j7QNF {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.userPic___a46Uz {
|
|
width: 34px;
|
|
height: 34px;
|
|
border-radius: 34px;
|
|
cursor: pointer;
|
|
}
|
|
.rightMenu___y_nqk {
|
|
text-align: center;
|
|
}
|
|
.rightMenu___y_nqk li {
|
|
padding: 0;
|
|
}
|
|
.rightMenu___y_nqk li:hover {
|
|
background: #0152d9;
|
|
}
|
|
.rightMenu___y_nqk li:hover a {
|
|
color: white;
|
|
}
|
|
.rightMenu___y_nqk li a {
|
|
font-size: 14px;
|
|
margin: 0;
|
|
}
|
|
[id="educoder"] .menuWrap___iwlZB {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
border-radius: 2px;
|
|
}
|
|
[id="educoder"] .menuWrap___iwlZB li {
|
|
height: 35px;
|
|
padding: 0 !important;
|
|
}
|
|
[id="educoder"] .menuWrap___iwlZB li [class~='ant-dropdown-menu-title-content'] {
|
|
flex: none !important;
|
|
}
|
|
[id="educoder"] .menuWrap___iwlZB li a {
|
|
margin: 0px;
|
|
color: #323232;
|
|
text-align: left;
|
|
padding: 0px 15px;
|
|
line-height: 35px;
|
|
}
|
|
.exit___MOREW {
|
|
border-top: 1px solid #eeeeee;
|
|
}
|
|
.classromediv___crYsO {
|
|
width: 60px;
|
|
height: 50px;
|
|
display: flex;
|
|
align-items: center;
|
|
border-radius: 50px;
|
|
cursor: pointer;
|
|
animation: glow___jMGk7 200ms ease-out infinite alternate;
|
|
}
|
|
@keyframes glow___jMGk7 {
|
|
0% {
|
|
border-color: #00fff9;
|
|
text-align: center;
|
|
box-shadow: 0 0 5px rgba(0, 255, 249, 0.2);
|
|
}
|
|
100% {
|
|
border-color: #00fff9;
|
|
text-align: center;
|
|
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
|
|
}
|
|
}
|
|
.height67___asp2E {
|
|
height: 67px;
|
|
}
|
|
.login___WGEW9 {
|
|
width: 90px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
text-align: center;
|
|
background: linear-gradient(135deg, #6c7bfd 0%, #3a45fa 100%);
|
|
border-radius: 2px;
|
|
cursor: pointer;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
}
|
|
.login___WGEW9 > span {
|
|
padding: 0 !important;
|
|
}
|
|
.icon___HABAt {
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
transform: translateY(3px) scale(0.6);
|
|
color: #979797;
|
|
}
|
|
|