2018-07-30 10:26:34 +08:00

14 lines
202 B
Plaintext

.container {
background: #f0f0f0;
}
.loading-example {
display: flex;
flex-direction: row;
background: transparent;
}
.loading-example van-loading {
flex: 1;
}
.no-flex {
display: block;
}