点赞颜色统一 apt #378

Merged
zhengdegang merged 1 commits from zdg into main 2024-10-30 10:37:20 +08:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit eca5f8f815 - Show all commits

View File

@ -258,11 +258,11 @@ defineExpose({ trigger })
min-width: 15px;
// height: 500px;
&.like{
background-image: linear-gradient(to top, #d2f0cb, #2f9e44);
background-image: linear-gradient(to top, #ebc6c6, #ff0000);
// animation: striped-flow 5s linear infinite;
}
&.doubt{
background-image: linear-gradient(to top, #ebc6c6, #ff0000);
background-image: linear-gradient(to top, #d2f0cb, #2f9e44);
}
}
}