weui-mask.wxss 254 B

123456
  1. /*!
  2. * WeUI v2.0.1 (https://github.com/weui/weui-wxss)
  3. * Copyright 2019 Tencent, Inc.
  4. * Licensed under the MIT license
  5. */
  6. .weui-mask{background:rgba(0,0,0,.6)}.weui-mask,.weui-mask_transparent{position:fixed;z-index:1000;top:0;right:0;left:0;bottom:0}