123456789101112131415161718192021222324252627 |
- .main {
- height: 88.8vh;
- }
- .main .one {
- width: 96vw;
- border-bottom: 1px dashed #cccccc;
- }
- .main .one .one_1 {
- text-align: center;
- font-weight: bold;
- font-size: 20px;
- padding: 6vw 0;
- }
- .main .one .one_2 {
- display: flex;
- justify-content: space-between;
- font-size: 16px;
- color: #666666;
- padding: 2vw 0;
- }
- .main .one .one_2 text {
- padding-right: 5px;
- }
- .main .two {
- width: 96vw;
- padding: 2vw 0 0 0;
- }
|