增加站位加载中

This commit is contained in:
2023-04-13 10:40:11 +08:00
parent d6ed22abbf
commit d537a0fb23
7 changed files with 66 additions and 1 deletions

View File

@@ -936,6 +936,25 @@
margin: 0 8px;
}
.ul-loading-pos {
background-color: #eee;
color: #999;
display: inline-block;
}
.ul-loading-pos .main {
padding: 15px;
}
.ul-loading-pos.lg .main {
padding: 25px 35px;
}
.ul-loading-pos.screen {
width: 100%;
}
.ul-loading-pos.screen .main {
padding: 60px 0;
text-align: center;
}
.ul-shop-header {
padding: 15px;
}