完成了登录模块

This commit is contained in:
2025-05-19 09:17:46 +08:00
parent 3fe9c3c209
commit 10f0ebaf3d
8 changed files with 282 additions and 0 deletions

View File

@ -0,0 +1,25 @@
.mt-17 {
margin-top: 31.88rpx;
}
.page {
padding: 45rpx 30rpx 978.75rpx;
background-color: #ffffff;
width: 100%;
overflow-y: auto;
overflow-x: hidden;
height: 100%;
}
.text {
color: #000000;
font-size: 30rpx;
font-family: SourceHanSansCN;
line-height: 27.99rpx;
font-weight: bold;
}
.text_2 {
color: #969696;
font-size: 22.5rpx;
font-family: SourceHanSansCN;
line-height: 26.25rpx;
width: 256.25rpx;
}