.container.data-v-a8b1dfa0 { width: 100%; height: 100vh; background-color: #FFFFFF; display: flex; flex-direction: column; } /* 顶部导航栏 */ .header.data-v-a8b1dfa0 { display: flex; align-items: center; justify-content: space-between; padding: 20rpx 30rpx; background-color: #FFFFFF; border-bottom: 1rpx solid #E5E5E5; } .back-btn.data-v-a8b1dfa0 { width: 60rpx; height: 60rpx; display: flex; align-items: center; justify-content: center; } .back-icon.data-v-a8b1dfa0 { font-size: 40rpx; color: #000000; font-weight: bold; } .header-title.data-v-a8b1dfa0 { font-size: 36rpx; font-weight: bold; color: #000000; position: absolute; left: 50%; transform: translateX(-50%); } .search-btn.data-v-a8b1dfa0 { width: 60rpx; height: 60rpx; display: flex; align-items: center; justify-content: center; } .search-icon.data-v-a8b1dfa0 { font-size: 36rpx; color: #000000; } /* VIP横幅 */ .vip-banner.data-v-a8b1dfa0 { display: flex; align-items: center; justify-content: space-between; padding: 20rpx 30rpx; background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%); margin: 20rpx 30rpx; border-radius: 12rpx; } .vip-banner-text.data-v-a8b1dfa0 { font-size: 28rpx; color: #FFFFFF; font-weight: bold; } .vip-banner-arrow.data-v-a8b1dfa0 { font-size: 32rpx; color: #FFFFFF; font-weight: bold; } /* 书籍列表容器 */ .book-list-container.data-v-a8b1dfa0 { flex: 1; width: 100%; height: 0; overflow: hidden; background-color: #FFFFFF; } /* 书籍项 */ .book-item.data-v-a8b1dfa0 { display: flex; padding: 30rpx; border-bottom: 1rpx solid #F0F0F0; position: relative; } .book-item.data-v-a8b1dfa0:last-child { border-bottom: none; } /* VIP徽章 */ .vip-badge.data-v-a8b1dfa0 { position: absolute; top: 30rpx; left: 30rpx; width: 80rpx; height: 40rpx; background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%); border-radius: 20rpx; display: flex; align-items: center; justify-content: center; z-index: 10; } .vip-badge-text.data-v-a8b1dfa0 { font-size: 20rpx; color: #FFFFFF; font-weight: bold; } /* 书籍封面 */ .book-cover.data-v-a8b1dfa0 { width: 160rpx; height: 220rpx; border-radius: 8rpx; margin-right: 24rpx; flex-shrink: 0; background-color: #F5F5F5; } /* 书籍信息 */ .book-info.data-v-a8b1dfa0 { flex: 1; display: flex; flex-direction: column; justify-content: flex-start; min-width: 0; } .book-title.data-v-a8b1dfa0 { font-size: 32rpx; font-weight: bold; color: #000000; margin-bottom: 16rpx; line-height: 1.4; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; } .book-desc.data-v-a8b1dfa0 { font-size: 28rpx; color: #666666; line-height: 1.6; margin-bottom: 20rpx; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; } .book-author.data-v-a8b1dfa0 { font-size: 26rpx; color: #999999; margin-top: auto; } /* 加载更多 */ .load-more.data-v-a8b1dfa0 { width: 100%; height: 80rpx; display: flex; align-items: center; justify-content: center; margin-top: 20rpx; margin-bottom: 40rpx; } .load-more-text.data-v-a8b1dfa0 { font-size: 28rpx; color: #999999; }