1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| .wx_loading_view {
| display: flex;
| justify-content: center;
| align-items: center;
| overflow: hidden
| }
|
| .loading {
| color: rgba(255, 255, 255, 0.9);
| font-size: 17px;
| text-align: center
| }
|
| .loading_view_translation {
| transition: height .2s .3s ease
| }
|
|