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