mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
14 lines
202 B
Plaintext
14 lines
202 B
Plaintext
.container {
|
|
background: #f0f0f0;
|
|
}
|
|
.loading-example {
|
|
display: flex;
|
|
flex-direction: row;
|
|
background: transparent;
|
|
}
|
|
.loading-example zan-loading {
|
|
flex: 1;
|
|
}
|
|
.no-flex {
|
|
display: block;
|
|
} |