/* pages/search/search.wxss */ .search-container { padding: 0 26rpx; box-sizing: border-box; } .search-video { width: 100%; height: 95rpx; background: #fff; border-radius: 95rpx; display: flex; align-items: center; padding-left: 10rpx; } .search-video image { width: 85rpx; height: 85rpx; margin-right: 20rpx; } .search-video input { text-align: center; } .title { text-align: center; color: #959595; margin-top: 46rpx; } .hot-video { padding: 0 16rpx; box-sizing: border-box; } .hot-item { width: 100%; height: 266rpx; margin-top: 27rpx; border-radius: 20rpx; background: red; }