Merge pull request '点赞颜色统一 apt' (#378) from zdg into main
Reviewed-on: #378
This commit is contained in:
commit
fb5daf221f
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue