登录组件优化

This commit is contained in:
kron
2025-08-07 11:34:30 +08:00
parent b180d89ab2
commit 125719f294

View File

@@ -137,7 +137,6 @@ const handleLogin = () => {
align-items: center; align-items: center;
margin-bottom: 20px; margin-bottom: 20px;
border-bottom: 1px solid #fff3; border-bottom: 1px solid #fff3;
line-height: 55px;
} }
.avatar { .avatar {
margin: 0; margin: 0;
@@ -147,6 +146,7 @@ const handleLogin = () => {
width: 20%; width: 20%;
color: #fff9; color: #fff9;
font-size: 14px; font-size: 14px;
line-height: 55px;
} }
.avatar > button > text { .avatar > button > text {
color: #fff9; color: #fff9;
@@ -156,6 +156,7 @@ const handleLogin = () => {
flex: 1; flex: 1;
font-size: 14px; font-size: 14px;
color: #fff; color: #fff;
line-height: 55px;
} }
.wechat-icon { .wechat-icon {
width: 24px; width: 24px;
@@ -182,7 +183,9 @@ const handleLogin = () => {
margin-right: 10px; margin-right: 10px;
border: 1px solid #fff; border: 1px solid #fff;
} }
.login-btn::after { .login-btn {
border: none; line-height: 55px;
width: 80%;
display: flex;
} }
</style> </style>