Merge pull request '点赞颜色统一 apt' (#378) from zdg into main

Reviewed-on: #378
This commit is contained in:
zhengdegang 2024-10-30 10:37:18 +08:00
commit fb5daf221f
1 changed files with 2 additions and 2 deletions

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);
}
}
}