修改登录页样式
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user