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.
87 lines
1.9 KiB
87 lines
1.9 KiB
.flex_box_center___3O17H {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___1PCIj {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___3W4zT {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___3TSxu {
|
|
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___3pTiU {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.bg___3XbLP {
|
|
background: white;
|
|
}
|
|
.title___3HsI1 {
|
|
display: box;
|
|
display: flex;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.title___3HsI1 strong {
|
|
color: #333;
|
|
}
|
|
.titleLeft___3MQGG {
|
|
flex: 1 1;
|
|
}
|
|
.titleRight___2RPg2 a {
|
|
margin-right: 20px;
|
|
font-weight: bold;
|
|
}
|
|
.formWrap___3LmMJ div[class~='ant-form-item-label'] label {
|
|
font-size: 14px;
|
|
}
|
|
.formWrap___3LmMJ input[class~='ant-input'] {
|
|
line-height: 1.5;
|
|
background: transparent;
|
|
border-width: 1px;
|
|
font-size: 14px;
|
|
}
|
|
.formWrap___3LmMJ label[class~='ant-radio-button-wrapper'] {
|
|
width: 106px;
|
|
height: 33px;
|
|
line-height: 33px;
|
|
background: #eeeeee;
|
|
border-radius: 17px;
|
|
color: #333333;
|
|
text-align: center;
|
|
border: 0px;
|
|
margin-right: 27px;
|
|
margin-top: 6px;
|
|
}
|
|
.formWrap___3LmMJ label[class~='ant-radio-button-wrapper']:not(:first-child)::before {
|
|
width: 0px;
|
|
}
|
|
.formWrap___3LmMJ label[class~='ant-radio-button-wrapper-checked'] {
|
|
width: 106px;
|
|
height: 33px;
|
|
background: #0152d9;
|
|
border-radius: 17px;
|
|
text-align: center;
|
|
border: 0px;
|
|
color: #ffffff !important;
|
|
margin-right: 27px;
|
|
margin-top: 6px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|