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

166 lines
4.2 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.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Innovation/PublicProject/index.less?modules ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___usqtP {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___Q1rHf {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___iwfef {
align-items: center;
box-align: center;
}
.flex_box_center_end___UgC5k {
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___vaSfm {
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___XmssV {
display: flex;
flex-direction: column;
}
.flex-row___Big6P {
display: flex;
flex-direction: row;
}
.justify-start___GvLQ6 {
display: flex;
justify-content: flex-start;
}
.justify-center___zbN1p {
display: flex;
justify-content: center;
}
.justify-end___yn2od {
display: flex;
justify-content: flex-end;
}
.justify-evenly___IyRxK {
display: flex;
justify-content: space-evenly;
}
.justify-around___wEg2w {
display: flex;
justify-content: space-around;
}
.justify-between___IAC1A {
display: flex;
justify-content: space-between;
}
.align-start___zw19G {
display: flex;
align-items: flex-start;
}
.align-center___on3jv {
display: flex;
align-items: center;
}
.align-end___fWlKI {
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___XmssV {
display: flex;
flex-direction: column;
}
.flex-row___Big6P {
display: flex;
flex-direction: row;
}
.justify-start___GvLQ6 {
display: flex;
justify-content: flex-start;
}
.justify-center___zbN1p {
display: flex;
justify-content: center;
}
.justify-end___yn2od {
display: flex;
justify-content: flex-end;
}
.justify-evenly___IyRxK {
display: flex;
justify-content: space-evenly;
}
.justify-around___wEg2w {
display: flex;
justify-content: space-around;
}
.justify-between___IAC1A {
display: flex;
justify-content: space-between;
}
.align-start___zw19G {
display: flex;
align-items: flex-start;
}
.align-center___on3jv {
display: flex;
align-items: center;
}
.align-end___fWlKI {
display: flex;
align-items: flex-end;
}
.count___EA_49 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.header___K169U {
display: flex;
justify-content: space-between;
}
.header___K169U .title___LKM3L {
font-size: 16px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #464f66;
}
.header___K169U .title___LKM3L::before {
content: '';
display: inline-block;
width: 4px;
height: 12px;
background: #242f49;
margin-right: 8px;
}