mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 18:42:47 +08:00
24 lines
340 B
SCSS
24 lines
340 B
SCSS
.ul-loading-pos {
|
|
background-color: #eee;
|
|
color: #999;
|
|
display: inline-block;
|
|
|
|
.main {
|
|
padding: 15px;
|
|
}
|
|
|
|
&.lg {
|
|
.main {
|
|
padding: 25px 35px;
|
|
}
|
|
}
|
|
|
|
&.screen {
|
|
width: 100%;
|
|
|
|
.main {
|
|
padding: 60px 0;
|
|
text-align: center;
|
|
}
|
|
}
|
|
} |