* { margin: 0; padding: 0; box-sizing: border-box; } body { background: #0d0f12; font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #e8e6e3; line-height: 1.5; opacity: 0; animation: fadeBody 0.2s ease forwards; } @keyframes fadeBody { 0% { opacity: 0; } 100% { opacity: 1; } } img { display: block; max-width: 100%; height: auto; } a, button { cursor: pointer; text-decoration: none; color: inherit; } ul { list-style: none; } /* 容器唯一类名+随机 */ .container-yt4391 { max-width: 1240px; margin: 0 auto; padding: 0 20px; } .header-inner-fw782k { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; /* 菜单居右 */ padding: 18px 0; border-bottom: 1px solid #2a2e35; } .site-title-zx349a { font-size: 1.8rem; font-weight: 700; letter-spacing: 2px; background: linear-gradient(135deg, #f7e7b4, #d4b483); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-right: auto; } .nav-menu-wn392k { display: flex; gap: 2rem; font-weight: 500; flex-wrap: wrap; justify-content: flex-end; } .nav-menu-wn392k a { padding: 6px 0; border-bottom: 2px solid transparent; transition: 0.2s; } .nav-menu-wn392k a:hover { border-bottom-color: #d4b483; color: #f7e7b4; } /* 简介区域 (代替banner) */ .intro-area-gh348k { background: #161a1f; padding: 28px 20px; margin: 20px 0 28px; border-radius: 28px; font-weight: bold; font-size: 1.1rem; line-height: 1.6; color: #cfcfcf; border-left: 6px solid #d4b483; } .intro-area-gh348k strong { color: #f5e7c8; } .breadcrumb-qs773k { padding: 8px 0 16px; font-size: 0.9rem; color: #959595; letter-spacing: 1px; } /* 版块 */ .section-block-jd472k { margin-bottom: 48px; } .section-title-ty981a { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; margin-bottom: 20px; border-bottom: 1px solid #2f3540; padding-bottom: 10px; } .section-title-ty981a h2 { font-size: 1.6rem; font-weight: 600; letter-spacing: 1px; } .category-tags-hg712k { display: flex; gap: 16px; flex-wrap: wrap; font-size: 0.9rem; } .category-tags-hg712k a { background: #21262e; padding: 4px 14px; border-radius: 30px; transition: 0.2s; } .category-tags-hg712k a:hover { background: #d4b483; color: #0d0f12; } /* 卡片网格 */ .card-grid-pq883k { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 24px 18px; } .movie-card-mn339k { background: #1a1e25; border-radius: 20px; overflow: hidden; transition: box-shadow 0.25s, transform 0.2s; box-shadow: 0 6px 14px rgba(0,0,0,0.5); display: flex; flex-direction: column; } .movie-card-mn339k:hover { box-shadow: 0 18px 30px rgba(0,0,0,0.7); transform: translateY(-4px); } .card-img-wrap-ty490k { position: relative; background: #2a2f38; overflow: hidden; aspect-ratio: 2 / 3; } .card-img-wrap-ty490k img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; } .movie-card-mn339k:hover .card-img-wrap-ty490k img { transform: scale(1.03); } .play-overlay-rt672k { position: absolute; inset: 0; background: rgba(0,0,0,0.35); display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.2s; pointer-events: none; } .movie-card-mn339k:hover .play-overlay-rt672k { opacity: 1; pointer-events: auto; } .play-icon-svg-xz111k { width: 52px; height: 52px; background: rgba(230, 200, 150, 0.85); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; color: #0b0e12; margin-bottom: 6px; box-shadow: 0 4px 12px rgba(0,0,0,0.5); } .play-overlay-rt672k span { font-weight: 600; background: rgba(0,0,0,0.6); padding: 4px 14px; border-radius: 30px; font-size: 0.9rem; } .card-info-gh492k { padding: 14px 12px 12px; flex: 1; display: flex; flex-direction: column; } .card-info-gh492k h3 { font-size: 1rem; font-weight: 600; margin-bottom: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .meta-row-mx338k { display: flex; justify-content: space-between; font-size: 0.75rem; color: #a7a9ae; margin-bottom: 10px; } .badge-ew211k { background: #2e3541; padding: 2px 8px; border-radius: 16px; font-size: 0.7rem; color: #c9cbd1; } .card-actions-ty871k { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 8px; border-top: 1px solid #2f3540; } .wish-btn-zb332k { background: #d4b483; border: none; padding: 6px 12px; border-radius: 40px; font-weight: 600; font-size: 0.75rem; color: #0d0f12; transition: 0.2s; } .wish-btn-zb332k:hover { background: #e7cf9c; } .rating-star-gh211k { color: #f5b342; font-weight: 600; } /* toast */ .toast-container-wn882k { position: fixed; top: 20px; left: 50%; transform: translateX(-50%); z-index: 9999; background: #2c313a; color: #f0ede5; padding: 14px 28px; border-radius: 60px; box-shadow: 0 8px 24px rgba(0,0,0,0.7); font-weight: 500; opacity: 0; transition: opacity 0.2s; pointer-events: none; border: 1px solid #4e4e4e; white-space: nowrap; font-size: 0.95rem; } .toast-container-wn882k.show { opacity: 1; pointer-events: auto; } /* 模态框 */ .modal-mask-jd772k { position: fixed; inset: 0; background: rgba(0,0,0,0.7); display: flex; align-items: center; justify-content: center; z-index: 9998; opacity: 0; pointer-events: none; transition: opacity 0.2s; padding: 20px; } .modal-mask-jd772k.active { opacity: 1; pointer-events: auto; } .modal-panel-hy441k { background: #1f242b; max-width: 500px; width: 100%; border-radius: 32px; padding: 28px 24px 24px; box-shadow: 0 30px 50px rgba(0,0,0,0.8); position: relative; color: #e8e6e3; max-height: 90vh; overflow-y: auto; } .modal-panel-hy441k h3 { font-size: 1.6rem; margin-bottom: 12px; } .modal-panel-hy441k p { margin: 8px 0; color: #c0c2c7; } .modal-panel-hy441k .modal-actions { display: flex; gap: 16px; margin-top: 28px; flex-wrap: wrap; } .modal-panel-hy441k .modal-actions button { background: #2f3642; border: none; padding: 10px 20px; border-radius: 40px; font-weight: 500; color: #e0ddd5; flex: 1; transition: 0.2s; } .modal-panel-hy441k .modal-actions button:hover { background: #3f4858; } .modal-panel-hy441k .modal-actions .close-btn { background: #d4b483; color: #0b0e12; font-weight: 600; } .modal-panel-hy441k .modal-actions .close-btn:hover { background: #e7cf9c; } /* 评论框 & 页脚 */ .comment-box-hw831k { background: #171c22; border-radius: 28px; padding: 24px; margin: 40px 0 30px; } .comment-box-hw831k h4 { margin-bottom: 16px; font-size: 1.2rem; } .comment-item-yt771k { border-bottom: 1px solid #2a303a; padding: 12px 0; } .comment-item-yt771k:last-child { border-bottom: none; } .comment-author-vk332k { font-weight: 600; color: #d4b483; } .comment-text-yu221k { color: #b1b6be; font-size: 0.9rem; } .footer-links-io882k { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; padding: 20px 0 10px; border-top: 1px solid #262c35; } .footer-links-io882k a { color: #a7acb5; font-size: 0.9rem; } .footer-links-io882k a:hover { color: #d4b483; } .footer-copy-yt331k { text-align: center; padding: 14px 0 30px; color: #7a7f89; font-size: 0.8rem; } @media (max-width: 768px) { .header-inner-fw782k { flex-direction: column; align-items: flex-start; gap: 12px; } .nav-menu-wn392k { justify-content: flex-start; gap: 1.2rem; } .site-title-zx349a { font-size: 1.5rem; } .card-grid-pq883k { grid-template-columns: repeat(2, 1fr); gap: 16px; } } @media (max-width: 480px) { .card-grid-pq883k { grid-template-columns: repeat(2, 1fr); gap: 12px; } } @media (min-width: 1024px) { .card-grid-pq883k { grid-template-columns: repeat(6, 1fr); } }
详情描述
评分 · 年份 · 类型
📝 深夜书评 · 光影留言