index.wxss 234 B

123456789101112131415
  1. /* components/My_bg/index.wxss */
  2. .box-bg-image {
  3. position: fixed;
  4. width: 100vw;
  5. height: 100vh;
  6. top: 0;
  7. left: 0;
  8. z-index: -9999;
  9. }
  10. .box-bg-image>image {
  11. width: 100%;
  12. height: 100%;
  13. z-index: -9999;
  14. }