2024-05-06 15:34:15 +08:00
|
|
|
/* pages/login/login.wxss */
|
2024-07-05 17:17:55 +08:00
|
|
|
page {
|
2024-05-06 15:34:15 +08:00
|
|
|
background: #f5f5f5;
|
|
|
|
}
|
2024-07-05 17:17:55 +08:00
|
|
|
.main {
|
|
|
|
position: relative;
|
2024-05-06 15:34:15 +08:00
|
|
|
}
|
2024-07-05 17:17:55 +08:00
|
|
|
.login-top {
|
2024-05-06 15:34:15 +08:00
|
|
|
width: 750rpx;
|
2024-07-05 17:17:55 +08:00
|
|
|
height: 376rpx;
|
2024-05-06 15:34:15 +08:00
|
|
|
position: absolute;
|
2024-07-05 17:17:55 +08:00
|
|
|
top: 0;
|
2024-05-06 15:34:15 +08:00
|
|
|
left: 0;
|
|
|
|
}
|
2024-07-05 17:17:55 +08:00
|
|
|
.login-top image {
|
2024-05-06 15:34:15 +08:00
|
|
|
width: 750rpx;
|
2024-07-05 17:17:55 +08:00
|
|
|
height: 376rpx;
|
2024-05-06 15:34:15 +08:00
|
|
|
}
|
2024-07-05 17:17:55 +08:00
|
|
|
.login-content {
|
2024-05-06 15:34:15 +08:00
|
|
|
width: 690rpx;
|
2024-07-05 17:17:55 +08:00
|
|
|
height: 887rpx;
|
|
|
|
border-radius: 40rpx;
|
2024-05-06 15:34:15 +08:00
|
|
|
position: relative;
|
2024-07-05 17:17:55 +08:00
|
|
|
top: 54rpx;
|
2024-05-06 15:34:15 +08:00
|
|
|
left: 30rpx;
|
|
|
|
}
|
2024-07-05 17:17:55 +08:00
|
|
|
.login-bj {
|
2024-05-06 15:34:15 +08:00
|
|
|
width: 690rpx;
|
2024-07-05 17:17:55 +08:00
|
|
|
height: 887rpx;
|
2024-05-06 15:34:15 +08:00
|
|
|
position: absolute;
|
2024-07-05 17:17:55 +08:00
|
|
|
left: 0;
|
|
|
|
top: 0;
|
2024-05-06 15:34:15 +08:00
|
|
|
}
|
2024-07-05 17:17:55 +08:00
|
|
|
.login-title {
|
2024-05-06 15:34:15 +08:00
|
|
|
font-size: 36rpx;
|
2024-07-05 17:17:55 +08:00
|
|
|
color: #ee7b1e;
|
2024-05-06 15:34:15 +08:00
|
|
|
text-align: center;
|
|
|
|
position: relative;
|
2024-07-05 17:17:55 +08:00
|
|
|
top: 130rpx;
|
2024-05-06 15:34:15 +08:00
|
|
|
}
|
2024-07-05 17:17:55 +08:00
|
|
|
.login-logo {
|
2024-05-06 15:34:15 +08:00
|
|
|
width: 120rpx;
|
2024-07-05 17:17:55 +08:00
|
|
|
height: 120rpx;
|
2024-05-06 15:34:15 +08:00
|
|
|
border-radius: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
position: absolute;
|
2024-07-05 17:17:55 +08:00
|
|
|
top: 256rpx;
|
|
|
|
left: 281rpx;
|
2024-05-06 15:34:15 +08:00
|
|
|
}
|
2024-07-05 17:17:55 +08:00
|
|
|
.login-logo .avatar-wrapper {
|
|
|
|
padding: 0;
|
|
|
|
width: 120rpx !important;
|
|
|
|
height: 120rpx !important;
|
|
|
|
}
|
|
|
|
.login-logo .avatar-wrapper .avatar {
|
|
|
|
width: 120rpx;
|
|
|
|
height: 120rpx;
|
|
|
|
}
|
|
|
|
.nickname {
|
|
|
|
display: flex;
|
|
|
|
width: 400rpx;
|
|
|
|
justify-content: space-between;
|
|
|
|
position: absolute;
|
|
|
|
left: 175rpx;
|
|
|
|
top: 460rpx;
|
|
|
|
}
|
|
|
|
.login-name {
|
2024-05-06 15:34:15 +08:00
|
|
|
font-size: 36rpx;
|
2024-07-05 17:17:55 +08:00
|
|
|
color: #ee7b1e;
|
2024-05-06 15:34:15 +08:00
|
|
|
position: absolute;
|
2024-07-05 17:17:55 +08:00
|
|
|
top: 600rpx;
|
|
|
|
left: 270rpx;
|
2024-05-06 15:34:15 +08:00
|
|
|
}
|
2024-07-05 17:17:55 +08:00
|
|
|
.login-text {
|
2024-05-06 15:34:15 +08:00
|
|
|
font-size: 28rpx;
|
2024-07-05 17:17:55 +08:00
|
|
|
color: #6e6b79;
|
2024-05-06 15:34:15 +08:00
|
|
|
position: absolute;
|
2024-07-05 17:17:55 +08:00
|
|
|
top: 680rpx;
|
|
|
|
left: 119rpx;
|
2024-05-06 15:34:15 +08:00
|
|
|
}
|
2024-07-05 17:17:55 +08:00
|
|
|
.btn {
|
2024-05-06 15:34:15 +08:00
|
|
|
width: 690rpx;
|
2024-07-05 17:17:55 +08:00
|
|
|
height: 88rpx;
|
|
|
|
background-image: linear-gradient(-90deg, #ee7b1e 0%, #fdae03 100%);
|
|
|
|
border-radius: 44rpx;
|
2024-05-06 15:34:15 +08:00
|
|
|
font-size: 36rpx;
|
2024-07-05 17:17:55 +08:00
|
|
|
line-height: 88rpx;
|
|
|
|
color: #ffffff;
|
2024-05-06 15:34:15 +08:00
|
|
|
text-align: center;
|
|
|
|
padding: 0;
|
|
|
|
margin-top: 170rpx;
|
2024-07-05 17:17:55 +08:00
|
|
|
}
|