javascript 鼠标跟随特效 | |
| *{ | |
| margin: 0; | |
| padding: 0; | |
| } | |
| body{ | |
| height: 1000px; | |
| } | |
| div{ | |
| width: 50px; | |
| height: 50px; | |
| background: red; | |
| -webkit-border-radius: 50%; | |
| -moz-border-radius: 50%; | |
| border-radius: 50%; | |
| text-align: center; | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| line-height: 50px; | |
| } | |
下面有图片: |



