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__Classrooms__New__index.c...

683 lines
19 KiB

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/radio/style/index.less ***!
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-radio-group {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 12px;
font-variant: tabular-nums;
line-height: 1.66667;
list-style: none;
font-feature-settings: tnum, "tnum";
display: inline-block;
font-size: 0;
}
.ant-radio-group .ant-badge-count {
z-index: 1;
}
.ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
border-left: none;
}
.ant-radio-wrapper {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 12px;
font-variant: tabular-nums;
line-height: 1.66667;
list-style: none;
font-feature-settings: tnum, "tnum";
position: relative;
display: inline-flex;
align-items: baseline;
margin-right: 6px;
cursor: pointer;
}
.ant-radio-wrapper-disabled {
cursor: not-allowed;
}
.ant-radio-wrapper::after {
display: inline-block;
width: 0;
overflow: hidden;
content: '\a0';
}
.ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type='radio'] {
width: 14px;
height: 14px;
}
.ant-radio {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 12px;
font-variant: tabular-nums;
line-height: 1.66667;
list-style: none;
font-feature-settings: tnum, "tnum";
position: relative;
top: 0.2em;
display: inline-block;
outline: none;
cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner {
border-color: #1890ff;
}
.ant-radio-input:focus + .ant-radio-inner {
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
}
.ant-radio-checked::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid #1890ff;
border-radius: 50%;
visibility: hidden;
animation: antRadioEffect 0.36s ease-in-out;
animation-fill-mode: both;
content: '';
}
.ant-radio:hover::after,
.ant-radio-wrapper:hover .ant-radio::after {
visibility: visible;
}
.ant-radio-inner {
position: relative;
top: 0;
left: 0;
display: block;
width: 14px;
height: 14px;
background-color: #fff;
border-color: #d9d9d9;
border-style: solid;
border-width: 1px;
border-radius: 50%;
transition: all 0.3s;
}
.ant-radio-inner::after {
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 14px;
height: 14px;
margin-top: -7px;
margin-left: -7px;
background-color: #1890ff;
border-top: 0;
border-left: 0;
border-radius: 14px;
transform: scale(0);
opacity: 0;
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
content: ' ';
}
.ant-radio-input {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
cursor: pointer;
opacity: 0;
}
.ant-radio.ant-radio-disabled .ant-radio-inner {
border-color: #d9d9d9;
}
.ant-radio-checked .ant-radio-inner {
border-color: #1890ff;
}
.ant-radio-checked .ant-radio-inner::after {
transform: scale(0.42857143);
opacity: 1;
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled {
cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner {
background-color: #f5f5f5;
cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner::after {
background-color: rgba(0, 0, 0, 0.2);
}
.ant-radio-disabled .ant-radio-input {
cursor: not-allowed;
}
.ant-radio-disabled + span {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
span.ant-radio + * {
padding-right: 8px;
padding-left: 8px;
}
.ant-radio-button-wrapper {
position: relative;
display: inline-block;
height: 28px;
margin: 0;
padding: 0 7px;
color: rgba(0, 0, 0, 0.85);
font-size: 12px;
line-height: 26px;
background: #fff;
border: 1px solid #d9d9d9;
border-top-width: 1.02px;
border-left-width: 0;
cursor: pointer;
transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.ant-radio-button-wrapper a {
color: rgba(0, 0, 0, 0.85);
}
.ant-radio-button-wrapper > .ant-radio-button {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
}
.ant-radio-group-large .ant-radio-button-wrapper {
height: 32px;
font-size: 14px;
line-height: 30px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
height: 22px;
padding: 0 7px;
line-height: 20px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
position: absolute;
top: -1px;
left: -1px;
display: block;
box-sizing: content-box;
width: 1px;
height: 100%;
padding: 1px 0;
background-color: #d9d9d9;
transition: background-color 0.3s;
content: '';
}
.ant-radio-button-wrapper:first-child {
border-left: 1px solid #d9d9d9;
border-radius: 2px 0 0 2px;
}
.ant-radio-button-wrapper:last-child {
border-radius: 0 2px 2px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
border-radius: 2px;
}
.ant-radio-button-wrapper:hover {
position: relative;
color: #1890ff;
}
.ant-radio-button-wrapper:focus-within {
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type='checkbox'],
.ant-radio-button-wrapper input[type='radio'] {
width: 0;
height: 0;
opacity: 0;
pointer-events: none;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
z-index: 1;
color: #1890ff;
background: #fff;
border-color: #1890ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
background-color: #1890ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
border-color: #1890ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
color: #40a9ff;
border-color: #40a9ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
background-color: #40a9ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
color: #096dd9;
border-color: #096dd9;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
background-color: #096dd9;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
color: #fff;
background: #1890ff;
border-color: #1890ff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
color: #fff;
background: #40a9ff;
border-color: #40a9ff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
color: #fff;
background: #096dd9;
border-color: #096dd9;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.12);
}
.ant-radio-button-wrapper-disabled {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
cursor: not-allowed;
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled:first-child {
border-left-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
color: rgba(0, 0, 0, 0.25);
background-color: #e6e6e6;
border-color: #d9d9d9;
box-shadow: none;
}
@keyframes antRadioEffect {
0% {
transform: scale(1);
opacity: 0.5;
}
100% {
transform: scale(1.6);
opacity: 0;
}
}
.ant-radio-group.ant-radio-group-rtl {
direction: rtl;
}
.ant-radio-wrapper.ant-radio-wrapper-rtl {
margin-right: 0;
margin-left: 6px;
direction: rtl;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
border-right-width: 0;
border-left-width: 1px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
right: -1px;
left: 0;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
border-right: 1px solid #d9d9d9;
border-radius: 0 2px 2px 0;
}
.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
border-right-color: #40a9ff;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
border-radius: 2px 0 0 2px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
border-right-color: #d9d9d9;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/New/components/AppplySchoolModal/index.less?modules ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flexRow___wVzmN {
display: flex;
flex-direction: row;
}
.flexColumn___gLZgJ {
display: flex;
flex-direction: column;
}
.formWrap___z7EIz {
font-size: 14px;
}
.formWrap___z7EIz div[class~='ant-form-item-label'] label {
font-size: 14px;
color: #979797;
}
.formWrap___z7EIz div[class~='ant-form-item-control-input-content'] input {
font-size: 14px;
height: 40px;
line-height: 40px;
}
.formWrap___z7EIz div[class~='ant-form-item-control-input-content'] textarea {
font-size: 14px;
height: 40px;
}
.example___dy_gt {
margin-left: 95px;
margin-bottom: 10px;
}
.footerWrap___Y3nmz div[class~='ant-form-item-control'] {
max-width: 100%;
}
.footerWrap___Y3nmz div[class~='ant-form-item'] {
margin-bottom: 0px;
}
.footerWrap___Y3nmz div[class~='ant-form-item-control-input-content'] {
display: flex;
justify-content: flex-end;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/New/index.less?modules ***!
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.bg___scGBN {
margin: 0 auto;
width: 1200px;
}
.wrap___h5b4S {
background-color: #ffffff;
overflow: hidden;
}
.wrap___h5b4S .ant-checkbox-checked .ant-checkbox-inner {
background-color: #fff;
border-color: #165dff;
}
.wrap___h5b4S .ant-checkbox-checked .ant-checkbox-inner::after {
border-color: #165dff;
}
.crumbs___JJo3q {
margin-top: 31px;
margin-bottom: 24px;
}
.crumbs___JJo3q span {
font-size: 14px;
color: #b1bacd;
}
.crumbs___JJo3q i {
margin: 0 11px;
font-size: 13px;
color: #b1bacd;
}
.crumbs___JJo3q b {
font-size: 14px;
font-weight: 400;
color: #000000;
}
.titleWrap___Cnywx {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #dbdce0;
padding-bottom: 4px;
padding-right: 17px;
}
.titleWrap___Cnywx span {
font-weight: 500;
color: #202124;
font-size: 16px;
}
.titleWrap___Cnywx b {
font-size: 14px;
font-weight: 400;
color: #3061d0;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.titleWrap___Cnywx b:hover {
color: #165dff;
}
.flexRow___FVlte {
display: flex;
flex-direction: row;
}
.flexJustifyCenter___Q_2Lz {
justify-content: center;
}
.flexAlignCenter___d6nhw {
align-items: center;
}
.flexColumn___mCDIJ {
display: flex;
flex-direction: column;
}
.fieldWrap___dOMry div[class~='ant-form-item-label'] label {
font-size: 14px;
color: #000000;
margin-bottom: 2px;
}
.fieldWrap___dOMry div[class~='ant-form-item-label'] label::before {
color: #ee0a24;
margin-right: 6px;
}
.fieldWrap___dOMry input[class~='ant-input'] {
line-height: 1.5;
background: transparent;
border-width: 1px;
height: 38px;
font-size: 14px;
}
.fieldWrap___dOMry div[class~='ant-select-selector'] {
height: 38px !important;
}
.fieldWrap___dOMry div[class~='ant-select-selector'] input {
height: 38px !important;
}
.fieldWrap___dOMry div[class~='ant-select-selector'] span[class~='ant-select-selection-placeholder'] {
line-height: 36px !important;
}
.fieldWrap___dOMry label[class~='ant-checkbox-wrapper'] {
margin-left: 0;
margin-right: 18px;
}
.fieldWrap___dOMry label[class~='ant-checkbox-wrapper'] > span:last-child {
color: #000000;
}
.fieldWrap___dOMry .checkUsersFromCode___toyn5 {
margin-left: 22px;
margin-bottom: 0;
}
.courseField___qQV_5 {
width: 704px;
}
.courseExample___IY_Tc {
display: flex;
flex-direction: column;
justify-content: center;
font-size: 12px;
color: #989898;
margin-left: 70px;
margin-top: 10px;
}
.period___vIGwk span[class~='ant-input-wrapper'] {
width: 280px;
}
.period___vIGwk input[class~='ant-input'] {
width: 280px;
}
.credit___aOpp2 span[class~='ant-input-wrapper'] {
width: 280px;
}
.credit___aOpp2 input[class~='ant-input'] {
width: 280px;
}
.endTime___E5PEn div[class~='ant-picker'] {
line-height: 1.5;
background: transparent;
border-width: 1px;
height: 38px;
width: 315px;
font-size: 14px;
}
.width655___Zwxr5 {
width: 655px;
}
.color999___ZFcVB {
color: #999999;
}
.colorCDCDCD___Cb3mH {
color: #cdcdcd;
}
.color0152d9___bDkNR {
color: #0152d9;
}
.backgroundFa___lmMKC {
padding: 50px 0;
display: flex;
justify-content: end;
align-items: center;
}
.backgroundFa___lmMKC button[class~='ant-btn'] {
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;
color: #165dff;
line-height: 30px;
display: inline-block;
padding: 0 16px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.backgroundFa___lmMKC button[class~='ant-btn']:hover {
border: 1px solid #165dff;
}
.bBtn____iNQx {
height: 32px;
line-height: 30px;
background: #fcfcfe;
border-radius: 2px;
border: 1px solid #c3cfe0;
text-align: center;
color: #464f66;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin-right: 20px;
font-size: 14px;
padding: 0 16px;
}
.bBtn____iNQx:hover {
border: 1px solid #165dff;
color: #165dff;
}
.schoolHintWrap___VeMJ3 {
height: 20px;
line-height: 20px;
font-size: 14px;
}
.w700___YWsgj {
width: 600px !important;
}
.classromediv___Ee2n7 {
animation: glow___uTEgy 200ms ease-out infinite alternate;
}
@keyframes glow___uTEgy {
0% {
width: 130px;
height: 40px;
line-height: 40px;
font-weight: 400;
padding: 0px;
box-shadow: 0 0 5px rgba(0, 255, 249, 0.2);
}
100% {
width: 130px;
height: 40px;
line-height: 40px;
font-weight: 400;
padding: 0px;
border-color: #00fff9;
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
}
}
.modal___xWdwx .ant-modal-confirm-title {
height: 68px;
font-size: 18px;
line-height: 68px;
padding: 0 40px;
}
.modal___xWdwx .ant-modal-confirm-btns .ant-btn {
width: 140px;
height: 40px;
border-radius: 4px;
margin-bottom: 20px;
margin-right: 22px;
}
.modal___xWdwx .content___b2kXV {
padding: 30px 20px;
}
.modal___xWdwx .content___b2kXV p {
font-size: 14px;
color: #3a3a3a;
line-height: 22px;
}
.modal___xWdwx .content___b2kXV .box___iMIt6 {
display: flex;
align-items: center;
margin-top: 30px;
}
.modal___xWdwx .content___b2kXV .box___iMIt6 > div {
width: 164px;
height: 40px;
background: #f5f5f5;
border-radius: 4px;
line-height: 40px;
text-align: center;
font-size: 24px;
font-weight: 600;
color: #44d7b6;
margin: 0 20px;
}
.modal___xWdwx .content___b2kXV .box___iMIt6 > button {
width: 110px;
height: 40px;
background: #0152d9;
border-radius: 4px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */