lojk-ui
Version:
lojk vue ui components library
21 lines (19 loc) • 366 B
text/less
@import (reference) "../../style/config";
@lotusNoDatas: lotus-no-datas;
.@{lotusNoDatas} {
position: fixed;
width: 100%;
height: 100%;
background: #fff;
.paddingTop(150);
text-align: center;
box-sizing: border-box;
&-img {
.widthSingle(606);
.marginBottom(90)
}
&-text {
.fontSize(32);
color: #656565;
}
}