index.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. .wux-landscape__popup {
  2. background-color: transparent!important
  3. }
  4. .wux-landscape__popup-body {
  5. padding: 0!important
  6. }
  7. .wux-landscape__inner {
  8. padding: 30rpx;
  9. font-size: 30rpx;
  10. line-height: 1.5;
  11. color: rgba(0,0,0,.65)
  12. }
  13. .wux-landscape__inner > image {
  14. width: 100%;
  15. max-width: 100%
  16. }
  17. .wux-landscape__close {
  18. position: relative;
  19. display: inline-block;
  20. margin-top: 10rpx
  21. }
  22. .wux-landscape__close image {
  23. width: 96rpx;
  24. height: 96rpx;
  25. }
  26. .wux-landscape__close-x {
  27. display: inline-block;
  28. width: 48rpx;
  29. height: 48rpx;
  30. background-repeat: no-repeat;
  31. background-size: cover;
  32. background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23888%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M1.414%200l28.284%2028.284-1.414%201.414L0%201.414z%22%2F%3E%3Cpath%20d%3D%22M28.284%200L0%2028.284l1.414%201.414L29.698%201.414z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
  33. }
  34. .wux-landscape--has-mask .wux-landscape__close-x {
  35. background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M1.414%200l28.284%2028.284-1.414%201.414L0%201.414z%22%2F%3E%3Cpath%20d%3D%22M28.284%200L0%2028.284l1.414%201.414L29.698%201.414z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
  36. }