.search,page { background-color: #fff; } .search { display: flex; justify-content: space-between; left: 0; padding: 20rpx; position: fixed; right: 0; top: 0; z-index: 100; } .area { font-size: 30rpx; line-height: 60rpx; width: 20%; } .search-box { border-radius: 40rpx; overflow: hidden; position: relative; width: 78%; } .search-box input { background-color: #eee; box-sizing: border-box; height: 60rpx; padding: 0 60rpx 0 10rpx; width: 100%; } .search-icon-box { height: 60rpx; position: absolute; right: 0; top: 0; width: 60rpx; } .search-icon-box image { height: 35rpx; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 35rpx; } .list { margin-top: 80rpx; } .community-box,.community-name { display: flex; justify-content: space-between; } .community-box { border-top: 1px solid #ddd; padding: 20rpx 0; } .community-name image { height: 100rpx; margin-right: 20rpx; width: 100rpx; } .community-name-text { font-size: 32rpx; line-height: 100rpx; } .load-more { font-size: 32rpx; line-height: 80rpx; text-align: center; }