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.
156 lines
3.3 KiB
156 lines
3.3 KiB
.register-footer {
|
|
white-space: pre;
|
|
color: #999;
|
|
font-size: 14px;
|
|
margin-top: 70px;
|
|
padding-bottom: 50px;
|
|
text-align: center;
|
|
}
|
|
.register-footer span {
|
|
font-size: 18px;
|
|
}
|
|
.register-panel {
|
|
width: 420px;
|
|
background: #ffffff;
|
|
box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
|
|
border-radius: 8px;
|
|
padding: 0 26px 30px 26px;
|
|
margin-top: -36px;
|
|
}
|
|
.register-panel input {
|
|
border-radius: 4px;
|
|
border: 1px solid #dddddd;
|
|
}
|
|
.register-panel button {
|
|
border-radius: 4px;
|
|
}
|
|
.register-panel .ant-form-item-explain {
|
|
line-height: 2;
|
|
}
|
|
.register-panel .ant-form-item {
|
|
margin-bottom: 20px;
|
|
}
|
|
.register-panel input:-internal-autofill-previewed,
|
|
.register-panel input:-internal-autofill-selected {
|
|
transition: background-color 5000s ease-in-out 0s !important;
|
|
}
|
|
.register-panel .ant-form-item-with-help {
|
|
margin-bottom: 0;
|
|
}
|
|
.register-panel .service-terms .ant-form-item-control-input {
|
|
min-height: 10px;
|
|
line-height: 10px;
|
|
}
|
|
.register-container {
|
|
background: #eaf2ff;
|
|
min-height: 100vh;
|
|
}
|
|
.register-container .navs {
|
|
list-style: none;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
width: 100%;
|
|
-ms-flex-flow: row nowrap;
|
|
flex-flow: row nowrap;
|
|
padding: 0;
|
|
margin: 0;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
font-size: 18px;
|
|
border-bottom: 1px solid #e8e8e8;
|
|
margin-bottom: 20px;
|
|
}
|
|
.register-container .navs a {
|
|
display: block;
|
|
line-height: 48px;
|
|
padding: 0 20px;
|
|
color: rgba(0, 0, 0, 0.65);
|
|
border-bottom: 2px solid transparent;
|
|
}
|
|
.register-container .navs a.active {
|
|
color: #1890ff;
|
|
border-bottom: 2px solid #1890ff;
|
|
}
|
|
.register-bg {
|
|
background: #eaf2ff url(./static/bg.ac7ae648.png);
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-position: 100% 100%;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
height: calc(100vh - 64px);
|
|
}
|
|
.register-nav {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
height: 90px;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.register-nav .nav-active {
|
|
color: #1890ff;
|
|
}
|
|
.register-nav .nav-active:after {
|
|
content: '';
|
|
width: 50%;
|
|
height: 2px;
|
|
position: absolute;
|
|
z-index: 2;
|
|
left: 50%;
|
|
-ms-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
bottom: -6px;
|
|
background-color: #1890ff;
|
|
}
|
|
.register-nav div {
|
|
position: relative;
|
|
margin-right: 42px;
|
|
font-size: 18px;
|
|
color: #888888;
|
|
cursor: pointer;
|
|
}
|
|
.login-select {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
margin-top: -36px;
|
|
}
|
|
.login-select span {
|
|
width: 150px;
|
|
height: 150px;
|
|
background: #fff;
|
|
border-radius: 20px;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
margin-right: 163px;
|
|
-ms-flex-flow: column;
|
|
flex-flow: column;
|
|
font-size: 16px;
|
|
color: #1890ff;
|
|
cursor: pointer;
|
|
}
|
|
.login-select span i {
|
|
font-size: 70px;
|
|
}
|
|
.login-select span:hover {
|
|
background: #1890ff;
|
|
color: #fff;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|