Files
market_page/miniprogram/src/components/ParticleBackground/index.scss
jeremygan2021 c3b4373c94 mini
2026-02-11 01:31:29 +08:00

11 lines
150 B
SCSS

.particle-canvas {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
pointer-events: none;
background: #000;
}