index.wxss 222 B

123456789101112131415
  1. .wux-backdrop {
  2. background: rgba(0,0,0,.4)
  3. }
  4. .wux-backdrop,
  5. .wux-backdrop--transparent {
  6. position: fixed;
  7. z-index: 1000;
  8. top: 0;
  9. right: 0;
  10. left: 0;
  11. bottom: 0
  12. }
  13. .wux-backdrop--transparent {
  14. background: 0 0
  15. }