榆山
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.

167 lines
3.2 KiB

page {
width: 100%;
min-height:100vh;
height: auto;
overflow-y: auto;
}
.login {
width: 100%;
min-height: 100vh;
height: auto;
position: relative;
}
.login .login-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.login .content {
width: 100%;
height: 100vh;
position: relative;
z-index: 100;
display: flex;
flex-direction: column;
align-items: center;
}
.login .content .logo {
width: 160rpx;
height: 160rpx;
box-sizing: border-box;
border: 4rpx solid #68a8ff;
border-radius: 50%;
overflow: hidden;
margin-top: 90rpx;
}
.login .content .logo image {
width: 100%;
height:100%;
background: #fff;
4 years ago
border-radius: 50%;
}
.login .content .title {
font-size: 40rpx;
color: #fff;
width: 100%;
height: 180rpx;
line-height: 180rpx;
text-align: center;
}
.login .content .logo-form {
width: 640rpx;
height: 570rpx;
border-radius: 24rpx;
background: #fff;
box-sizing: border-box;
padding: 0 40rpx;
overflow: hidden;
}
.login .content .logo-form .item {
width: 100%;
height: 88rpx;
background: #f8f8f8;
border-radius: 44rpx;
box-sizing: border-box;
padding-left: 43rpx;
display: flex;
align-items: center;
}
.login .content .logo-form .username {
margin-top: 95rpx;
}
.login .content .logo-form .item + .item {
margin-top: 30rpx;
}
.login .content .logo-form .item image {
width: 34rpx;
height: 34rpx;
margin-right: 33rpx;
}
.login .content .logo-form .item input {
height: 88rpx;
width: calc(100% - 34rpx -33rpx);
color: #333;
font-size: 34rpx;
line-height: 88rpx;
}
.login .content .logo-form .item .placeholder-style {
color: #BDC5CF;
font-size: 30rpx;
line-height: 88rpx;
}
.login .content .logo-form .submit {
width: 100%;
height: 86rpx;
display: flex;
align-items: center;
justify-content: center;
margin-top: 95rpx;
}
.login .content .logo-form .submit button {
width: 100%;
height: 86rpx;
background: #3C6CFC;
color: #fff;
font-size: 36rpx;
line-height: 86rpx;
text-align: center;
border-radius: 43rpx;
box-shadow:0px 5px 16px 0px rgba(60,108,252,0.36);
}
.login .content .logo-form .submit .hover-button {
background: rgb(3, 66, 255);
}
.login .content .note {
width: 640rpx;
box-sizing: border-box;
padding: 0 20rpx;
}
.login .content .note .intro-note {
width: 100%;
display: flex;
align-items: center;
height: 40rpx;
position: relative;
z-index: 100;
}
.login .content .note .intro-note .note-title {
font-size: 24rpx;
color: #eee;
}
.login .content .note .intro-note image {
width: 26rpx;
height: 26rpx;
margin-left: 7rpx;
}
.login .content .note .intro-content {
width: 100%;
position: relative;
top: -20rpx;
}
.login .content .note .intro-content .close {
width: 100%;
height: 30rpx;
display: flex;
align-items: center;
justify-content: flex-end;
margin-bottom: 10rpx;
}
.login .content .note .intro-content .close image {
width: 30rpx;
height: 30rpx;
}
.login .content .note .intro-content .program-intro {
width: 100%;
box-sizing: border-box;
padding: 20rpx 25rpx;
font-size: 26rpx;
color: #666;
line-height: 36rpx;
border-radius: 24rpx;
background: #fff;
text-indent: 52rpx;
}