@ttk/component
Version:
ttk组件库
28 lines (26 loc) • 586 B
text/less
.@{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(0, 0, 0, 0.1);
}
&-2{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 999999;
display: flex;
justify-content: center;
align-items: center;
}
}