test.wxss 345 B

123456789101112131415161718192021
  1. .mask-layer {
  2. width: 100%;
  3. height: 100%;
  4. position: fixed;
  5. top: 0;
  6. left: 0;
  7. background: #000;
  8. opacity: 0.2;
  9. overflow: hidden;
  10. z-index: 1000;
  11. color: #fff;
  12. }
  13. .pop-common {
  14. width: 100%;
  15. overflow: hidden;
  16. position: fixed;
  17. bottom: 0;
  18. left: 0;
  19. z-index: 2000;
  20. background: #fff;
  21. }