| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=1080, initial-scale=1.0"> |
| <title>Artwork Detail UI</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; } |
| #render-target { |
| width: 1080px; |
| height: 2400px; |
| position: relative; |
| overflow: hidden; |
| background: #111; |
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif; |
| color: #fff; |
| } |
| .topbar { |
| height: 120px; |
| padding: 0 32px; |
| display: flex; |
| align-items: center; |
| } |
| .icon-btn { |
| width: 64px; |
| height: 64px; |
| display: inline-flex; |
| justify-content: center; |
| align-items: center; |
| border-radius: 16px; |
| } |
| .hero { |
| width: 100%; |
| height: 780px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| background: #000; |
| } |
| .img-placeholder { |
| width: 960px; |
| height: 620px; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| display: flex; |
| justify-content: center; |
| align-items: center; |
| color: #757575; |
| font-size: 34px; |
| } |
| .content { |
| padding: 32px 48px 0 48px; |
| } |
| .title { |
| font-size: 46px; |
| line-height: 1.28; |
| font-weight: 600; |
| margin-top: 24px; |
| margin-bottom: 24px; |
| } |
| .actions { |
| display: flex; |
| align-items: center; |
| gap: 64px; |
| margin: 10px 0 8px 0; |
| } |
| .count { |
| font-size: 30px; |
| color: #BDBDBD; |
| margin-left: 160px; |
| } |
| .divider { |
| height: 1px; |
| background: #2A2A2A; |
| margin: 24px 0; |
| } |
| .author-row { |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| } |
| .author-left { |
| display: flex; |
| align-items: center; |
| gap: 24px; |
| } |
| .avatar { |
| width: 84px; |
| height: 84px; |
| border-radius: 16px; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| display: flex; |
| justify-content: center; |
| align-items: center; |
| color: #757575; |
| font-size: 24px; |
| } |
| .author-name { |
| font-size: 38px; |
| font-weight: 600; |
| } |
| .follow-btn { |
| background: #E9D8FF; |
| color: #2D2D2D; |
| font-weight: 600; |
| padding: 18px 30px; |
| border-radius: 24px; |
| font-size: 32px; |
| } |
| .meta { |
| font-size: 30px; |
| color: #9E9E9E; |
| margin-top: 16px; |
| } |
| .section-title { |
| font-size: 44px; |
| font-weight: 700; |
| margin: 40px 0 24px 0; |
| } |
| .recommendation { |
| display: flex; |
| align-items: flex-start; |
| gap: 28px; |
| } |
| .thumb { |
| position: relative; |
| width: 300px; |
| height: 300px; |
| border-radius: 32px; |
| overflow: hidden; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| display: flex; |
| justify-content: center; |
| align-items: center; |
| color: #757575; |
| font-size: 30px; |
| } |
| .duration { |
| position: absolute; |
| left: 18px; |
| bottom: 18px; |
| background: rgba(0,0,0,0.75); |
| color: #fff; |
| font-size: 26px; |
| padding: 8px 12px; |
| border-radius: 12px; |
| } |
| .rec-texts { |
| margin-top: 6px; |
| flex: 1; |
| } |
| .rec-title { |
| font-size: 40px; |
| font-weight: 700; |
| line-height: 1.25; |
| margin-bottom: 8px; |
| } |
| .rec-sub { |
| font-size: 32px; |
| color: #9E9E9E; |
| } |
| .home-indicator { |
| position: absolute; |
| bottom: 28px; |
| left: 50%; |
| transform: translateX(-50%); |
| width: 360px; |
| height: 12px; |
| background: #fff; |
| border-radius: 8px; |
| opacity: 0.9; |
| } |
| |
| svg { display: block; } |
| .flag-icon path.flag-fill { fill: #FF5252; stroke: #FF5252; } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
| <div class="topbar"> |
| <div class="icon-btn" aria-label="Back"> |
| <svg width="48" height="48" viewBox="0 0 48 48"> |
| <path d="M28 10 L16 24 L28 38" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| </div> |
|
|
| <div class="hero"> |
| <div class="img-placeholder">[IMG: Abstract Painting Artwork]</div> |
| </div> |
|
|
| <div class="content"> |
| <div class="title">Maria CALLAS - Casta Diva 1958 - by Guseppe INFANTINO</div> |
|
|
| <div class="actions"> |
| <div class="icon-btn" aria-label="Like"> |
| <svg width="56" height="56" viewBox="0 0 56 56"> |
| <path d="M28 48s-16-10-22-18c-6-8 0-20 10-20 6 0 10 4 12 8 2-4 6-8 12-8 10 0 16 12 10 20-6 8-22 18-22 18z" fill="none" stroke="#fff" stroke-width="3" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| <div class="icon-btn" aria-label="Save"> |
| <svg width="56" height="56" viewBox="0 0 56 56"> |
| <path d="M18 8h20v34l-10-7-10 7z" fill="none" stroke="#fff" stroke-width="3" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| <div class="icon-btn" aria-label="Download"> |
| <svg width="56" height="56" viewBox="0 0 56 56"> |
| <path d="M28 8v22" stroke="#fff" stroke-width="3" stroke-linecap="round"/> |
| <path d="M18 22l10 10 10-10" fill="none" stroke="#fff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/> |
| <rect x="14" y="40" width="28" height="6" rx="3" fill="#fff"/> |
| </svg> |
| </div> |
| <div class="icon-btn" aria-label="Share"> |
| <svg width="56" height="56" viewBox="0 0 56 56"> |
| <path d="M24 22h-12v22h28V34" fill="none" stroke="#fff" stroke-width="3" stroke-linejoin="round"/> |
| <path d="M28 12l14 14-14 14" fill="none" stroke="#fff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| <div class="icon-btn flag-icon" aria-label="Report"> |
| <svg width="56" height="56" viewBox="0 0 56 56"> |
| <path d="M14 8v40" stroke="#FF5252" stroke-width="3" stroke-linecap="round"/> |
| <path class="flag-fill" d="M14 10h24l-6 8 6 8H14z"/> |
| </svg> |
| </div> |
| </div> |
| <div class="count">1</div> |
|
|
| <div class="divider"></div> |
|
|
| <div class="author-row"> |
| <div class="author-left"> |
| <div class="avatar">[IMG: User Avatar]</div> |
| <div class="author-name">Giuseppe Infantino</div> |
| </div> |
| <div class="follow-btn">Following</div> |
| </div> |
| <div class="meta">12 years ago · opere di Giuseppe INFANTINO</div> |
|
|
| <div class="section-title">Recommendations</div> |
|
|
| <div class="recommendation"> |
| <div class="thumb"> |
| [IMG: Parrot Photo] |
| <div class="duration">05:49</div> |
| </div> |
| <div class="rec-texts"> |
| <div class="rec-title">PERU' - INTI ILLIMANI - BY GIUSEPPE INFANTINO</div> |
| <div class="rec-sub">Giuseppe Infantino</div> |
| </div> |
| </div> |
| </div> |
|
|
| <div class="home-indicator"></div> |
| </div> |
| </body> |
| </html> |