This commit is contained in:
zmj 2024-05-09 09:25:21 +08:00
parent c58d2e4629
commit 304389778b
2 changed files with 12 additions and 11 deletions

View File

@ -1729,7 +1729,7 @@
background-color: white;
width: 750rpx !important;
padding: 0 112rpx 50rpx 112rpx;
margin-top: 50rpx;
margin-top: 30rpx 0 30rpx 0;
.login-type-btn {
padding: 12rpx 30rpx;

View File

@ -677,10 +677,11 @@
width: 690rpx;
height: 90rpx;
border-radius: 45rpx;
margin: 80rpx auto 0 auto;
margin: 80rpx auto 40rpx auto;
color: var(--view-theme);
background-color: #ffffff;
border: 1px solid var(--view-theme);
}
.avatar-box {