background.wxss 258 B

1234567891011121314151617
  1. .bg {
  2. position: fixed;
  3. flex-direction: column;
  4. top: 0;
  5. left: 0;
  6. width: 100vw;
  7. height: 100vh;
  8. background-repeat: no-repeat #000;
  9. background-size: cover;
  10. background-position: left;
  11. z-index: -1;
  12. }
  13. .bg image{
  14. width: 100%;
  15. height: 100%;
  16. }