Merge pull request 'zdg' (#379) from zdg into main

Reviewed-on: #379
This commit is contained in:
zhengdegang 2024-10-30 13:55:37 +08:00
commit 4418d1ae27
1 changed files with 4 additions and 4 deletions

View File

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