feat: 添加 PrimeVue 组件并更新样式,增强按钮交互体验
This commit is contained in:
@ -7,18 +7,16 @@
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
button:not(.van-button),
|
||||
a,
|
||||
/* button:not(.van-button),
|
||||
a, */
|
||||
.green {
|
||||
text-decoration: none;
|
||||
color: hsla(160, 100%, 37%, 1);
|
||||
transition: 0.4s;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
@media (hover: hover) {
|
||||
button:not(.van-button):hover,
|
||||
a:hover {
|
||||
background-color: hsla(160, 100%, 37%, 0.2);
|
||||
}
|
||||
.green:hover {
|
||||
background-color: hsla(160, 100%, 37%, 0.2);
|
||||
}
|
||||
@media (hover: hover) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user