issuemov.wxss 329 B

12345678910111213141516171819202122
  1. /* components/contactmov/contactmov.wxss */
  2. .move-area-ser {
  3. width: 750rpx;
  4. height: 100vh;
  5. top: 0rpx;
  6. /* pointer-events: auto; */
  7. position: fixed;
  8. pointer-events: none;
  9. z-index: 99;
  10. }
  11. .move-view-ser {
  12. pointer-events: auto;
  13. width: 208rpx;
  14. height: 330rpx;
  15. }
  16. .contact-img {
  17. width: 208rpx;
  18. height: 330rpx;
  19. margin: 0;
  20. }