antd-mobile-taro-ui
Version:
以antd-mobile为设计标准,基于taro框架的微信小程序组件库
24 lines (23 loc) • 376 B
CSS
.adm-mask {
--z-index: var(--adm-mask-z-index, 1000);
position: fixed;
top: 0;
left: 0;
z-index: var(--z-index);
display: block;
width: 100%;
height: 100%;
transition: opacity 0.5s;
}
.adm-mask-aria-button {
position: absolute;
top: 0;
left: 0;
z-index: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.adm-mask-content {
z-index: 1;
}