chenyc
2023-11-14 7394e5e60ec25ede11d1ef88358454da8f9c7390
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
    
}