移除验证码输入框
This commit is contained in:
@@ -2800,32 +2800,6 @@ button:active:not(:disabled),
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.auth-captcha-row {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) 118px;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.auth-captcha-button {
|
||||
height: 44px;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 8px;
|
||||
background: #ffffff;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.auth-captcha-button img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.auth-submit,
|
||||
.auth-submit.button {
|
||||
width: 100%;
|
||||
@@ -2899,8 +2873,4 @@ button:active:not(:disabled),
|
||||
width: 34px;
|
||||
min-height: 34px;
|
||||
}
|
||||
|
||||
.auth-captcha-row {
|
||||
grid-template-columns: minmax(0, 1fr) 104px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user