.container.data-v-0c5530b9 { width: 100%; height: 100vh; background-color: #FFFFFF; display: flex; flex-direction: column; padding-top: 30px; box-sizing: border-box; } .header.data-v-0c5530b9 { display: flex; align-items: center; justify-content: space-between; padding: 20rpx 30rpx; background-color: #FFFFFF; border-bottom: 1rpx solid #F0F0F0; } .back-btn.data-v-0c5530b9, .search-btn.data-v-0c5530b9 { width: 60rpx; height: 60rpx; display: flex; align-items: center; justify-content: center; } .back-icon.data-v-0c5530b9 { font-size: 40rpx; color: #333333; font-weight: bold; } .header-title.data-v-0c5530b9 { font-size: 34rpx; font-weight: bold; color: #333333; } .search-icon.data-v-0c5530b9 { font-size: 36rpx; color: #333333; } .audio-list-container.data-v-0c5530b9 { flex: 1; width: 100%; } .loading.data-v-0c5530b9, .empty.data-v-0c5530b9 { text-align: center; padding: 60rpx 0; color: #999999; font-size: 30rpx; } .audio-item.data-v-0c5530b9 { display: flex; align-items: center; padding: 30rpx 30rpx; border-bottom: 1rpx solid #F0F0F0; } .cover-wrapper.data-v-0c5530b9 { position: relative; width: 160rpx; height: 220rpx; margin-right: 30rpx; flex-shrink: 0; } .audio-cover.data-v-0c5530b9 { width: 100%; height: 100%; border-radius: 12rpx; object-fit: cover; box-shadow: 0 2rpx 8rpx rgba(0,0,0,0.12); background-color: #F5F5F5; } .play-icon-overlay.data-v-0c5530b9 { position: absolute; bottom: 10rpx; right: 10rpx; width: 48rpx; height: 48rpx; border-radius: 50%; background: rgba(0,0,0,0.6); display: flex; align-items: center; justify-content: center; } .play-icon.data-v-0c5530b9 { color: #FFFFFF; font-size: 26rpx; margin-left: 4rpx; } .audio-info.data-v-0c5530b9 { flex: 1; display: flex; flex-direction: column; gap: 10rpx; } .audio-title.data-v-0c5530b9 { font-size: 32rpx; font-weight: bold; color: #333333; } .audio-desc.data-v-0c5530b9 { font-size: 26rpx; color: #666666; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .audio-author.data-v-0c5530b9 { font-size: 24rpx; color: #999999; } .play-btn.data-v-0c5530b9 { background-color: #4CAF50; color: #FFFFFF; border: none; border-radius: 32rpx; padding: 12rpx 26rpx; font-size: 26rpx; } .play-btn.data-v-0c5530b9::after { border: none; } .play-btn-text.data-v-0c5530b9 { color: #FFFFFF; }