riku
2022-10-12 741d1f7b2e2ac1c3f89d80dfac7625e3427e2367
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
}