/* pages/search/search.wxss */ page{ padding: 16rpx 30rpx; } scroll-view{ height: calc(100vh - 180rpx); } .search{ position: relative; display: flex; justify-content: space-between; } .search input{ width: 88%; background: #F7F7F7; height: 68rpx; padding-left: 70rpx; border-radius: 8rpx; box-sizing: border-box; font-size: 30rpx; } .search text{ font-size: 30rpx; line-height: 68rpx; } .search image{ position: absolute; height: 40rpx; left: 20rpx; top: 0; bottom: 0; margin: auto; } .picker_tab{ display: flex; padding: 16rpx 100rpx; justify-content: space-between; } .picker{ font-size: 30rpx; } .picker image{ height: 24rpx; } .name{ font-size: 32rpx; font-weight: 500; margin-bottom: 20rpx; } .name>text{ color: #AAAAAA; font-size: 22rpx; border: 1px solid #AAAAAA; border-radius: 4rpx; font-weight: 400; padding: 0 4rpx; position: relative; top: -3rpx; } .name view{ float: right; color: #CE994F; font-size: 22rpx; text-align: center; position: relative; top: -5rpx; } .info{ font-size: 30rpx; padding: 10rpx 0; display: flex; } .info view{ color: #666; width: 85%; vertical-align: top; } .info label{ font-weight: 500; color: #333; } .info .tag{ font-size: 28rpx; color: #CE994F; border: 1px solid #CE994F; border-radius: 8rpx; margin-right: 8rpx; font-weight: 400; padding: 0 8rpx; } .player{ border-bottom: 1px solid #F5F5F5; padding: 30rpx 0; }