.search-container { width: 750rpx; display: flex; flex-direction: column; align-items: flex-start; background: #ffffff; } .search-container .search-bar { width: calc(100% - 88rpx); height: 68rpx; position: fixed; top: 0; left: 0; display: flex; align-items: center; background: #ffffff; padding: 0 44rpx 34rpx 44rpx; z-index: 10; } .search-container .search-bar .close-img { width: 22rpx; height: 22rpx; margin-right: 20rpx; } .search-container .search-bar .search-input { flex: 1; } .search-container .search-result-content { width: 100%; display: flex; flex-direction: column; align-items: flex-start; background: #ffffff; padding-top: 102rpx; padding-bottom: 80rpx; } .search-container .search-result-content .search-item { width: 100%; }