87 lines
1.5 KiB
Plaintext
87 lines
1.5 KiB
Plaintext
page {
|
|
background-color: #e9edf6;
|
|
}
|
|
.head {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
width: 100%;
|
|
height: 30vh;
|
|
z-index: -1;
|
|
}
|
|
.head image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.title {
|
|
padding-left: 80rpx;
|
|
padding-top: 100rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: flex-start;
|
|
flex-direction: column;
|
|
height: 30vh;
|
|
}
|
|
.title .name {
|
|
font-size: 70rpx;
|
|
line-height: 100rpx;
|
|
font-weight: bold;
|
|
}
|
|
.title .sub-name {
|
|
line-height: 80rpx;
|
|
font-size: 45rpx;
|
|
letter-spacing: 8rpx;
|
|
font-weight: bold;
|
|
}
|
|
.form-box {
|
|
padding: 0rpx 80rpx;
|
|
}
|
|
.form-box .row-input {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
height: 100rpx;
|
|
background-color: #ffffff;
|
|
border-radius: 12rpx;
|
|
margin: 50rpx 0rpx;
|
|
}
|
|
.form-box .row-input image {
|
|
margin: 0 25rpx;
|
|
flex-shrink: 0;
|
|
width: 31rpx;
|
|
height: 35rpx;
|
|
}
|
|
.form-box .row-input input {
|
|
font-size: 30rpx;
|
|
flex: 1;
|
|
}
|
|
.form-box .menu-link {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-size: 26rpx;
|
|
}
|
|
.form-box .login-btn {
|
|
margin-top: 250rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 90rpx;
|
|
border-radius: 12rpx;
|
|
background-color: #819682;
|
|
color: #f4f4f4;
|
|
font-size: 30rpx;
|
|
letter-spacing: 5rpx;
|
|
box-shadow: 0rpx 5rpx 20rpx #94ac95;
|
|
}
|
|
.form-box .tip-link {
|
|
display: flex;
|
|
justify-content: center;
|
|
letter-spacing: 3rpx;
|
|
line-height: 150rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
.form-box .tip-link text {
|
|
color: #57a2ee;
|
|
} |