zouyf_dev #380

Merged
zouyf merged 4 commits from zouyf_dev into main 2024-10-31 12:36:33 +08:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 4c10409e07 - Show all commits

View File

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