watermark.wxss 232 B

12345678910111213141516
  1. /* components/watermark/watermark.wxss */
  2. /* .watermark {
  3. height: 100%;
  4. width: 100%;
  5. position: absolute;
  6. top: 0;
  7. left: 0;
  8. z-index: -1;
  9. } */
  10. .watermark-img {
  11. height: 135rpx;
  12. width: 200rpx;
  13. position: absolute;
  14. z-index: 1;
  15. }