From cd2dc7d64d6e5c0197e8e5688048f3b6fdace991 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 25 Sep 2023 09:07:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E7=AA=97=E7=AE=AD=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/devicepop.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/devicepop.vue b/src/components/devicepop.vue index f86bf59..7190142 100644 --- a/src/components/devicepop.vue +++ b/src/components/devicepop.vue @@ -62,7 +62,7 @@ export default { .popup_wraper position absolute left 50% - transform translateX(-50%) translateY(calc(-100% - 73px)) + transform translateX(-50%) translateY(calc(-100% - 13px)) top 0 z-index 100 padding 20px 0 30px 0 @@ -71,19 +71,19 @@ export default { .popup_wraper_down top auto bottom 0 - transform translateX(-50%) translateY(calc(100% + 73px)) + transform translateX(-50%) translateY(calc(100% + 13px)) .popup_arrow position absolute _wh(22px, 23px) left calc(50% - 11px) bottom -23px - animation todown 1.5s ease-in-out infinite + // animation todown 1.5s ease-in-out infinite img _wh(100%, 100%) .popup_arrow_down bottom auto top -23px - animation toUp 1.5s ease-in-out infinite + // animation toUp 1.5s ease-in-out infinite img transform rotateZ(180deg) .popup_bg