Compare commits
No commits in common. "4418d1ae27c807f425f1e06e4def0d630dd35e97" and "adc4f99636c650d7cb668da06c9010f5d5f1b1f6" have entirely different histories.
4418d1ae27
...
adc4f99636
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue