/* 悬浮按钮 -start- */ .movable-area{ pointer-events:none; z-index: 999; width: 100%; height: 90%; position: fixed; top: 60px; left: 0; right: 0; bottom: 0; } .movable-view{ pointer-events:auto; width: 178rpx; height: 178rpx; transform: translateX(560rpx) translateY(680rpx) translateZ(0rpx) scale(1); transform-origin: center center; will-change: auto; position: absolute; top: 1100rpx; left: 560rpx; } .img-box { width: 100%; height: 100%; } .img-box image { width: 100%; height: 100%; object-fit: cover; } /* 悬浮按钮 -end- */