uni-ticket-system/node_modules/@dcloudio/uni-h5/style/framework/async.css

22 lines
320 B
CSS
Raw Normal View History

2023-12-05 02:11:10 +00:00
.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;
}