修改禁用按钮边框
This commit is contained in:
@@ -274,6 +274,7 @@ onUnmounted(() => {
|
||||
.get-verify-btn:disabled {
|
||||
background-color: #ccc;
|
||||
color: #fff;
|
||||
border-radius: 50px;
|
||||
}
|
||||
|
||||
/* 协议勾选项 */
|
||||
@@ -307,7 +308,11 @@ onUnmounted(() => {
|
||||
.login-btn:disabled {
|
||||
background-color: #99c8ff;
|
||||
color: #fff;
|
||||
border-radius: 50px;
|
||||
/* border-radius: 50px; */
|
||||
}
|
||||
/* 禁用按钮边框 */
|
||||
button:after{
|
||||
border-radius: 50px;
|
||||
}
|
||||
|
||||
/* 底部链接 */
|
||||
|
||||
Reference in New Issue
Block a user