Merge branch 'main' into zouyf_dev

This commit is contained in:
“zouyf” 2024-10-30 15:33:24 +08:00
commit 4c10409e07
1 changed files with 2 additions and 2 deletions

View File

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