From 5f625aa305cdbcfa86e01c15dbcedaad3c53ad04 Mon Sep 17 00:00:00 2001 From: ganpeng <190875565@qq.com> Date: Wed, 1 Jun 2022 14:02:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E6=8E=89=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E7=9A=84css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Lockscreen/Recharge.vue | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/components/Lockscreen/Recharge.vue b/src/components/Lockscreen/Recharge.vue index b8f7f81..4eef443 100644 --- a/src/components/Lockscreen/Recharge.vue +++ b/src/components/Lockscreen/Recharge.vue @@ -135,22 +135,6 @@ } } - @width: ~`Math.round(Math.random() * 100) ` px; - @left: calc(15px + `Math.round(Math.random(70)) `); - each(range(15), { - .xiaoma-@{value} { - height: (@value * 50px); - } - li:nth-child(@{index}) { - top: 50%; - left: @left; - width: @width; - height: @width; - transform: translate(-50%, -50%); - /*animation: moveToTop (Math.random(6) + 3s) ease-in-out -(Math.random(5000) / 1000s) infinite;*/ - } -}); - @keyframes rotate { 50% { border-radius: 45% / 42% 38% 58% 49%;