.main { height: 83vh; background-color: var(--bgColor); .zero { width: 96vw; margin: 0 0 2vw 0; } .zero:last-child { margin: 0; } .two { .a { display: flex; flex-direction: column; height: 74vh; padding: 0 2vw; .two_1 { width: 90vw; border: 1px solid #cccccc; border-radius: 20px; padding: 4px 10px; margin: 0 0 2vw 0; input { font-size: 16px; } } .two_2 { width: 96vw; flex-grow: 1; position: relative; .list { background-color: var(--bgColor); margin: 0 0 2vw 0; display: flex; flex-direction: row; justify-content: space-between; width: 91vw; padding: 2vw; border: 1px solid #cccccc; border-radius: 10px; .list_1 { width: 70vw; .name { font-size: var(--titleSize); font-weight: bold; margin: 0 0 1vw 0; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; } .brief { margin: 0 0 1vw 0; font-size: var(--txtSize); color: var(--labelColor); overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; } .other { font-size: var(--txtSize); color: var(--labelColor); text { padding: 0 1vw 0 0; } } } .list_2 { text-align: right; padding: 4vw 0 0 0; .image { width: 100px; height: 100px; overflow: hidden; border-radius: 10px; } } } } } } } .scroll-view { position: absolute; top: 0; left: 0; right: 0; bottom: 0; .list-scroll-view { display: flex; flex-direction: column; } }