123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .out {
- width: 1920px;
- height: 100px;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 30px;
- }
- .out2 {
- width: 10%;
- margin: 0 auto;
- min-height: 600px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- font-size: 30px;
- }
- .wrap {
- width: 1920px;
- height: 600px;
- }
- .out3 {
- width: 10%;
- margin: 0 auto;
- min-height: 600px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- font-size: 30px;
- }
- .out4 {
- width: 20%;
- margin: 0 auto;
- min-height: 600px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- font-size: 30px;
- }
|