You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
342 B
18 lines
342 B
/* 粒子背景 */
|
|
#particles-js {
|
|
width: 100%;
|
|
height: calc(100vh);
|
|
background-color: #000000;
|
|
background-image: url('');
|
|
background-size: cover;
|
|
background-position: 50% 50%;
|
|
background-repeat: no-repeat;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.particles-js-canvas-el {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 9;
|
|
}
|