点赞-颜色恢复
This commit is contained in:
parent
eca5f8f815
commit
1b3d226412
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue