修改登录页样式

This commit is contained in:
zhouyanli
2026-05-05 16:21:56 +08:00
parent d0a0b2dbaf
commit e030bb7cb9
8 changed files with 85 additions and 64 deletions

View File

@@ -180,9 +180,10 @@ const handleConfirm = () => {
line-height: 88rpx;
background-color: #007aff;
color: #fff;
border-radius: 44rpx;
font-size: 32rpx;
border-radius: 8rpx;
font-size: 28rpx;
margin-top: 20rpx;
margin-top: 66rpx;
}
/* 确定按钮禁用状态 */
@@ -192,6 +193,6 @@ const handleConfirm = () => {
}
/* 禁用按钮边框 */
button:after{
border-radius: 50px;
border-radius: 8px;
}
</style>