input 全局样式调整

This commit is contained in:
任珮宇 2024-01-30 17:43:42 +08:00
parent 7e8e82c9e1
commit f09ca1e38a

View File

@ -355,7 +355,7 @@ body {
border-radius: 0; border-radius: 0;
&::placeholder { &::placeholder {
color: #fff; color: #ccc;
} }
} }
@ -392,7 +392,7 @@ body {
border-radius: 0; border-radius: 0;
color: #fff; color: #fff;
&::placeholder { &::placeholder {
color: #fff; color: #ccc;
} }
&:focus { &:focus {
box-shadow: none; box-shadow: none;