css实现HTML整体进行缩放body { zoom: 3 -moz-transform: scale(3) -moz-transform-origin: 0 0 } 把整个body放大三倍,缩小同理,改成比1小的数字即可比如,建立4个div,要实现2023-02-19html-css450