tt-mp
Version:
一套组件化、可复用、易扩展的头条小程序 UI 组件库
21 lines (17 loc) • 349 B
text/less
@import '../styles/mixins/index.less';
@import '../styles/themes/index.less';
.@{wux-prefix}-backdrop {
background: @backdrop-background;
&,
&--transparent {
position: fixed;
z-index: @z-index-backdrop;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
&--transparent {
background: @backdrop-background-inverse;
}
}