#
luxiaotao1123
2024-02-04 979984ca491fd2299607d24f9da1cc945fb020d5
1
2
3
4
5
6
7
8
9
10
11
12
13
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
 
.layout__loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}