his-loading
Version:
his loading vue component
25 lines (23 loc) • 428 B
text/less
.loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
background: rgba(255, 255, 255, .6);
&.absolute {
position: absolute;
z-index: 88;
}
.icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 70px;
height: 70px;
background: url(./images/his-loading.gif) no-repeat center;
border-radius: 50%;
}
}