@ttk/component
Version:
ttk组件库
33 lines (30 loc) • 681 B
text/less
@import '../../assets/theme/index';
.@{mk-prefix}-loadingMask{
font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
&-1{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 999999;
display: flex;
justify-content: center;
align-items: center;
// background-color: rgba(55, 55, 55, 0.6);
}
&-2{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 999999;
display: flex;
justify-content: center;
align-items: center;
}
&-3{
background-color: rgba(55, 55, 55, 0.6);
}
}