body { background-color: #f6f7f9; color: rgb(8 8 8 / 90%); overflow-x: hidden; overflow: hidden; user-select: none; width: 100%; height: 100%; } .uni-app--showtabbar { width: 100%; height: 100%; display: block; box-sizing: border-box; } .home { padding: 0 0 62px 0; background-color: #f6f6f6; color: #323232; display: flex; flex-direction: column; overflow-y: scroll; position: fixed; top: 0; right: 0; bottom: 0; left: 0; } .home .head { z-index: 99; padding: 8px 12px; background-color: hsla(0, 0%, 100%, .8); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); display: flex; justify-content: center; position: -webkit-sticky; position: sticky; top: 0; font-size: 14px; line-height: 1.8; } .home .neck { padding: 8px 12px; border-top: 1px solid #f6f6f6; background-color: hsla(0, 0%, 100%, .8); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); display: flex; flex-direction: column; } .home .neck .topbtnbox { display: flex; justify-content: space-between; } .home .neck .topbtnbox .topbtn { flex: 1; padding: 8px; border-radius: 8px; color: #fff; background: linear-gradient(135deg, #ff768a, #ffa96e); overflow: hidden; display: flex; flex-direction: column; position: relative; font-size: 14px; line-height: 1.8; } .home .neck .topbtnbox .topbtn .top { z-index: 2; display: flex; align-items: center; } .home .neck .topbtnbox .topbtn .btm { z-index: 2; display: flex; align-items: center; } .home .neck .topbtnbox .topbtn .btm .text { font-size: 12px; color: hsla(0, 0%, 100%, .8); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } .home .body { padding-top: 8px; display: flex; flex-direction: column; } .home .body .list { margin: 0 12px; display: flex; flex-direction: column; font-size: 14px; line-height: 1.8; } .home .body .list .item { margin: 0 0 8px 0; } .home .body .list .item .itembox { padding: 8px; border-radius: 16px; background-color: #fff; display: flex; flex-direction: row; } .home .body .list .highlight { background: linear-gradient(135deg, rgba(255, 118, 138, .5), #fff, #fff); } .home .body .list .item .itembox .item-left { display: flex; align-items: center; } .home .body .list .item .itembox .item-left .item-img { width: 100px; margin: 0 8px 0 0; border-radius: 8px; } .home .body .list .item .itembox .item-right { flex: 1; display: flex; flex-direction: column; } .home .body .list .item .itembox .item-right .item-head { font-size: 14px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .home .body .list .item .itembox .item-right .item-head .item-head-left { flex: 1; display: flex; flex-direction: row; align-items: center; } .tag { font-size: 12px; padding: 0 6px; border-radius: 4px; color: #626262; background: rgba(0, 0, 0, .03); } .home .body .list .item .itembox .item-right .item-head .item-head-right { font-size: 12px; color: #969696; } .home .body .list .item .itembox .item-right .item-body { font-size: 14px; display: flex; flex-direction: row; justify-content: space-between; } .home .body .list .item .itembox .item-right .item-body .item-body-item { flex: 1; display: flex; flex-direction: column; } .home .body .list .item .itembox .item-right .item-body .item-body-item .item-body-item-top { margin: 0; font-size: 14px; color: #ff768a; } .home .body .list .item .itembox .item-right .item-body .item-body-item .item-body-item-center { margin: -4px 0 0 0; font-size: 12px; } .home .body .list .item .itembox .item-right .item-body .item-body-item { flex: 1; display: flex; flex-direction: column; } .home .body .list .item .itembox .item-right .item-body .item-body-item .item-body-item-top { margin: 0; font-size: 14px; color: #ff768a; } .home .body .list .item .itembox .item-right .item-body .item-body-item .item-body-item-center { margin: -4px 0 0 0; font-size: 12px; } .home .body .list .item .itembox .item-right .item-body .item-body-item { flex: 1; display: flex; flex-direction: column; } .home .body .list .item .itembox .item-right .item-body .item-body-item .item-body-item-top { margin: 0; font-size: 14px; color: #ff768a; } .home .body .list .item .itembox .item-right .item-body .item-body-item .item-body-item-center { margin: -4px 0 0 0; font-size: 12px; } .home .body .list .item .itembox .item-right .item-btm { margin-top: 4px; font-size: 14px; display: flex; align-items: center; } .home .body .list .item .itembox .item-right .item-btm .title { font-size: 12px; color: #626262; } .home .body .list .item .itembox .item-right .item-btm .profit { font-size: 14px; color: #ff768a; }