描述:登录页细节优化

This commit is contained in:
SelfRidicule 2024-02-22 16:59:19 +08:00
parent aaaac8c7ba
commit ae5b0b3f54
2 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,7 @@
{ {
"navigationBarTitleText": "登录",
"usingComponents": {
} "navigationBarTitleText": "登录",
"navigationBarTextStyle" : "white",
"navigationBarBackgroundColor": "#508ee6",
"navigationStyle": "custom"
} }

View File

@ -10,7 +10,7 @@
.titleImg{ .titleImg{
display: block; display: block;
position: absolute; position: absolute;
top: 150rpx; top: 296rpx;
left: 50%; left: 50%;
margin-left: -325rpx; margin-left: -325rpx;
width: 649rpx; width: 649rpx;
@ -20,7 +20,7 @@
.bottomView{ .bottomView{
position: absolute; position: absolute;
left: 50%; left: 50%;
bottom: 120rpx; bottom: 129rpx;
margin-left: -310rpx; margin-left: -310rpx;
width: 620rpx; width: 620rpx;
height: 150rpx; height: 150rpx;