弹窗箭头

This commit is contained in:
2023-09-25 09:07:07 +08:00
parent 1243b878b6
commit cd2dc7d64d

View File

@@ -62,7 +62,7 @@ export default {
.popup_wraper .popup_wraper
position absolute position absolute
left 50% left 50%
transform translateX(-50%) translateY(calc(-100% - 73px)) transform translateX(-50%) translateY(calc(-100% - 13px))
top 0 top 0
z-index 100 z-index 100
padding 20px 0 30px 0 padding 20px 0 30px 0
@@ -71,19 +71,19 @@ export default {
.popup_wraper_down .popup_wraper_down
top auto top auto
bottom 0 bottom 0
transform translateX(-50%) translateY(calc(100% + 73px)) transform translateX(-50%) translateY(calc(100% + 13px))
.popup_arrow .popup_arrow
position absolute position absolute
_wh(22px, 23px) _wh(22px, 23px)
left calc(50% - 11px) left calc(50% - 11px)
bottom -23px bottom -23px
animation todown 1.5s ease-in-out infinite // animation todown 1.5s ease-in-out infinite
img img
_wh(100%, 100%) _wh(100%, 100%)
.popup_arrow_down .popup_arrow_down
bottom auto bottom auto
top -23px top -23px
animation toUp 1.5s ease-in-out infinite // animation toUp 1.5s ease-in-out infinite
img img
transform rotateZ(180deg) transform rotateZ(180deg)
.popup_bg .popup_bg