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

170 lines
4.3 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.4.6@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.6@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Question/AddOrEdit/BatchAdd/index.less?modules ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___Rx_bl {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___pf3DK {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___C2f9B {
align-items: center;
box-align: center;
}
.flex_box_center_end___Pmdn_ {
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___RduTL {
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___aLsig {
display: flex;
flex-direction: column;
}
.flex-row___kCUAI {
display: flex;
flex-direction: row;
}
.justify-start___f6UF3 {
display: flex;
justify-content: flex-start;
}
.justify-center___XzfDj {
display: flex;
justify-content: center;
}
.justify-end___NXH3e {
display: flex;
justify-content: flex-end;
}
.justify-evenly___cvwxY {
display: flex;
justify-content: space-evenly;
}
.justify-around___if7cl {
display: flex;
justify-content: space-around;
}
.justify-between___kFbKB {
display: flex;
justify-content: space-between;
}
.align-start___tNmOZ {
display: flex;
align-items: flex-start;
}
.align-center___vJucE {
display: flex;
align-items: center;
}
.align-end___tXscQ {
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___aLsig {
display: flex;
flex-direction: column;
}
.flex-row___kCUAI {
display: flex;
flex-direction: row;
}
.justify-start___f6UF3 {
display: flex;
justify-content: flex-start;
}
.justify-center___XzfDj {
display: flex;
justify-content: center;
}
.justify-end___NXH3e {
display: flex;
justify-content: flex-end;
}
.justify-evenly___cvwxY {
display: flex;
justify-content: space-evenly;
}
.justify-around___if7cl {
display: flex;
justify-content: space-around;
}
.justify-between___kFbKB {
display: flex;
justify-content: space-between;
}
.align-start___tNmOZ {
display: flex;
align-items: flex-start;
}
.align-center___vJucE {
display: flex;
align-items: center;
}
.align-end___tXscQ {
display: flex;
align-items: flex-end;
}
.wrap___Z5mJ_ {
width: 1200px;
height: 800px;
background: #ffffff;
border-radius: 4px;
margin: 30px auto;
}
.wrap___Z5mJ_ .head___WiKNg {
display: flex;
align-items: center;
height: 60px;
margin: 0 40px;
border-bottom: 1px solid #f5f5f5;
}
.wrap___Z5mJ_ .head___WiKNg i {
font-size: 12px;
color: #666666;
}
.wrap___Z5mJ_ .head___WiKNg span {
font-size: 14px;
color: #666666;
margin-left: 6px;
cursor: pointer;
}
.wrap___Z5mJ_ .head___WiKNg b {
font-size: 16px;
font-weight: 500;
color: #333333;
}