.main { background: #fff; width: 100%; margin-top: 50px; } .title_top_view { width: 100%; display: flex; background: white; position: fixed; height: 50px; top: 0px; z-index: 1; } .title_scroll { width: 90%; margin-left: 20px; /*可以滚动 */ white-space: nowrap; display: inline-block; } /*隐藏Scrollview滚动条 */ ::-webkit-scrollbar { width: 0; height: 0; color: transparent; } .scroll_title_label { height: 40px; margin-right: 30px; text-align: left; line-height: 40px; border: 1px; border-bottom: 2px; border-color: #FF5E5E ; } .title_text { font-size: 13px; padding-top: 10px; padding-bottom: 7px; } .search_img { width: 20px; height: 20px; margin-top: 11px; margin-left: 10px; } .home__list-item { position: relative; background: white; } .swiper { height: 200px; width: 100%; } .swiper image { height: 100%; width: 100%; } .content_item { width: 100%; height: 75px; right: 75px; } .content_title { font-family: PingFangSC-Regular; font-size: 14px; margin-top: 10px; color: #222; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .content_content { height: 36px; font-family: PingFangSC-Regular; font-size: 12px; color: #888; line-height: 18px; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .content_zar { font-family: PingFangSC-Regular; font-size: 10px; color: #c6c6c6; } .content_image { width: 50px; transform: translateY(-65px); float: right; margin-right: 15px; height: 50px; } /*item 分割线*/ .home__list-item__bottom { height: 2px; background: #d8dbd4; margin-bottom: 5px; margin-top: 5px; left: 15px; right: 15px; }