// popup 上方滑入
.uif-popup-enter-active
.uif-popup-mask-enter-active
  transition all .2s
.uif-popup-enter
  opacity 0
  transform translateY(-80px)
.uif-popup-mask-enter
  opacity 0
