< 用户:卡介菌
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5。
#wpCaptchaWord {
padding: 8px 12px;
border: 1px solid #cccccc;
border-radius: 4px;
font-size: 1em;
line-height: 1.5;
width: 250px;
max-width: 100%;
box-sizing: border-box;
margin-top: 5px;
margin-bottom: 10px;
background-color: #f9f9f9;
color: #333333;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#wpCaptchaWord:focus {
border-color: #007bff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
background-color: #ffffff;
}
editform .captcha,
userloginForm .captcha,
createaccountform .captcha
{
padding: 15px;
background-color: #f0f0f0;
border: 1px dashed #ddd;
border-radius: 5px;
}