UNPKG

@skillnull/drage-js

Version:

拖拽元素到页面任意位置

44 lines (40 loc) 752 B
@media (prefers-color-scheme: light) { html, body, #app { width: 100vw; height: 100vh; padding: 0; margin: 0; font-family: fangsong; font-weight: 300; overflow: hidden; position: relative; } html { background-color: #eeeeee; color: black; } #watermark_box { width: 100vw; height: 100vh; position: absolute; z-index: -1; overflow: hidden; } .drag-box { width: 100px; height: 100px; background: #333333; border-radius: 6px; text-align: center; cursor: move; position: absolute; right: 20px; bottom: 20px; color: white; display: flex; justify-content: center; align-items: center; z-index: 99; overflow: hidden; } }