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__Guidance__index.ac522765...

177 lines
4.5 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.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Guidance/index.less?modules ***!
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___xpkMF {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___X8GQS {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___QXnUW {
align-items: center;
box-align: center;
}
.flex_box_center_end___Qxdq1 {
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___pN_H3 {
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___hLveG {
display: flex;
flex-direction: column;
}
.flex-row___Om3we {
display: flex;
flex-direction: row;
}
.justify-start___lEI_K {
display: flex;
justify-content: flex-start;
}
.justify-center___U6P9F {
display: flex;
justify-content: center;
}
.justify-end___Cb2FT {
display: flex;
justify-content: flex-end;
}
.justify-evenly___B1d9T {
display: flex;
justify-content: space-evenly;
}
.justify-around___PZOuA {
display: flex;
justify-content: space-around;
}
.justify-between___DSbdU {
display: flex;
justify-content: space-between;
}
.align-start___GaWWC {
display: flex;
align-items: flex-start;
}
.align-center___kS467 {
display: flex;
align-items: center;
}
.align-end___T4_oe {
display: flex;
align-items: flex-end;
}
.guidance___BnanP {
width: 1200px;
margin: 40px auto;
padding: 30px 40px;
background-color: #fff;
}
.guidance___BnanP .title___b2ocd {
font-size: 30px;
text-align: center;
font-weight: 600;
color: #3a3a3a;
margin-bottom: 30px;
font-family: auto;
}
.guidance___BnanP .u___QIqxh {
margin: 0 auto 30px auto;
padding: 0;
background: #f1f1f1;
border-radius: 15px;
display: table;
}
.guidance___BnanP .u___QIqxh li {
width: 62px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 15px;
font-size: 14px;
color: #333333;
cursor: pointer;
float: left;
}
.guidance___BnanP .u___QIqxh li.active___VXClY {
font-weight: 600;
color: #ffffff;
background: #0152d9;
}
.guidance___BnanP .content___NNbRj img {
display: block;
margin: 0 auto;
margin-top: -10px;
}
.guidance___BnanP .content___NNbRj h3 {
font-weight: 550;
color: #333333;
font-size: 24px;
margin-bottom: 60px;
font-family: auto;
text-align: center;
line-height: normal;
line-height: initial;
}
.guidance___BnanP .content___NNbRj h4 {
font-size: 20px;
font-weight: 600;
color: #333333;
margin-top: 60px;
margin-bottom: 30px;
line-height: normal;
line-height: initial;
}
.guidance___BnanP .content___NNbRj p {
font-size: 16px;
color: #333333;
margin: 28px 0 18px !important;
}
.guidance___BnanP .content___NNbRj p sup {
color: red;
top: -0.4em;
}
.guidance___BnanP .content___NNbRj aside {
text-align: center;
font-size: 20px;
font-weight: 600;
color: #333333;
line-height: 32px;
margin-top: 60px;
}
.guidance___BnanP .btn___Q2wyi {
display: flex;
justify-content: center;
margin-top: 40px;
}
.guidance___BnanP .btn___Q2wyi button {
width: 140px;
height: 40px;
background: #0152d9;
border-radius: 4px;
font-size: 16px;
}