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.
147 lines
2.9 KiB
147 lines
2.9 KiB
.flex_box_center___2FIpq {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___11Ebl {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___335ao {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___4YWO4 {
|
|
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___3Wyng {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.bg___3xYhR {
|
|
background: white;
|
|
}
|
|
.title___3UsK- {
|
|
display: box;
|
|
display: flex;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.title___3UsK- strong {
|
|
color: #333;
|
|
}
|
|
.questionIcons___rlvYI [class~='ant-anchor-link'] {
|
|
display: inline;
|
|
}
|
|
.questionIcons___rlvYI [class~='ant-anchor-wrapper'] {
|
|
margin: 0;
|
|
overflow: hidden;
|
|
}
|
|
.questionIcons___rlvYI span,
|
|
.questionIcons___rlvYI a {
|
|
width: 40px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
color: #fff;
|
|
background: #fb3226;
|
|
display: inline-block;
|
|
margin-right: 8px;
|
|
margin-bottom: 20px;
|
|
border-radius: 40px;
|
|
font-weight: bold;
|
|
cursor: pointer;
|
|
}
|
|
.questionIcons___rlvYI span:hover,
|
|
.questionIcons___rlvYI a:hover {
|
|
background-color: #ec7d72;
|
|
}
|
|
.questionIcons___rlvYI span:nth-child(5n),
|
|
.questionIcons___rlvYI a:nth-child(5n) {
|
|
margin-right: 25px;
|
|
}
|
|
.questionIcons___rlvYI .green___2RCOO {
|
|
background-color: #2abd8c;
|
|
}
|
|
.questionIcons___rlvYI .green___2RCOO:hover {
|
|
background-color: #88d19e;
|
|
}
|
|
.questionIcons___rlvYI .orange___386U2 {
|
|
background-color: #fd8001;
|
|
}
|
|
.questionIcons___rlvYI .orange___386U2:hover {
|
|
background-color: #fb9f42;
|
|
}
|
|
.greenTip___3iEJT {
|
|
color: #2abd8c;
|
|
margin-left: 15px;
|
|
}
|
|
.greenTip___3iEJT:before {
|
|
content: '';
|
|
width: 12px;
|
|
height: 12px;
|
|
background: #2abd8c;
|
|
border-radius: 12px;
|
|
display: inline-block;
|
|
margin-right: 4px;
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
.redTip___2Eoar {
|
|
color: #fb3226;
|
|
margin-left: 15px;
|
|
}
|
|
.redTip___2Eoar:before {
|
|
content: '';
|
|
width: 12px;
|
|
height: 12px;
|
|
background: #fb3226;
|
|
border-radius: 12px;
|
|
display: inline-block;
|
|
margin-right: 4px;
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
.orangeTip___3RuXM {
|
|
color: #fd8001;
|
|
margin-left: 15px;
|
|
}
|
|
.orangeTip___3RuXM:before {
|
|
content: '';
|
|
width: 12px;
|
|
height: 12px;
|
|
background: #fd8001;
|
|
border-radius: 12px;
|
|
display: inline-block;
|
|
margin-right: 4px;
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
.cuttOff___8x4ka {
|
|
display: inline-block;
|
|
width: 10px;
|
|
height: 18px;
|
|
margin: 0 5px;
|
|
position: relative;
|
|
}
|
|
.cuttOff___8x4ka:before {
|
|
content: '';
|
|
position: absolute;
|
|
top: 0;
|
|
height: 1px;
|
|
width: 100%;
|
|
background: #333;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|