index.wxss 349 B

123456789101112131415161718192021
  1. .wux-water-mark {
  2. position: absolute;
  3. left: 0;
  4. right: 0;
  5. top: 0;
  6. bottom: 0;
  7. z-index: 2000;
  8. pointer-events: none;
  9. background-repeat: repeat;
  10. box-sizing: border-box
  11. }
  12. .wux-water-mark--full-page {
  13. position: fixed
  14. }
  15. .wux-water-mark__canvas {
  16. position: absolute;
  17. left: -9999em;
  18. top: -9999em;
  19. opacity: 0;
  20. visibility: hidden
  21. }