.main { height: 80.8vh; .one { width: 100%; } .two { width: 100%; margin-top: 2px; } .thr { width: 96vw; flex-grow: 1; position: relative; background-color: #ffffff; .scroll-view { position: absolute; top: 0; left: 0; right: 0; bottom: 0; .list-scroll-view { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: space-between; .list { display: flex; width: 96vw; margin: 10px 0; border-bottom: 0.1px solid #D1CFCF; .image { display: flex; justify-content: center; align-items: center; width: 30vw; image { width: 20vw; height: 20vw; border-radius: 5px; } } .content { padding: 5px; .name { font-size: 14px; font-weight: bold; padding: 2px 0; list-style: disc; } .title { font-size: 12px; color: #666; padding: 2px 0; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; text { padding: 0 10px; } } } } } } } }