diff --git a/css/index.css b/css/index.css index 1879eda..30078fc 100644 --- a/css/index.css +++ b/css/index.css @@ -154,8 +154,6 @@ height: 16px; margin-right: 8px; transition: transform 0.5s ease; -} -.fate .title .btn .icon.rotate { transform: rotate(var(--rotation, 0deg)); /* 使用CSS变量 */ } diff --git a/css/index.less b/css/index.less index 3e76ce0..54428bb 100644 --- a/css/index.less +++ b/css/index.less @@ -179,10 +179,7 @@ height: 16px; margin-right: 8px; transition: transform 0.5s ease; - - &.rotate { - transform: rotate(var(--rotation, 0deg)); /* 使用CSS变量 */ - } + transform: rotate(var(--rotation, 0deg)); /* 使用CSS变量 */ } } }