2026-08-26 14:01:10 +08:00
|
|
|
.banner {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 520px;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.banner__bg {
|
|
|
|
|
z-index: 0;
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
-o-object-fit: cover;
|
|
|
|
|
object-fit: cover;
|
|
|
|
|
display: block
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.banner__body {
|
|
|
|
|
z-index: 1;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
user-select: none;
|
|
|
|
|
color: #fff;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.banner__body__title {
|
|
|
|
|
font-size: 60px;
|
|
|
|
|
line-height: 90px;
|
|
|
|
|
user-select: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.banner__body__sub {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
font-size: 20px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main__title {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin: 95px 0 65px 0;
|
|
|
|
|
font-size: 28px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main__bottom {
|
|
|
|
|
margin-top: 80px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-con[data-v-6899443a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
width: 380px;
|
|
|
|
|
padding: 60px 75px;
|
|
|
|
|
box-shadow: #ccc 0 0 5px;
|
|
|
|
|
border-radius: 8px
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-con .form-item-row[data-v-6899443a] {
|
|
|
|
|
display: flex;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
flex: 1
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-submit[data-v-6899443a] {
|
|
|
|
|
width: 260px;
|
|
|
|
|
height: 48px;
|
|
|
|
|
margin-top: 30px;
|
|
|
|
|
background-color: #ffc300;
|
|
|
|
|
color: #000
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.remark[data-v-6899443a] {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #717171
|
|
|
|
|
}
|
2026-08-25 12:01:09 +08:00
|
|
|
|
|
|
|
|
/*# sourceMappingURL=register.css.map?hash=b446ba1443bc4913f472*/
|