2025-03-31 17:35:46 +08:00
|
|
|
// 覆盖 autofill 样式
|
|
|
|
|
input:-webkit-autofill,
|
2025-04-05 20:19:28 +08:00
|
|
|
input:-webkit-autofill:hover,
|
2025-03-31 17:35:46 +08:00
|
|
|
input:-webkit-autofill:focus,
|
|
|
|
|
textarea:-webkit-autofill,
|
|
|
|
|
textarea:-webkit-autofill:hover,
|
|
|
|
|
textarea:-webkit-autofill:focus,
|
|
|
|
|
select:-webkit-autofill,
|
|
|
|
|
select:-webkit-autofill:hover,
|
|
|
|
|
select:-webkit-autofill:focus {
|
|
|
|
|
-webkit-box-shadow: 0 0 0px 1000px transparent inset;
|
|
|
|
|
transition: background-color 5000s ease-in-out 0s;
|
|
|
|
|
background-color: transparent;
|
2025-09-29 15:18:46 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-footer {
|
2025-09-29 17:56:19 +08:00
|
|
|
height: 35px !important; /* 使用 !important 确保覆盖默认样式 */
|
2025-03-31 17:35:46 +08:00
|
|
|
}
|