Files
order/native/weui/widget/weui-tips/weui-mask.wxss
2020-11-17 18:52:15 +08:00

6 lines
254 B
Plaintext

/*!
* WeUI v2.0.1 (https://github.com/weui/weui-wxss)
* Copyright 2019 Tencent, Inc.
* Licensed under the MIT license
*/
.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}