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

106 lines
3.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.3.34@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.3.34@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/virtualSpaces/Lists/Settings/components/ModuleSettings/index.less?modules ***!
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___y1YZJ {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___wTOwl {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___XmLwW {
align-items: center;
box-align: center;
}
.flex_box_center_end___gWVqd {
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___PjZDS {
flex-direction: column;
box-orient: block-axis;
}
.form___JA0Ze {
margin-top: 25px !important;
}
.form___JA0Ze .text___cCcOQ {
font-size: 12px;
color: #5f6367;
margin-top: 20px;
}
.form___JA0Ze input {
border-radius: 2px;
border: 1px solid #e1e1e1;
}
.form___JA0Ze .ant-form-item-label {
width: 100px;
}
.form___JA0Ze label {
height: 32px;
color: #666666 !important;
line-height: 32px;
}
.form___JA0Ze label::before {
margin-top: 2px;
}
.form___JA0Ze .img___ht1lh {
position: relative;
width: 200px;
height: auto;
background-color: #f4f3f4;
display: flex;
align-items: center;
justify-content: center;
}
.form___JA0Ze .img___ht1lh > div {
position: absolute;
right: -6px;
top: -6px;
cursor: pointer;
background-color: #fff;
width: 16px;
height: 16px;
border-radius: 50%;
}
.form___JA0Ze .title___mljGY {
display: flex;
align-items: center;
margin-top: 40px;
margin-bottom: 20px;
}
.form___JA0Ze .title___mljGY b {
width: 4px;
height: 14px;
background: #666666;
margin-right: 10px;
}
.form___JA0Ze .title___mljGY span {
color: #666666;
font-size: 14px;
}
.form___JA0Ze .list___isVFT {
background: #FFFFFF;
box-shadow: 0px 2px 4px 0px #E0DFE1;
border-radius: 4px;
padding: 30px 91px 30px 45px;
}
.form___JA0Ze .btn___IUjb1 {
background: #3061D0;
box-shadow: 0px 2px 4px 0px #E0DFE1;
border-radius: 2px;
padding: 0 36px;
margin-top: 40px;
height: 38px;
margin-bottom: 30px;
}