chenyc
2023-06-17 1ca6a7156163dc9d489a7b0bbff77f1b84933178
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
 
.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
}