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

79 lines
2.8 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.5@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.5@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Polls/Add/index.less?modules ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___awg_W {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___vs3La {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___I3QTf {
align-items: center;
box-align: center;
}
.flex_box_center_end___fRTLL {
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___Z539C {
flex-direction: column;
box-orient: block-axis;
}
.bg___Dw6dz {
background: white;
}
.title___Z4aJr {
display: box;
display: flex;
align-items: center;
box-align: center;
}
.title___Z4aJr strong {
color: #333;
}
.titleLeft___hTg4o {
flex: 1 1;
}
.titleRight___mYUY7 a {
margin-right: 20px;
font-weight: bold;
}
.footer___BXamP {
width: 100%;
background: #ffffff;
box-shadow: 0px -2px 4px 0px #E0DFE1;
position: fixed;
bottom: 0;
}
.footer___BXamP .footer_button___SgR41 {
display: flex;
height: 64px;
align-items: center;
width: 1200px;
margin: auto;
}
.footer___BXamP .footer_button___SgR41 .button_style___Dhnsl {
margin-right: 20px;
background: linear-gradient(180deg, #FFFFFF 0%, #F6F7F9 100%);
box-shadow: 0px 2px 4px 0px #E0DFE1;
border-radius: 4px;
border: 1px solid #BACFFE;
color: #3061D0;
cursor: pointer;
width: 88px;
height: 32px;
line-height: 30px;
text-align: center;
}