修改禁用按钮边框
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:after{
|
/* button:after{
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
}
|
} */
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -182,4 +182,8 @@ const handleConfirm = () => {
|
|||||||
background-color: #99c8ff;
|
background-color: #99c8ff;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
/* 禁用按钮边框 */
|
||||||
|
button:after{
|
||||||
|
border-radius: 50px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -214,6 +214,10 @@ const goBack = () => {
|
|||||||
background-color: #99c8ff;
|
background-color: #99c8ff;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
/* 禁用按钮边框 */
|
||||||
|
button:after{
|
||||||
|
border-radius: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -274,6 +274,7 @@ onUnmounted(() => {
|
|||||||
.get-verify-btn:disabled {
|
.get-verify-btn:disabled {
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
border-radius: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 协议勾选项 */
|
/* 协议勾选项 */
|
||||||
@@ -307,6 +308,10 @@ onUnmounted(() => {
|
|||||||
.login-btn:disabled {
|
.login-btn:disabled {
|
||||||
background-color: #99c8ff;
|
background-color: #99c8ff;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
/* border-radius: 50px; */
|
||||||
|
}
|
||||||
|
/* 禁用按钮边框 */
|
||||||
|
button:after{
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -216,7 +216,7 @@ const handleLogin = () => {
|
|||||||
.login-btn:disabled {
|
.login-btn:disabled {
|
||||||
background-color: #99c8ff;
|
background-color: #99c8ff;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
border-radius: 50px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -346,7 +346,9 @@ onUnmounted(() => {
|
|||||||
font-size: 32rpx;
|
font-size: 32rpx;
|
||||||
margin-bottom: 40rpx;
|
margin-bottom: 40rpx;
|
||||||
}
|
}
|
||||||
|
button:after{
|
||||||
|
border-radius: 50px;
|
||||||
|
}
|
||||||
.register-btn:disabled {
|
.register-btn:disabled {
|
||||||
background-color: #99c8ff;
|
background-color: #99c8ff;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
Reference in New Issue
Block a user