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__MoopCases__index.chunk.css

176 lines
5.0 KiB

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.0.89@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.89@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/MoopCases/index.less ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center {
align-items: center;
box-align: center;
}
.flex_box_center_end {
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 {
flex-direction: column;
box-orient: block-axis;
}
.moop-case .banner {
height: 300px;
overflow: hidden;
display: box;
display: flex;
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.moop-case .banner img {
height: 300px;
}
.moop-case .moop-title {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
background-color: #fff;
border-bottom: 1px solid #eeeeee;
padding: 20px 30px;
}
.moop-case .moop-title span {
color: #333;
font-size: 18px;
}
.moop-case .moop-main {
width: 1200px;
margin: 20px auto;
}
.moop-case .btn-ghost {
padding: 0px 10px;
color: #0152d9;
border: 1px solid #0152d9;
border-radius: 4px;
}
.moop-case .moop-search {
width: 300px;
height: 40px;
}
.moop-case .search-input-container {
padding: 20px 30px;
background-color: #fff;
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
}
.moop-case .search-input-container a {
color: #05101a;
margin-right: 30px;
line-height: 20px;
font-size: 16px;
}
.moop-case .search-input-container a.active {
color: #0152d9;
}
.search-footer {
padding-bottom: 30px;
width: 1200px;
margin: 0 auto;
display: flex;
flex-flow: column nowrap;
justify-content: center;
text-align: center;
}
.case-list {
width: 1200px;
margin: 20px auto 0 auto;
list-style: none;
padding: 0;
display: flex;
flex-flow: column nowrap;
}
.case-list a {
display: flex;
flex-flow: row nowrap;
background: #fff;
padding: 20px 30px;
}
.case-list h2 {
font-size: 22px;
line-height: 40px;
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.case-list img {
border-radius: 4px;
margin-right: 15px;
}
.case-list .info {
flex: 1 0 auto;
}
.case-list li {
margin-bottom: 20px;
}
.case-list .detail {
display: flex;
color: #333;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
line-height: 20px;
font-size: 14px;
}
.case-list .sum {
color: #ccc;
}
.case-list .sum span {
margin-left: 20px;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.0.89@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./src/pages/MoopCases/label.css ***!
\***********************************************************************************************************************************************************************************************************************************************************************************/
[class^='label-'] {
cursor: pointer;
line-height: 20px;
height: 20px;
padding: 0 9px;
width: 68px;
text-align: center;
border-radius: 9px;
font-size: 12px;
margin-left: 10px;
color: #fff;
}
.label-0 {
background: #fc2b6a;
}
.label-1 {
background: #ff781b;
}
.label-2 {
background: #0152d9;
}
.label-3 {
background: #36c53c;
}