riku
2022-10-17 eb7366f400867d3f401fe60f06d848d6d1448457
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
}