chenyc
2025-12-09 a7fb2f5eab3e548f040004c1019f1c994eb91ad4
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
27
 
.homeclass{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
}
.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
    
}