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

199 lines
5.9 KiB

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/tasks/vnc-view/index.less ***!
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.vnc-panel-wrapper {
position: relative;
height: calc(100vh - 105px);
overflow: hidden;
}
.vnc-panel-wrapper.full-screen {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 200;
height: 100vh;
background: white;
}
.vnc-panel-wrapper-windows {
position: relative;
height: calc(90vh);
overflow: hidden;
}
.vnc-panel-wrapper-windows .btn-vnc-resize {
position: absolute;
right: 16px;
top: 48px;
z-index: 101;
color: #fff;
}
.vnc-panel-wrapper-windows.full-screen {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 200;
height: 100vh;
background: white;
}
.vnc-panel {
height: 100%;
margin: 0 auto;
min-height: 500px;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/User/Detail/LearningPath/index.less?modules ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___ncKvk {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___PkV7C {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___Z_0oH {
align-items: center;
box-align: center;
}
.flex_box_center_end___QEXUZ {
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___KwQLG {
flex-direction: column;
box-orient: block-axis;
}
button {
margin: 0;
padding: 0;
border: 1px solid transparent;
outline: none;
background-color: transparent;
}
button:active {
opacity: 0.6;
}
.flex-col___nfDfP {
display: flex;
flex-direction: column;
}
.flex-row___yuuoy {
display: flex;
flex-direction: row;
}
.justify-start___Ns1yo {
display: flex;
justify-content: flex-start;
}
.justify-center___ikvDR {
display: flex;
justify-content: center;
}
.justify-end___yXeIm {
display: flex;
justify-content: flex-end;
}
.justify-evenly___qLy_g {
display: flex;
justify-content: space-evenly;
}
.justify-around___c6aEn {
display: flex;
justify-content: space-around;
}
.justify-between___e0Hjx {
display: flex;
justify-content: space-between;
}
.align-start___pzECK {
display: flex;
align-items: flex-start;
}
.align-center___jzohh {
display: flex;
align-items: center;
}
.align-end___Y9ScK {
display: flex;
align-items: flex-end;
}
button {
margin: 0;
padding: 0;
border: 1px solid transparent;
outline: none;
background-color: transparent;
}
button:active {
opacity: 0.6;
}
.flex-col___nfDfP {
display: flex;
flex-direction: column;
}
.flex-row___yuuoy {
display: flex;
flex-direction: row;
}
.justify-start___Ns1yo {
display: flex;
justify-content: flex-start;
}
.justify-center___ikvDR {
display: flex;
justify-content: center;
}
.justify-end___yXeIm {
display: flex;
justify-content: flex-end;
}
.justify-evenly___qLy_g {
display: flex;
justify-content: space-evenly;
}
.justify-around___c6aEn {
display: flex;
justify-content: space-around;
}
.justify-between___e0Hjx {
display: flex;
justify-content: space-between;
}
.align-start___pzECK {
display: flex;
align-items: flex-start;
}
.align-center___jzohh {
display: flex;
align-items: center;
}
.align-end___Y9ScK {
display: flex;
align-items: flex-end;
}
.ul___F_zFi {
padding-left: 0;
padding-right: 20px;
}
.ul___F_zFi li {
height: 40px;
line-height: 40px;
overflow: hidden;
text-overflow: ellipsis;
margin-left: 20px;
border-bottom: 1px solid #e0e0e0;
}