js动画

72 阅读1分钟
简单运动 *{ margin: 0; padding: 0;; } button{ width: 80px; height: 40px; } #box{ width: 200px; height: 200px; background-color: palevioletred; position: absolute; left: 0; } 动画