uni-ticket-system/node_modules/@dcloudio/uni-h5/style/framework/async.css
2023-12-05 10:11:10 +08:00

22 lines
320 B
CSS

.uni-async-error {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
color: #999;
padding: 100px 10px;
text-align: center;
}
.uni-async-loading {
box-sizing: border-box;
width: 100%;
padding: 50px;
text-align: center;
}
.uni-async-loading .uni-loading {
width: 30px;
height: 30px;
}