.project-list { width: 100%; height:100%; } .project-list .search { width: 100%; height: 60rpx; margin-bottom:16rpx; display: flex; align-items: center; justify-content: space-between; } .project-list .search .left { background: #fff; border-radius: 8rpx; display: flex; align-items: center; justify-content: flex-start; width:100%; height: 100%; } .project-list .search .left image { width: 26rpx; height: 26rpx; object-fit: cover; margin: 0 12rpx 0 25rpx; } .project-list .search .left input { width: calc(100% - 37rpx - 26rpx); font-size: 26rpx; } .project-list .search .left .input-placeholder { font-size: 26rpx; color: #a8a8a8; } .project-list .project-nodata { width: 100%; height: calc(100vh - 300rpx); background: #f7f7f7; display: flex; flex-direction: column; align-items: center; justify-content: center; } .project-list .project-nodata .nodata-image { width: 256rpx; height:245rpx; object-fit: cover; } .project-list .project-nodata .nodata-tip { font-size: 28rpx; color: #bcbcbc; height: 50rpx; line-height: 50rpx; }