弹出框移动、放大、缩小、最大化处理

function getViewportSize() { //可视区域的宽度和高度 return { width: document.documentElement.clientWidth, height: document.documentElement.clientHeight }; } class LayerMove { /*
相关文章
相关标签/搜索