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__MoopCases__InfoPanel__in...

261 lines
8.4 KiB

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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.88@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.88@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/PreviewAll/index.less?modules ***!
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wrp___dq7YK {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 108;
}
.wrp___dq7YK.bgBlack___ARIUV {
background: rgba(0, 0, 0, 0.5);
}
.wrp___dq7YK img,
.wrp___dq7YK video {
max-width: 100%;
max-height: 80%;
text-align: center;
}
.wrp___dq7YK iframe {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: #fff;
border: none;
}
.monaco___VnZC3 {
position: absolute;
height: 100%;
width: 100%;
}
.darkBlue___UprA9 * {
font-size: 14px;
}
.darkBlue___UprA9 [class~='margin'],
.darkBlue___UprA9 [class~='monaco-editor-background'] {
background: #0a0e2d !important;
}
.darkBlue___UprA9 [class~='line-numbers'] {
color: white !important;
}
.close___LKoWu {
position: absolute;
right: 40px;
top: 40px;
z-index: 10;
display: flex;
}
.close___LKoWu > span {
background: #4a4a4a;
color: #fff;
width: 40px;
height: 40px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
margin-left: 10px;
}
.embed___hvpEJ {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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.88@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./src/components/monaco-editor/index.css ***!
\********************************************************************************************************************************************************************************************************************************************************************************************/
.my-monaco-editor div,
.my-diff-editor div {
font-size: inherit;
}
.my-error-line-wrp {
width: calc(100% - 20px) !important;
background: rgba(245, 0, 0, 0.2) !important;
height: auto !important;
color: rgba(245, 0, 0, 1);
}
.noCopyPaste .quick-input-widget {
display: none !important;
}
.breakpoints-select {
background: #FF0000;
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.breakpoints-fake {
background: rgba(255, 0, 0, 0.5);
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.highlighted-line {
background: #4B4B18;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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.88@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.88@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/MoopCases/InfoPanel/index.less ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.moop-info {
width: 1200px;
margin: 0 auto;
}
.moop-info .crumb {
margin: 10px 0 20px 0;
line-height: 20px;
}
.moop-info h2 {
font-size: 22px;
line-height: 40px;
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.moop-info .title {
overflow: hidden;
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
}
.moop-info .title a {
font-size: 14px;
text-align: right;
}
.moop-info-body {
padding: 30px;
background: #fff;
}
.moop-info-body .attachment {
list-style: none;
margin: 10px 0 0 0;
padding: 0;
}
.moop-info-body .attachment .iconfont {
color: #29bd8b;
margin-right: 10px;
}
.moop-info-body .attachment a {
display: flex;
flex-flow: row nowrap;
align-items: center;
color: rgba(0, 0, 0, 0.65);
}
.moop-info-body .attachment a span {
margin-right: 10px;
}
.moop-info-body .sum {
width: 100%;
color: #999;
display: flex;
flex-flow: row nowrap;
align-items: center;
font-size: 14px;
}
.moop-info-body .sum span:first-child {
flex: 1 0 auto;
}
.moop-info-body .sum span {
margin-right: 15px;
}
.moop-info-body .desc {
font-size: 16px;
flex: 1 0 auto;
}
.moop-info-body .desc .flex-container > span {
flex: 1 0 auto;
}
.moop-sub-title {
display: flex;
flex-flow: row nowrap;
align-items: center;
margin-bottom: 10px;
}
.moop-sub-title img {
border-radius: 25px;
margin-right: 15px;
}
.praise {
width: 70px;
height: 70px;
background-color: #0152d9;
border-radius: 50%;
color: #fff;
text-align: center;
margin: 20px auto;
cursor: pointer;
line-height: 22px;
border: 0px solid transparent;
outline: none;
display: block;
}
.praise span {
display: block;
}
.praise:disabled {
background: #bcd1e3;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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.88@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./src/pages/MoopCases/label.css ***!
\***********************************************************************************************************************************************************************************************************************************************************************************/
[class^='label-'] {
cursor: pointer;
line-height: 20px;
height: 20px;
padding: 0 9px;
width: 68px;
text-align: center;
border-radius: 9px;
font-size: 12px;
margin-left: 10px;
color: #fff;
}
.label-0 {
background: #fc2b6a;
}
.label-1 {
background: #ff781b;
}
.label-2 {
background: #0152d9;
}
.label-3 {
background: #36c53c;
}