首页
This commit is contained in:
parent
dbf6a467ac
commit
c55b7f62ba
@ -262,7 +262,7 @@ const getSafeImagePath = (item, type) => {
|
||||
.leafs {
|
||||
position: absolute;
|
||||
transform-origin: center center;
|
||||
width: 46px;
|
||||
width: 44px;
|
||||
height: 46px;
|
||||
animation-name: leafRotate;
|
||||
.leaf_1 {
|
||||
|
@ -421,7 +421,7 @@ const hexToRgba = (hex, alpha) => {
|
||||
position: absolute;
|
||||
/* animation: leafRotate 1s infinite linear;*/
|
||||
transform-origin: center center;
|
||||
width: 46px;
|
||||
width: 44px;
|
||||
height: 46px;
|
||||
/*animation-duration: 1s;*/
|
||||
animation-name: leafRotate;
|
||||
|
@ -172,7 +172,7 @@ const props = defineProps({
|
||||
position: absolute;
|
||||
/* animation: leafRotate 1s infinite linear;*/
|
||||
transform-origin: center center;
|
||||
width: 46px;
|
||||
width: 44px;
|
||||
height: 46px;
|
||||
/*animation-duration: 1s;*/
|
||||
animation-name: leafRotate;
|
||||
|
@ -164,7 +164,7 @@ const props = defineProps({
|
||||
position: absolute;
|
||||
/* animation: leafRotate 1s infinite linear;*/
|
||||
transform-origin: center center;
|
||||
width: 46px;
|
||||
width: 44px;
|
||||
height: 46px;
|
||||
/*animation-duration: 1s;*/
|
||||
animation-name: leafRotate;
|
||||
|
@ -165,7 +165,7 @@ const props = defineProps({
|
||||
position: absolute;
|
||||
/* animation: leafRotate 1s infinite linear;*/
|
||||
transform-origin: center center;
|
||||
width: 46px;
|
||||
width: 44px;
|
||||
height: 46px;
|
||||
/*animation-duration: 1s;*/
|
||||
animation-name: leafRotate;
|
||||
|
Loading…
Reference in New Issue
Block a user