1234567891011121314151617181920212223 |
- .main {
- height: 88vh;
- }
- .main .one {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- width: 96vw;
- }
- .main .one .list {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- background-color: #ffffff;
- border-bottom: 1px solid #858585;
- padding: 2vw;
- }
- .main .one .list .list_1 text {
- font-size: 14px;
- }
- .main .one .list .list_2 {
- color: #858585;
- }
|