| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=1080, initial-scale=1.0"> |
| <title>Chill List - Share Sheet</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; } |
| #render-target { |
| position: relative; |
| width: 1080px; |
| height: 2400px; |
| overflow: hidden; |
| background: linear-gradient(180deg, #0e0e0e 0%, #151515 35%, #1a1a1a 100%); |
| color: #e6e6e6; |
| } |
| |
| |
| .status-bar { |
| position: absolute; |
| top: 0; |
| left: 0; |
| width: 1080px; |
| height: 90px; |
| padding: 0 28px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| color: #eaeaea; |
| opacity: 0.95; |
| font-weight: 600; |
| font-size: 36px; |
| letter-spacing: 0.5px; |
| } |
| .sb-right { |
| display: flex; |
| align-items: center; |
| gap: 24px; |
| } |
| .sb-icon { width: 34px; height: 34px; opacity: 0.9; } |
| |
| |
| .back-btn { |
| position: absolute; |
| top: 130px; |
| left: 28px; |
| width: 72px; |
| height: 72px; |
| border-radius: 36px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| color: #cfcfcf; |
| } |
| |
| |
| .top-wrap { |
| position: absolute; |
| left: 72px; |
| top: 140px; |
| right: 72px; |
| } |
| |
| .cover-and-actions { |
| position: relative; |
| width: 100%; |
| height: 720px; |
| } |
| |
| .cover { |
| position: absolute; |
| left: 48px; |
| top: 0; |
| width: 680px; |
| height: 680px; |
| border-radius: 28px; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| color: #5f5f5f; |
| font-size: 34px; |
| font-weight: 600; |
| } |
| |
| .kebab { |
| position: absolute; |
| right: 8px; |
| top: 20px; |
| width: 84px; |
| height: 84px; |
| border-radius: 42px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| background: transparent; |
| color: #8e8e8e; |
| } |
| |
| .action-fab { |
| position: absolute; |
| right: 40px; |
| top: 520px; |
| display: flex; |
| gap: 24px; |
| align-items: center; |
| } |
| .fab { |
| width: 140px; |
| height: 140px; |
| border-radius: 70px; |
| box-shadow: 0 6px 14px rgba(0,0,0,0.4); |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| } |
| .fab.edit { background: #3a3a3a; border: 1px solid #4a4a4a; } |
| .fab.play { background: #1d7267; } |
| |
| |
| .title-block { |
| margin-top: 48px; |
| padding-left: 48px; |
| color: #d9d9d9; |
| } |
| .playlist-title { |
| font-size: 82px; |
| font-weight: 700; |
| letter-spacing: 0.5px; |
| margin: 28px 0 18px; |
| } |
| .subtitle { |
| font-size: 36px; |
| color: #b0b0b0; |
| } |
| |
| |
| .actions-row { |
| margin-top: 34px; |
| padding-left: 48px; |
| display: flex; |
| align-items: center; |
| gap: 28px; |
| color: #c9c9c9; |
| } |
| .chip { |
| display: inline-flex; |
| align-items: center; |
| justify-content: center; |
| width: 92px; |
| height: 92px; |
| border-radius: 46px; |
| border: 2px solid #3b3b3b; |
| background: #232323; |
| } |
| .duration-meta { |
| margin-left: 14px; |
| font-size: 32px; |
| color: #969696; |
| } |
| |
| |
| .track-item { |
| margin-top: 44px; |
| padding: 28px 32px 28px 48px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| color: #e5e5e5; |
| } |
| .track-text .title { font-size: 44px; font-weight: 600; margin: 0 0 8px; } |
| .track-text .artist { font-size: 32px; color: #9a9a9a; } |
| .track-actions { |
| display: flex; |
| align-items: center; |
| gap: 34px; |
| } |
| |
| |
| .sheet { |
| position: absolute; |
| left: 0; |
| right: 0; |
| bottom: 0; |
| height: 920px; |
| background: #242424; |
| border-top-left-radius: 32px; |
| border-top-right-radius: 32px; |
| box-shadow: 0 -18px 28px rgba(0,0,0,0.55); |
| } |
| .sheet-header { |
| padding: 24px 36px 8px; |
| color: #f0f0f0; |
| font-size: 44px; |
| font-weight: 700; |
| } |
| .sheet-list { margin-top: 8px; } |
| .sheet-item { |
| display: flex; |
| align-items: center; |
| padding: 26px 36px; |
| border-top: 1px solid #2f2f2f; |
| } |
| .sheet-item:first-of-type { border-top: none; } |
| .app-icon { |
| width: 92px; |
| height: 92px; |
| border-radius: 46px; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| color: #5b5b5b; |
| font-size: 28px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| margin-right: 28px; |
| font-weight: 700; |
| } |
| .app-text .name { font-size: 40px; color: #eaeaea; } |
| .app-text .desc { font-size: 30px; color: #a8a8a8; margin-top: 6px; } |
| .sheet-footer { |
| position: absolute; |
| left: 0; |
| right: 0; |
| bottom: 24px; |
| display: flex; |
| justify-content: center; |
| } |
| .home-indicator { |
| width: 260px; |
| height: 10px; |
| border-radius: 5px; |
| background: #e9e9e9; |
| opacity: 0.85; |
| } |
| |
| |
| .icon { width: 44px; height: 44px; } |
| .icon.large { width: 62px; height: 62px; } |
| .muted { color: #9a9a9a; } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| |
| <div class="status-bar"> |
| <div class="sb-left">12:24</div> |
| <div class="sb-right"> |
| |
| <svg class="sb-icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="none" stroke="#eaeaea" stroke-width="2"/></svg> |
| <svg class="sb-icon" viewBox="0 0 24 24"><rect x="3" y="7" width="18" height="10" rx="2" fill="none" stroke="#eaeaea" stroke-width="2"/></svg> |
| <svg class="sb-icon" viewBox="0 0 24 24"><path d="M3 12h18" stroke="#eaeaea" stroke-width="2"/></svg> |
| <svg class="sb-icon" viewBox="0 0 24 24"><rect x="7" y="6" width="10" height="12" rx="2" fill="none" stroke="#eaeaea" stroke-width="2"/><path d="M12 3v3" stroke="#eaeaea" stroke-width="2"/></svg> |
| </div> |
| </div> |
|
|
| |
| <div class="back-btn" title="Back"> |
| <svg class="icon large" viewBox="0 0 24 24"> |
| <path d="M15 19l-7-7 7-7" fill="none" stroke="#d0d0d0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
|
|
| |
| <div class="top-wrap"> |
| <div class="cover-and-actions"> |
| <div class="cover">[IMG: Playlist Cover]</div> |
|
|
| <div class="kebab"> |
| <svg class="icon large" viewBox="0 0 24 24"> |
| <circle cx="12" cy="4" r="2" fill="#8e8e8e"/> |
| <circle cx="12" cy="12" r="2" fill="#8e8e8e"/> |
| <circle cx="12" cy="20" r="2" fill="#8e8e8e"/> |
| </svg> |
| </div> |
|
|
| <div class="action-fab"> |
| <div class="fab edit" title="Edit"> |
| <svg class="icon large" viewBox="0 0 24 24"> |
| <path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25z" fill="#cacaca"/> |
| <path d="M20.71 7.04a1.003 1.003 0 0 0 0-1.42l-2.34-2.34a1.003 1.003 0 0 0-1.42 0l-1.83 1.83 3.75 3.75 1.84-1.82z" fill="#cacaca"/> |
| </svg> |
| </div> |
| <div class="fab play" title="Play"> |
| <svg class="icon large" viewBox="0 0 24 24"> |
| <path d="M8 5v14l11-7z" fill="#e9f8f4"/> |
| </svg> |
| </div> |
| </div> |
| </div> |
|
|
| <div class="title-block"> |
| <div class="playlist-title">Chill List</div> |
| <div class="subtitle">1 song with music from artists like Joe Pass.</div> |
|
|
| <div class="actions-row"> |
| <div class="chip" title="Download"> |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M12 3v12" stroke="#d5d5d5" stroke-width="2" stroke-linecap="round"/> |
| <path d="M7 10l5 5 5-5" fill="none" stroke="#d5d5d5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> |
| <path d="M4 20h16" stroke="#d5d5d5" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| </div> |
| <div class="chip" title="Share"> |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M4 12v8h16v-8" fill="none" stroke="#d5d5d5" stroke-width="2" stroke-linecap="round"/> |
| <path d="M12 4l0 12" stroke="#d5d5d5" stroke-width="2" stroke-linecap="round"/> |
| <path d="M7 9l5-5 5 5" fill="none" stroke="#d5d5d5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| <div class="duration-meta">3m 32s • 1 Songs</div> |
| </div> |
|
|
| <div class="track-item"> |
| <div class="track-text"> |
| <div class="title">Night And Day (Album Version)</div> |
| <div class="artist">Joe Pass - Virtuoso</div> |
| </div> |
| <div class="track-actions"> |
| <svg class="icon" viewBox="0 0 24 24" title="Download"> |
| <path d="M12 3v12" stroke="#cfcfcf" stroke-width="2" stroke-linecap="round"/> |
| <path d="M7 10l5 5 5-5" fill="none" stroke="#cfcfcf" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> |
| <path d="M4 20h16" stroke="#cfcfcf" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| <svg class="icon" viewBox="0 0 24 24" title="More"> |
| <circle cx="12" cy="5" r="2" fill="#b8b8b8"/> |
| <circle cx="12" cy="12" r="2" fill="#b8b8b8"/> |
| <circle cx="12" cy="19" r="2" fill="#b8b8b8"/> |
| </svg> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="sheet"> |
| <div class="sheet-header">Share</div> |
| <div class="sheet-list"> |
| <div class="sheet-item"> |
| <div class="app-icon">GM</div> |
| <div class="app-text"> |
| <div class="name">Gmail</div> |
| </div> |
| </div> |
| <div class="sheet-item"> |
| <div class="app-icon">RE</div> |
| <div class="app-text"> |
| <div class="name">Reminder</div> |
| <div class="desc">Create Reminder</div> |
| </div> |
| </div> |
| <div class="sheet-item"> |
| <div class="app-icon">NS</div> |
| <div class="app-text"> |
| <div class="name">Nearby Share</div> |
| </div> |
| </div> |
| </div> |
|
|
| <div class="sheet-footer"> |
| <div class="home-indicator"></div> |
| </div> |
| </div> |
|
|
| </div> |
| </body> |
| </html> |