.header{ background: #fff; padding: 24rpx; position: sticky; top: 0; } .search{ background-color: #f1f1f1; border-radius: 10rpx; padding:8rpx 10rpx; } .search input{ background-color: #f1f1f1; font-size: 26rpx; } .search image{ width: 30rpx; height: 30rpx; margin-left: 10rpx; } .tree{ background: #fff; } .tree-item{ padding:34rpx 28rpx; border-bottom: 1px solid #f1f1f1; } .main .tree-item:last-child{ border: none; } .main{ height: calc(100vh - 132rpx); } .list-items{ background: #fff; padding:16rpx 28rpx; margin-bottom: 14rpx } .remark{ font-weight: 600; margin-bottom: 10rpx; width: 100%; word-break:break-all } .num{ font-size: 28rpx; } .shu{ padding:24rpx 0; background: #fff; font-size: 28rpx; color: #26A2FF; padding-bottom: 0rpx; } .shu view:last-child{ color: #ccc; }