dev_forum
parent
a019b59761
commit
9ab9cc7ce2
@ -1,47 +1,49 @@
|
|||||||
.login_register_content, .login_register_content .ant-tabs-tabpane {
|
.login_register_content, .login_register_content .ant-tabs-tabpane {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.login_register_content .ant-input {
|
.login_register_content .ant-input {
|
||||||
background:rgb(244,244,244);
|
background:rgb(244,244,244);
|
||||||
}
|
}
|
||||||
.login_register_content {
|
.login_register_content {
|
||||||
width: 434px;
|
width: 434px;
|
||||||
box-shadow:3px 10px 21px 0px rgba(76,76,76,0.15);
|
box-shadow:3px 10px 21px 0px rgba(76,76,76,0.15);
|
||||||
border-radius:6px;
|
border-radius:6px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
.login_register_content .ant-tabs-ink-bar {
|
.login_register_content .ant-tabs-ink-bar {
|
||||||
width: 21px !important;
|
width: 21px !important;
|
||||||
left: 19px;
|
left: 19px;
|
||||||
}
|
}
|
||||||
.login_register_content .ant-tabs {
|
.login_register_content .ant-tabs {
|
||||||
width: 354px;
|
width: 354px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login_section {
|
.login_section {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display:flex;
|
display:flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
.loginInput {
|
.loginInput {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
height: 38px;
|
background-color: #fff!important;
|
||||||
}
|
height: 45px;
|
||||||
|
padding: 5px;
|
||||||
.left_right {
|
}
|
||||||
width: 100%;
|
|
||||||
display: flex;
|
.left_right {
|
||||||
justify-content: space-between;
|
width: 100%;
|
||||||
}
|
display: flex;
|
||||||
.login_btn {
|
justify-content: space-between;
|
||||||
width: 100%;
|
}
|
||||||
margin-top: 26px;
|
.login_btn {
|
||||||
margin-bottom: 26px;
|
width: 100%;
|
||||||
}
|
margin-top: 26px;
|
||||||
.dragValidator {
|
margin-bottom: 26px;
|
||||||
margin-bottom: 16px;
|
}
|
||||||
|
.dragValidator {
|
||||||
|
margin-bottom: 16px;
|
||||||
}
|
}
|
Loading…
Reference in new issue