.container.data-v-cc7fb8d7 { width: 100%; height: 100vh; min-height: 100vh; background-color: #FFFFFF; display: flex; padding-top: 30px; box-sizing: border-box; flex-direction: column; box-sizing: border-box; overflow: hidden; } .header.data-v-cc7fb8d7 { display: flex; align-items: center; justify-content: space-between; padding: 20rpx 30rpx; padding-top: calc(20rpx + env(safe-area-inset-top)); background-color: #FFFFFF; border-bottom: 1rpx solid #F0F0F0; position: relative; flex-shrink: 0; box-sizing: border-box; } .back-btn.data-v-cc7fb8d7 { width: 60rpx; height: 60rpx; display: flex; align-items: center; justify-content: center; z-index: 10; } .back-icon.data-v-cc7fb8d7 { font-size: 40rpx; color: #333333; font-weight: bold; } .header-title.data-v-cc7fb8d7 { position: absolute; left: 50%; transform: translateX(-50%); font-size: 36rpx; font-weight: bold; color: #333333; } .header-right.data-v-cc7fb8d7 { width: 60rpx; } .scroll-content.data-v-cc7fb8d7 { flex: 1; width: 100%; height: 0; overflow: hidden; padding-bottom: calc(env(safe-area-inset-bottom)); background-color: #FFFFFF; box-sizing: border-box; } .note-item.data-v-cc7fb8d7 { display: flex; align-items: center; padding: 30rpx; border-bottom: 1rpx solid #F0F0F0; background-color: #FFFFFF; width: 100%; box-sizing: border-box; } .note-item.data-v-cc7fb8d7:last-child { border-bottom: none; } .book-cover.data-v-cc7fb8d7 { width: 120rpx; height: 160rpx; border-radius: 8rpx; margin-right: 30rpx; flex-shrink: 0; box-shadow: 0 2rpx 8rpx rgba(0,0,0,0.1); background-color: #F5F5F5; } .book-info.data-v-cc7fb8d7 { flex: 1; display: flex; flex-direction: column; justify-content: center; min-width: 0; } .book-title.data-v-cc7fb8d7 { font-size: 32rpx; font-weight: bold; color: #333333; margin-bottom: 15rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .note-count.data-v-cc7fb8d7 { font-size: 26rpx; color: #999999; } .empty-state.data-v-cc7fb8d7 { display: flex; align-items: center; justify-content: center; padding: 200rpx 0; } .empty-text.data-v-cc7fb8d7 { font-size: 28rpx; color: #999999; }