.main{ padding: 0rpx 32rpx; } .li{ background: #fff; margin-bottom: 0.2rem; border-radius: 5px; } .context { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 0.1rem; height: 0.8rem; } .users{ margin-left: 20rpx; } .num{ font-size: 28rpx; color: #909399; } .index{ width: 90rpx; text-align: center; } .index image{ width: 40rpx; height: 40rpx; } .scroll { height: calc(100vh - 210rpx); } .search { background-color: #f1f1f1; border-radius: 0.1rem; width: 90%; margin: 0 auto; padding: 0.06rem 0.1rem; } .header{ background-color: #fff; }