.main { height: 83vh; background-color: var(--bgColor); padding: 0 2vw; } .main .zero { width: 96vw; margin: 0 0 2vw 0; } .main .zero:nth-child(2) { margin: 0 0 0 0; } .main .one { display: flex; flex-direction: row; justify-content: space-between; padding: 2vw; width: 92vw; background-color: var(--bgColor); } .main .one .one_1 { width: 12vw; } .main .one .one_2 { width: 80vw; border: 1px solid #cccccc; border-radius: 20px; padding: 4px 10px; } .main .one image { width: 30px; } .main .one input { font-size: 15px; } .main .two { flex-grow: 1; width: 100%; position: relative; } .main .two .list { border: 1px solid #cccccc; padding: 2vw ; display: flex; flex-direction: row; justify-content: space-between; background-color: var(--bgColor); margin: 0 0 1vh 0; border-radius: 10px; } .main .two .list .list_1 { padding: 7vw 0 0 0; text-align: center; } .main .two .list .list_1 .image { width: 70px; height: 70px; border-radius: 10px; border: 1px solid #cccccc; } .main .two .list .list_2 { display: flex; flex-direction: column; width: 75vw; padding: 0 0 0 2vw; } .main .two .list .list_2 .name { font-size: var(--titleSize); font-weight: bold; margin: 0 0 1vw 0; line-height: 25px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; } .main .two .list .list_2 .name .status { background-color: #ff0000; color: #fff; padding: 0 2vw; font-size: var(--txtSize); margin: 0 2vw 0 0; border-radius: 5px; } .main .two .list .list_2 .other .other_1 { margin: 0 0 1vw 0; color: var(--labelColor); font-size: var(--btnSize); overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; } .main .two .list .list_2 .other .other_1 text:nth-child(2) { color: var(--txtColor); } .scroll-view { position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .scroll-view .list-scroll-view { display: flex; flex-direction: column; } .suspension { position: fixed; width: 96vw; bottom: 9vh; right: 1vw; text-align: right; } .suspension .mymatch { display: inline-block; width: 10vw; padding: 1vw; text-align: center; background-color: green; color: #fff; font-size: 14px; border-radius: 5px; }