riku
2022-09-19 47e86f543415585ab1e1b2b1ed1d98830817a1be
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
}