飞天AI数字人展会页面
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.

17 lines
342 B

11 months ago
  1. /* 粒子背景 */
  2. #particles-js {
  3. width: 100%;
  4. height: calc(100vh);
  5. background-color: #000000;
  6. background-image: url('');
  7. background-size: cover;
  8. background-position: 50% 50%;
  9. background-repeat: no-repeat;
  10. overflow: hidden;
  11. }
  12. .particles-js-canvas-el {
  13. position: fixed;
  14. top: 0;
  15. left: 0;
  16. z-index: 9;
  17. }