gx
chenyc
2025-04-19 b30f6233ce835966040d3527b64f12806ce1943a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 
.homeclass{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.page{
    width: 98%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 1%;
    padding-right: 1%;
  
}
.textjuzhong{
 
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 2px
    
}