fix: 排除 van-button 类的样式影响
All checks were successful
CI / build-and-deploy (push) Successful in 4m51s

This commit is contained in:
严浩
2024-10-09 16:31:22 +08:00
parent dbb608779a
commit 54e6951ae8

View File

@ -7,7 +7,7 @@
font-weight: normal; font-weight: normal;
} }
button, button:not(.van-button),
a, a,
.green { .green {
text-decoration: none; text-decoration: none;
@ -17,7 +17,7 @@ a,
} }
@media (hover: hover) { @media (hover: hover) {
button:hover, button:not(.van-button):hover,
a:hover { a:hover {
background-color: hsla(160, 100%, 37%, 0.2); background-color: hsla(160, 100%, 37%, 0.2);
} }