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

1184 lines
33 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.1.8@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.8@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Paths/Detail/Answer/index.less?modules ***!
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___oRroB {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___EwZpo {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___h0s2T {
align-items: center;
box-align: center;
}
.flex_box_center_end___u9oIy {
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___eWn0O {
flex-direction: column;
box-orient: block-axis;
}
.bg___d0evx {
background: white;
}
[id="educoder"] .wrapper___XG7k8 {
padding-top: 84px;
}
[id="educoder"] .wrapper___XG7k8 .exerciseAlert___mmZ2f {
border-radius: 0;
padding: 7px 15px;
margin-bottom: 10px;
background-color: #F6F7F9;
}
[id="educoder"] .wrapper___XG7k8 .exerciseAlert___mmZ2f div[class~='ant-alert-description'] {
padding: 10px 48px 8px 5px;
}
[id="educoder"] .wrapper___XG7k8 .exerciseAlert___mmZ2f .title___TwvsC {
font-size: 14px;
color: #E99237;
white-space: nowrap;
}
[id="educoder"] .wrapper___XG7k8 .exerciseAlert___mmZ2f .content___ToimS {
font-size: 14px;
color: #434D6C;
}
[id="educoder"] .baseMargin___pgt51 {
margin-left: 62px;
}
[id="educoder"] .noWrap___USB5L {
white-space: nowrap;
}
[id="educoder"] .singleItem___DpTN1 {
border-radius: 2px;
border: 1px solid #CCCCCC;
padding: 20px 15px 10px 15px;
}
[id="educoder"] .questionIcons___o5EXi [class~='ant-anchor-link'] {
display: inline;
}
[id="educoder"] .questionIcons___o5EXi [class~='ant-anchor-wrapper'] {
margin: 0;
overflow: hidden;
}
[id="educoder"] .questionIcons___o5EXi span,
[id="educoder"] .questionIcons___o5EXi a {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
color: #fff;
background: #fb3226;
display: inline-block;
margin-right: 8px;
margin-bottom: 20px;
border-radius: 40px;
font-weight: bold;
cursor: pointer;
}
[id="educoder"] .questionIcons___o5EXi span:hover,
[id="educoder"] .questionIcons___o5EXi a:hover {
background-color: #ec7d72;
}
[id="educoder"] .questionIcons___o5EXi span:nth-child(5n),
[id="educoder"] .questionIcons___o5EXi a:nth-child(5n) {
margin-right: 25px;
}
[id="educoder"] .questionIcons___o5EXi .green___RdbtB {
background-color: #2abd8c;
}
[id="educoder"] .questionIcons___o5EXi .green___RdbtB:hover {
background-color: #88d19e;
}
[id="educoder"] .questionIcons___o5EXi .orange___hAz9v {
background-color: #fd8001;
}
[id="educoder"] .questionIcons___o5EXi .orange___hAz9v:hover {
background-color: #fb9f42;
}
[id="educoder"] .greenTip___FWmzA {
color: #2abd8c;
margin-left: 15px;
}
[id="educoder"] .greenTip___FWmzA:before {
content: '';
width: 12px;
height: 12px;
background: #2abd8c;
border-radius: 12px;
display: inline-block;
margin-right: 4px;
position: relative;
top: 1px;
}
[id="educoder"] .redTip___V8fkj {
color: #fb3226;
margin-left: 15px;
}
[id="educoder"] .redTip___V8fkj:before {
content: '';
width: 12px;
height: 12px;
background: #fb3226;
border-radius: 12px;
display: inline-block;
margin-right: 4px;
position: relative;
top: 1px;
}
[id="educoder"] .orangeTip___WdAZU {
color: #fd8001;
margin-left: 15px;
}
[id="educoder"] .orangeTip___WdAZU:before {
content: '';
width: 12px;
height: 12px;
background: #fd8001;
border-radius: 12px;
display: inline-block;
margin-right: 4px;
position: relative;
top: 1px;
}
[id="educoder"] .pollDesc___OMWEQ {
color: #333;
background-color: #ffffff;
padding: 15px;
box-sizing: border-box;
margin-top: 30px;
margin-bottom: 0px;
}
[id="educoder"] .answered___GMHdE {
position: relative;
}
[id="educoder"] .answered___GMHdE::after {
position: absolute;
right: 35px;
top: 4px;
width: 12px;
height: 12px;
border-radius: 50%;
background: #cbcbcb;
content: '';
}
[id="educoder"] .unanswer___Sdgip {
position: relative;
}
[id="educoder"] .unanswer___Sdgip::after {
position: absolute;
right: 35px;
top: 4px;
width: 12px;
height: 12px;
border-radius: 50%;
background: #fff;
content: '';
border: 1px solid #cbcbcb;
}
[id="educoder"] .anchor___ykWPG {
display: flex;
flex-direction: row;
}
[id="educoder"] .anchor___ykWPG [class~='ant-anchor-link'] {
padding: 0px;
}
[id="educoder"] .answerFlag___uqPvZ {
display: block;
float: left;
margin-right: 10px;
border-radius: 50%;
height: 40px;
line-height: 40px;
width: 40px;
text-align: center;
cursor: pointer;
margin-bottom: 5px;
background: #ff3756;
color: #fff;
border: 1px solid #ff3756;
}
[id="educoder"] .answerFlag___uqPvZ [class~='ant-anchor-link-title'] {
color: #fff;
}
[id="educoder"] .flagActive___eL7Gw {
background-color: #29bd8b;
color: #fff;
border: 1px solid #29bd8b;
}
[id="educoder"] .flagHalf___qjjno {
background-color: #ff6800;
color: #fff;
border: 1px solid #ff6800;
}
[id="educoder"] .answerStudentFlag___dXP7Z {
display: block;
float: left;
margin-right: 10px;
border-radius: 50%;
border: 1px solid #cbcbcb;
height: 40px;
line-height: 40px;
width: 40px;
text-align: center;
color: #999999;
cursor: pointer;
margin-bottom: 5px;
}
[id="educoder"] .answerStudentActive___cdsY4 {
background: #cbcbcb;
color: #fff;
}
[id="educoder"] .questionItem___GLdn5 [class~='ant-checkbox-group'] {
width: 100%;
}
[id="educoder"] .questionItem___GLdn5 [class~='ant-radio-group'] {
width: 100%;
}
[id="educoder"] .questionItem___GLdn5 [class~='ant-checkbox-wrapper'] {
margin-right: 5px;
display: flex;
align-items: baseline;
}
[id="educoder"] .questionItem___GLdn5 [class~='ant-checkbox'] + span {
display: inline-flex;
}
[id="educoder"] .questionItem___GLdn5 [class~='ant-checkbox'] + span [class~='mr3'] {
flex-shrink: 0;
}
[id="educoder"] .questionItem___GLdn5 .questionScore___Qe2Wf {
background: rgba(236, 236, 236, 0.6);
border-radius: 2px;
width: 52px;
height: 25px;
white-space: nowrap;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
[id="educoder"] .itemType___Fxaxa {
padding: 20px 5px;
}
[id="educoder"] .itemFlag___BOnUF {
padding: 0px 10px;
border-radius: 15px;
height: 22px;
line-height: 22px;
background: #eaeaea;
color: #999;
font-size: 14px;
}
[id="educoder"] .answerWrap___l00IK {
margin-bottom: 40px;
}
[id="educoder"] .answerSubjective___mQ3vJ {
width: 100%;
height: 130px;
padding: 5px;
overflow: auto;
resize: vertical;
outline: none;
}
[id="educoder"] .otherInput___az3Al {
border: none;
border-bottom: 1px solid #eee;
background: transparent;
flex: 1 1;
height: 20px;
line-height: 20px;
}
[id="educoder"] .otherInput___az3Al [class~='ant-input']:hover,
[id="educoder"] .otherInput___az3Al [class~='ant-input']:focus {
border: none !important;
border-bottom: 1px solid #eee !important;
background: #f8f8f8 !important;
}
[id="educoder"] .submitButton___h0LsL {
width: 130px;
height: 40px;
}
[id="educoder"] .randomFlag___Uqnrj {
width: 68px;
height: 24px;
line-height: 24px;
text-align: center;
background: #84b6eb;
color: #fff;
border-radius: 20px;
font-size: 12px;
margin-left: 24px;
display: inline-block;
}
[id="educoder"] .answerTrue___X_sHN {
position: relative;
margin-right: 40px;
cursor: default;
}
[id="educoder"] .answerTrue___X_sHN::after {
position: absolute;
right: 35px;
top: 4px;
width: 20px;
height: 10px;
border-radius: 5px;
background: #29bd8b;
content: '';
}
[id="educoder"] .answerFalse___Q_tiD {
position: relative;
margin-right: 40px;
cursor: default;
}
[id="educoder"] .answerFalse___Q_tiD::after {
position: absolute;
right: 35px;
top: 4px;
width: 20px;
height: 10px;
border-radius: 5px;
background: #ff3756;
content: '';
}
[id="educoder"] .answerHalf___wKhZS {
position: relative;
margin-right: 40px;
cursor: default;
}
[id="educoder"] .answerHalf___wKhZS::after {
position: absolute;
left: -25px;
top: 4px;
width: 20px;
height: 10px;
border-radius: 5px;
background: #ff6800;
content: '';
}
[id="educoder"] .renderHtml___zJDPV {
display: inline-flex;
align-items: baseline;
}
[id="educoder"] .simpleText___TIizh {
background: #f5f5f5;
border-radius: 4px;
border: 1px solid #eaeaea;
padding: 5px;
min-height: 35px;
box-sizing: border-box;
}
[id="educoder"] .answerYes___ls1Ow {
width: 12px;
height: 12px;
background: #0152d9;
color: #fff;
display: inline-block;
margin-right: 4px;
}
[id="educoder"] .answerNo___dJ25F {
width: 12px;
height: 12px;
border: 1px solid rgba(0, 0, 0, 0.15);
color: #fff;
display: flex;
align-items: flex-end;
margin-right: 4px;
}
[id="educoder"] .answerInfo___O6CcX {
font-size: 12px;
margin-bottom: 10px;
padding: 20px 20px 0 20px;
}
[id="educoder"] .answerInfo___O6CcX .answerProgress____lbiz {
font-weight: 500;
}
[id="educoder"] .answerSheetWrap___ImNC3 {
margin-bottom: 25px;
}
[id="educoder"] .answerSheetQuestionTitle___tT_u1 {
margin-bottom: 15px;
font-size: 14px;
font-weight: 500;
color: #666666;
cursor: pointer;
}
[id="educoder"] .answerSheet___pTDxk {
font-size: 0;
vertical-align: top;
margin-top: 8px;
margin-bottom: 25px;
width: 100%;
}
[id="educoder"] .answerSheet___pTDxk .answerSheetItem___yNJnx {
width: 26px;
height: 26px;
color: #666666;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 2px;
display: inline-block;
font-size: 14px;
line-height: 26px;
text-align: center;
position: relative;
cursor: pointer;
}
[id="educoder"] .answerSheet___pTDxk .answerSheetItem___yNJnx .qindex___sqPo7 {
position: relative;
z-index: 1;
}
[id="educoder"] .answerSheet___pTDxk .answerSheetItem___yNJnx .markIcon___FzWAZ {
position: absolute;
top: -8px;
right: -8px;
color: #FFB538;
}
[id="educoder"] .answerSheet___pTDxk .answerSheetItem___yNJnx:hover {
border-color: #0152d9;
color: #0152d9;
}
[id="educoder"] .answerSheet___pTDxk .answerSheetItem___yNJnx.active___cUK4F {
background: #3061D0;
color: #fff;
}
[id="educoder"] .answerSheet___pTDxk .answerSheetItem___yNJnx.partialActive___EPnJ1 {
background: #EEEEEE;
color: #fff;
}
[id="educoder"] .answerSheet___pTDxk .answerSheetItem___yNJnx.selected___QFpb7 {
border: 1px solid #18D6FF;
}
[id="educoder"] .countDown___Xm36I {
display: flex;
align-items: center;
color: #37AD83;
}
[id="educoder"] .countDown___Xm36I .cnText___jmpxc {
font-size: 14px;
}
[id="educoder"] .countDown___Xm36I > div {
text-align: center;
display: inline-block;
margin-left: 10px;
}
[id="educoder"] .countDown___Xm36I > div [class~='ant-statistic'] {
display: inline-block;
}
[id="educoder"] .countDown___Xm36I > div [class~='ant-statistic-content'] {
color: #37AD83;
font-weight: 500;
font-size: 20px;
}
[id="educoder"] .countDown___Xm36I > div.red___vhTdA {
color: red;
border-color: red;
}
[id="educoder"] .countDown___Xm36I > div.red___vhTdA [class~='ant-statistic-content'] {
color: red;
}
[id="educoder"] .refreshBtn___MU9IM {
width: 88px;
height: 38px;
background: #F6F7F9;
border-radius: 4px;
color: #37AD83;
border: none;
}
[id="educoder"] .refreshBtn___MU9IM:hover,
[id="educoder"] .refreshBtn___MU9IM:focus,
[id="educoder"] .refreshBtn___MU9IM:active {
background: #F6F7F9;
color: #37AD83;
}
[id="educoder"] .fold___c4A4d {
background: #fff;
width: 16px;
height: 66px;
position: absolute;
top: 50%;
margin-top: -33px;
right: -16px;
z-index: 3;
cursor: pointer;
display: box;
display: flex;
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
[id="educoder"] .fold___c4A4d::before {
content: '';
width: 0;
height: 0;
position: absolute;
right: 0;
top: 0;
border-right: 15px solid #fafafa;
border-bottom: 10px solid #fff;
}
[id="educoder"] .fold___c4A4d::after {
content: '';
width: 0;
height: 0;
position: absolute;
right: 0;
bottom: 0;
border-right: 15px solid #fafafa;
border-top: 10px solid #fff;
}
[id="educoder"] .cardList___J8s0N {
height: calc(88vh - 224px);
padding: 10px 20px 160px 20px;
overflow: auto;
}
[id="educoder"] .cardList___J8s0N.withQrcode___B6Mpa {
height: calc(88vh - 324px);
}
[id="educoder"] .iframe___I8TAS {
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 999;
width: 100%;
height: 100%;
border: none;
display: none;
background: #fff;
}
[id="educoder"] .eduTip___QZZkp {
background: white;
padding: 15px;
border-radius: 6px;
margin-top: 20px;
}
[id="educoder"] .eduQrcode___O41E2 {
background: white;
padding: 10px 15px;
margin-top: 20px;
}
[id="educoder"] .eduQrcode___O41E2 canvas {
width: 110px;
height: 110px;
border: 10px solid #0152d9;
border-radius: 4px;
}
[id="educoder"] .eduVideo___AnwT7 > aside {
padding: 0;
margin-bottom: 0;
}
[id="educoder"] .eduVideo___AnwT7 > aside video {
width: 100%;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
[id="educoder"] .eduUsername___IIV4W {
border-radius: 0px 0px 6px 6px;
font-weight: 600;
}
[id="educoder"] .startAnswer___UeVL4 {
width: 100%;
height: 50px;
line-height: 50px;
padding-left: 20px;
background: #ffffff;
border-radius: 6px;
border: 1px solid #ccccc0;
cursor: pointer;
margin-top: 20px;
}
[id="educoder"] .eduSubmit___pUFQ_ {
display: flex;
align-items: center;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background: #fff;
z-index: 205;
box-shadow: 0px -2px 8px 0px rgba(204, 204, 204, 0.5);
height: 80px;
}
[id="educoder"] .eduSubmit___pUFQ_ > div {
width: 1200px;
margin: 0 auto !important;
}
[id="educoder"] .eduTitle___wAF48 {
position: fixed;
z-index: 3;
left: 0;
padding: 10px 0;
top: -10px;
width: 100%;
background: #fff;
}
[id="educoder"] .eduTitle___wAF48 > aside {
width: 1200px;
margin: 0 auto;
}
[id="educoder"] .wrpAnswer___OVYaB [class~='full-screen'] {
top: 56px !important;
height: auto !important;
bottom: 68px;
}
[id="educoder"] .wrpAnswer___OVYaB [class~='full-screen'] [class~='markdown-editor-body'] {
height: calc(100% - 30px) !important;
}
[id="educoder"] .simpleMd___EjMj2 * {
word-break: break-all;
white-space: break-spaces;
}
[id="educoder"] .videomodal___jheds {
width: 200px;
padding: 0px;
}
[id="educoder"] .videomodal___jheds div[class~='ant-modal-body'] {
padding: 0px;
}
[id="educoder"] .mainPart___e8Qpl .userInfoText___Y_o8M {
font-size: 16px;
font-weight: 600;
color: #000000;
}
[id="educoder"] .mainPart___e8Qpl .answerSheetBottom___P6mpG {
background: #FFFFFF;
box-shadow: 0px -2px 4px 0px #EAEEF4;
height: 40px;
display: flex;
position: absolute;
bottom: 0;
width: 100%;
align-items: center;
z-index: 5;
}
[id="educoder"] .mainPart___e8Qpl .tooltipWrap___QyPZg {
display: flex;
align-items: center;
color: #5F6368;
}
[id="educoder"] .mainPart___e8Qpl .leftPart___er3Jw {
height: 88vh;
overflow: hidden;
position: relative;
}
[id="educoder"] .mainPart___e8Qpl .rightPart___HH4jn {
height: 88vh;
background-color: #fff;
overflow: hidden;
position: relative;
}
[id="educoder"] .mainPart___e8Qpl .rightPart___HH4jn .questionPart___UUs3M {
overflow: auto;
height: inherit;
padding-bottom: 78px;
}
[id="educoder"] .mainPart___e8Qpl .rightPart___HH4jn .questionPart___UUs3M .questionTypeTitle___UPDLc {
font-size: 16px;
font-weight: 600;
color: #000000;
}
[id="educoder"] .mainPart___e8Qpl .rightPart___HH4jn .questionPart___UUs3M .questionTypeInfo___DxkkU {
font-size: 16px;
font-weight: 400;
color: #464F66;
}
[id="educoder"] .mainPart___e8Qpl .rightPart___HH4jn .questionPart___UUs3M .toIframeBtn___lDyBW {
width: 92px;
height: 36px;
}
[id="educoder"] .mainPart___e8Qpl .rightPart___HH4jn .bottom___vzCsQ {
height: 64px;
width: 100%;
position: absolute;
bottom: 0;
box-shadow: 0px -2px 8px 0px #F1F1F1;
padding: 0 30px;
background-color: #fff;
z-index: 100;
}
[id="educoder"] .mainPart___e8Qpl .rightPart___HH4jn .bottom___vzCsQ .markBtn___eBNxS {
width: 116px;
height: 38px;
border-radius: 4px;
color: #666666;
}
[id="educoder"] .mainPart___e8Qpl .rightPart___HH4jn .bottom___vzCsQ .markBtn___eBNxS:hover {
color: #3061D0;
}
[id="educoder"] .mainPart___e8Qpl .rightPart___HH4jn .changeButton___iIa_B {
width: 118px;
height: 38px;
border-radius: 2px;
}
[id="educoder"] .mainPart___e8Qpl .rightPart___HH4jn .changeButton___iIa_B.prevBtn___NReo3 {
color: #666666;
}
[id="educoder"] .mainPart___e8Qpl .rightPart___HH4jn .changeButton___iIa_B.prevBtn___NReo3:hover {
color: #3061D0;
}
[id="educoder"] .analysisWrap___qQ9JJ {
border-top: 1px solid #F6F7F9;
padding-top: 20px;
}
[id="educoder"] .analysisWrap___qQ9JJ .greyBg___On0yQ {
background: #F6F7F9;
border-radius: 4px;
padding: 20px 15px;
}
[id="educoder"] .fixHeader___Tuabq {
position: fixed;
top: 0;
width: 100%;
min-width: 1200px;
height: 64px;
background: #FFFFFF;
box-shadow: 0px 2px 4px 0px #EAEEF4;
display: flex;
align-items: stretch;
z-index: 1;
}
[id="educoder"] .fixHeader___Tuabq .exerciseTitle___OXdrr {
font-size: 18px;
font-weight: 600;
color: #333333;
max-width: 500px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
[id="educoder"] .fixHeader___Tuabq .submitButton___h0LsL {
width: 88px;
height: 38px;
border-radius: 4px;
}
[id="educoder"] .commitModal___Necyx .commitItem___ndc0Y {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
[id="educoder"] .commitModal___Necyx .commitInfoLabel___z9MX8 {
font-size: 14px;
color: #666666;
margin-right: 8px;
}
[id="educoder"] .commitModal___Necyx .commitInfoValue___a86os {
font-size: 14px;
color: #191919;
}
[id="educoder"] .cameraHeader___pt6r7 {
height: 46px;
width: 200px;
padding: 0 12px;
background-color: #fff;
border-radius: 6px 6px 0px 0px;
}
[id="educoder"] .cameraHeader___pt6r7 i {
color: #3061D0;
margin-right: 8px;
}
[id="educoder"] .cameraHeader___pt6r7 span {
font-size: 14px;
color: #232B40;
}
[id="educoder"] .dottedLineWrapper___RyJk7 .leftHalfCircle___PjJKc {
border-radius: 50%;
width: 20px;
height: 20px;
background-color: #fafafa;
transform: translateX(-50%);
}
[id="educoder"] .dottedLineWrapper___RyJk7 .dottedLine___QUhUk {
border-bottom: 1px dotted #CCCCCC;
}
[id="educoder"] .dottedLineWrapper___RyJk7 .rightHalfCircle___Dkp6Z {
border-radius: 50%;
width: 20px;
height: 20px;
background-color: #fafafa;
transform: translateX(50%);
}
[id="educoder"] .orangeNum___oyiWt {
color: #FFA25A;
}
[id="educoder"] .teachAnalysis___ETB4N {
color: #5f6368;
cursor: pointer;
}
[id="educoder"] .teachAnalysis___ETB4N:hover {
color: #3061D0;
}
[id="educoder"] .teachAnalysisModal___FZZUr {
color: rgba(0, 0, 0, 0.9);
line-height: 25px;
}
[id="educoder"] .teachAnalysisModal___FZZUr [class^="ant-modal-header"] {
padding: 25px 25px 0px 25px;
}
[id="educoder"] .teachAnalysisModal___FZZUr [class^="ant-modal-body"] {
padding: 20px 25px 25px 25px;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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.1.8@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.8@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Paths/Detail/Answer/components/UserScore/index.less?modules ***!
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.score___axubN {
font-weight: 600;
color: #FA6400;
}
.wrap___h8CPy {
font-size: 14px;
font-weight: 400;
color: #6A7283;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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.1.8@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.8@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Paths/Detail/Answer/components/index.less?modules ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___AzNE1 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___rHC3Q {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___gpKuR {
align-items: center;
box-align: center;
}
.flex_box_center_end___yll1U {
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___LDgHZ {
flex-direction: column;
box-orient: block-axis;
}
.shixunWrp___ypD7O {
border: 1px solid #eee;
margin-top: 20px;
}
.shixunWrp___ypD7O [class~='monaco-editor'] {
width: 100% !important;
}
.shixunWrp___ypD7O [class~='monaco-editor'] > div {
width: 100% !important;
}
.shixunWrp___ypD7O [class~='monaco-editor'] > div [class~='monaco-scrollable-element'],
.shixunWrp___ypD7O [class~='monaco-editor'] > div [class~='overlayWidgets'],
.shixunWrp___ypD7O [class~='monaco-editor'] > div div:empty {
width: 100% !important;
}
.shixunWrp___ypD7O h2 {
font-size: 14px;
font-weight: normal;
padding: 6px 20px;
border-bottom: 1px solid #CCCCCC;
margin: 0;
position: relative;
color: #666666;
background: #F6F7F9;
}
.shixunWrp___ypD7O h2 span {
position: absolute;
right: 10px;
top: 6px;
}
.fill___YtkJ7 {
margin-bottom: 40px;
}
.fill___YtkJ7 .index___FWafv {
font-size: 14px;
color: #666666;
}
.fill___YtkJ7 .success___mzJVr {
color: #00C21E;
}
.fill___YtkJ7 .fail___xUWI0 {
color: #FA6400;
}
.fill___YtkJ7 .fillInput___X1glo {
height: 46px;
}
.shixunWrapper___U1REH {
border-radius: 2px;
border: 1px solid #CCCCCC;
padding: 10px 20px 90px 15px;
max-height: 380px;
overflow: auto;
margin-left: 62px;
}
.shixunWrapper___U1REH .score___MvJPc {
font-size: 14px;
color: #999999;
}
.shixunWrapper___U1REH .name___t4I2r {
font-size: 14px;
color: #333333;
margin-left: 6px;
}
.programWrapper___dECgn {
margin-left: 62px;
}
.programWrapper___dECgn .desc___ywbEo {
font-size: 14px;
color: #666666;
margin-bottom: 14px;
}
.programWrapper___dECgn .content___G7g9j {
border-radius: 2px;
border: 1px solid #CCCCCC;
max-height: 300px;
overflow: auto;
padding: 10px 15px;
}
.analysisWrap___gQVzK {
border-top: 1px solid #F6F7F9;
padding-top: 20px;
}
.analysisWrap___gQVzK .greyBg___uVgPS {
background: #F6F7F9;
border-radius: 4px;
padding: 20px 15px;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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.1.8@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.8@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/MyProblem/TestCasePanel/index.less ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.footer {
display: flex;
flex-flow: row nowrap;
align-items: center;
height: 56px;
background: #121c24;
color: #fff;
padding: 0 20px;
justify-content: space-between;
}
.test-case-panel {
position: relative;
}
.test-case-panel .error {
font-size: 12px;
color: #fb3226;
}
.test-case-panel .test-case-panel-body {
position: absolute;
will-change: transform;
width: 100%;
transition: all 0.2s linear;
bottom: 0;
transform: translate3d(0, 350px, 0);
opacity: 0.1;
}
.test-case-panel .test-case-panel-body pre {
max-height: 150px;
overflow: auto;
}
.test-case-panel .test-case-panel-body.active {
transform: translate3d(0, -56px, 0);
opacity: 1;
}
.test-case-panel .tab-panel-body {
padding: 20px 10px;
height: 240px;
background-color: #070f19;
display: flex;
flex-flow: column nowrap;
justify-content: center;
color: #ddd;
}
.test-case-panel .tab-panel-body .tip {
text-align: center;
}
.test-case-panel .tab-panel-body textarea {
background: #070f19 !important;
color: #fff;
font-size: 14px;
border: 0 solid transparent !important;
height: 200px;
outline: none;
}
.test-case-panel .btn-green {
margin-right: 10px;
color: #28bd8b;
border-color: #28bd8b;
}
.test-case-panel .btn-blue {
margin-right: 10px;
color: #0152d9;
border-color: #0152d9;
}
.test-case-panel .btn-blue span {
pointer-events: none;
}
.test-case-panel .btn-collapse {
position: absolute;
top: 0;
width: 54px;
height: 27px;
left: 50%;
margin-left: -27px;
background: #2a3a4f;
z-index: 8;
border-bottom-left-radius: 100px;
border-bottom-right-radius: 100px;
color: #fff;
text-align: center;
cursor: pointer;
opacity: 0.4;
transition: all 0.3s;
}
.test-case-panel .btn-collapse.up {
top: -294px;
}
ul.s-navs {
list-style: none;
margin: 0;
padding: 0 17px;
height: 54px;
display: flex;
flex-flow: row nowrap;
align-items: center;
background: #0f1e31;
font-size: 14px;
color: #ddd;
}
ul.s-navs.bg-white {
background: #fff;
color: #888;
}
ul.s-navs.bg-white a {
color: #888;
}
ul.s-navs a {
color: #ddd;
display: block;
margin-right: 20px;
height: 54px;
line-height: 54px;
border-bottom: 2px solid transparent;
}
ul.s-navs a.active {
color: #5091ff;
border-bottom: 2px solid #5091ff;
}
#educoder .custom-ant-disabled:disabled {
color: inherit;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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.1.8@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.8@@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[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.8@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.8@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Paths/Detail/Answer/components/NewAnswerComments/index.less?modules ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.comments___m2bmf {
background-color: #fff;
min-height: 90px;
padding: 15px;
}
.comments___m2bmf .greyText___PcghL {
color: #6A7283;
}
.comments___m2bmf .commentText___zEl3a {
color: #333333;
}
.wrapper___wOIs4 {
border-radius: 4px;
border: 1px solid #DCDCDC;
}
.header___Y8N3P {
background: #F6F7F9;
border-radius: 4px 4px 0px 0px;
height: 40px;
padding: 0 20px 0 15px;
font-size: 14px;
color: #000000;
}
.header___Y8N3P img {
width: 28px;
border-radius: 50%;
}
.header___Y8N3P .updateTime___BGwXJ {
margin-left: auto;
}
.header___Y8N3P .updateTime___BGwXJ .text___ojkmu {
color: #6A7283;
margin-right: 10px;
}
.header___Y8N3P .updateTime___BGwXJ .date___jCRLE {
color: #333333;
}