目录
效果演示:
代码目录:
主要代码实现:
CSS样式:
* {
margin: 0;
padding: 0;
list-style-type: none;
touch-action: none;
user-select: none;
}
.bg {
position: absolute;
z-index: 0;
width: 100vw;
height: 100vh;
background: url(../img/banner-3.jpg);
background-size: cover;
transform: scale(1.1);
}
canvas {