mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 21:22:48 +08:00
增加站位加载中
This commit is contained in:
24
source/components/element/ul-loading-pos/_index.scss
Normal file
24
source/components/element/ul-loading-pos/_index.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user