注册页样式调整

This commit is contained in:
谢思 2021-12-24 10:18:52 +08:00
parent 7e6bb3c714
commit 4c4b28d0a6
1 changed files with 14 additions and 15 deletions

View File

@ -14,6 +14,7 @@
padding: 0.4vw;
}
.register_right{
width: 87.5%;
background-color: white;
&>p{
border-bottom: 1px solid #EEEEEE;
@ -24,52 +25,50 @@
}
.ant-form{
display: flex;
justify-content: space-between;
padding: 1em 2em 1.5em;
}
.expert_Register_form {
width: 43.5%;
&.ml80{
margin-left: 120px;
}
.ant-form-item-required::before{
position: relative;
top: -1px;
content: url('./image/required.svg');
}
.ant-input, .ant-select-selection{
width: 30.1em;
width: 22.5em;
box-shadow: none;
&:focus, &:hover{
border: 1px solid #4154F1 !important;
}
}
tr td:first-child .ant-row.ant-form-item{
margin-right: 9em;
}
& .ant-input, .ant-input .ant-input-suffix {
.ant-input, .ant-input .ant-input-suffix {
background-color: #FFFFFF !important;
}
& .ant-select-open .ant-select-selection{
.ant-select-open .ant-select-selection{
border: 1px solid #4154F1 !important;
}
& .ant-form-item{
.ant-form-item{
margin-bottom: 0.5em;
display: flex;
}
& td>p{
td>p{
margin: 0.3em 0 0.6em !important;
}
& .but41_border{
.but41_border{
margin-bottom: 0.6em;
padding: 0 0.5em;
}
& .ant-cascader-menu-item:hover {
.ant-cascader-menu-item:hover {
background: #F2F3FF;
}
& .ant-form-item-label{
.ant-form-item-label{
line-height: 2.5em;
width: 100px;
margin-right: 10px;
}
}
& .buts{
.buts{
font-size: 0.7em;
padding: 1.5em 2em;
background-color: #f5f5f5;