| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <title>Mobile UI - Gmail Compose</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; } |
| #render-target { |
| width: 1080px; |
| height: 2400px; |
| position: relative; |
| overflow: hidden; |
| background: #ffffff; |
| } |
| |
| |
| .status-bar { |
| height: 96px; |
| padding: 0 32px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| color: #212121; |
| font-size: 34px; |
| } |
| .status-left { display: flex; align-items: center; gap: 16px; } |
| .status-right { display: flex; align-items: center; gap: 22px; } |
| .icon { |
| width: 40px; height: 40px; |
| } |
| |
| |
| .toolbar { |
| height: 170px; |
| display: flex; |
| align-items: center; |
| padding: 0 24px; |
| border-bottom: 1px solid #e0e0e0; |
| } |
| .toolbar-left { display: flex; align-items: center; gap: 20px; } |
| .toolbar-title { |
| font-size: 56px; |
| color: #212121; |
| font-weight: 600; |
| letter-spacing: 0.2px; |
| } |
| .toolbar-actions { |
| margin-left: auto; |
| display: flex; |
| align-items: center; |
| gap: 28px; |
| } |
| .toolbar .icon { width: 48px; height: 48px; color: #424242; } |
| |
| |
| .content { padding: 24px 48px; } |
| .row { |
| display: flex; |
| align-items: center; |
| padding: 26px 0; |
| border-bottom: 1px solid #eeeeee; |
| } |
| .label { |
| color: #757575; |
| font-size: 34px; |
| min-width: 120px; |
| } |
| .value { |
| color: #212121; |
| font-size: 38px; |
| } |
| .chevron { margin-left: auto; width: 42px; height: 42px; color: #757575; } |
| .placeholder-text { |
| color: #9e9e9e; |
| font-size: 42px; |
| padding: 32px 0 16px 0; |
| } |
| |
| |
| .attachment-card { |
| width: calc(100% - 96px); |
| margin: 24px auto; |
| border-radius: 16px; |
| box-shadow: 0 2px 0 rgba(0,0,0,0.06), 0 3px 10px rgba(0,0,0,0.08); |
| overflow: hidden; |
| border: 1px solid #e0e0e0; |
| background: #f5f7fa; |
| } |
| .attachment-preview { |
| height: 360px; |
| background: #E0E0E0; |
| border-bottom: 1px solid #BDBDBD; |
| display: flex; |
| justify-content: center; |
| align-items: center; |
| color: #757575; |
| font-size: 38px; |
| } |
| .file-row { |
| background: #e6edf3; |
| padding: 22px 28px; |
| display: flex; |
| align-items: center; |
| gap: 24px; |
| } |
| .thumb { |
| width: 68px; |
| height: 68px; |
| border-radius: 8px; |
| background: #d84315; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| } |
| .file-info { |
| display: flex; |
| flex-direction: column; |
| line-height: 1.2; |
| } |
| .file-name { |
| color: #212121; |
| font-size: 36px; |
| } |
| .file-size { |
| color: #607d8b; |
| font-size: 28px; |
| margin-top: 6px; |
| } |
| .file-action { |
| margin-left: auto; |
| width: 44px; |
| height: 44px; |
| color: #424242; |
| cursor: default; |
| } |
| |
| |
| .gesture-pill { |
| position: absolute; |
| bottom: 36px; |
| left: 50%; |
| transform: translateX(-50%); |
| width: 360px; |
| height: 12px; |
| background: #8d8d8d; |
| border-radius: 12px; |
| opacity: 0.7; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| |
| <div class="status-bar"> |
| <div class="status-left"> |
| <div>1:15</div> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M6 15h10a4 4 0 0 0 0-8 5 5 0 0 0-9-2 4 4 0 0 0-1 8z" fill="#757575"/> |
| </svg> |
| </div> |
| <div class="status-right"> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M3 17h2v2H3zm4-4h2v6H7zm4-3h2v9h-2zm4-4h2v13h-2z" fill="#616161"/> |
| </svg> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M12 18l-2 2 2 2 2-2-2-2zm-6-6l2 2a6 6 0 0 1 8 0l2-2a8 8 0 0 0-12 0zm-4-4l2 2a12 12 0 0 1 16 0l2-2a14 14 0 0 0-20 0z" fill="#616161"/> |
| </svg> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#616161" stroke-width="2"/> |
| <rect x="4" y="8" width="12" height="8" fill="#616161"/> |
| <rect x="20" y="10" width="2" height="6" fill="#616161"/> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="toolbar"> |
| <div class="toolbar-left"> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M15 6l-6 6 6 6" fill="none" stroke="#424242" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| <div class="toolbar-title">Compose</div> |
| </div> |
| <div class="toolbar-actions"> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M7 13l7-7a4 4 0 0 1 6 6l-8 8a6 6 0 0 1-9-9l7-7" fill="none" stroke="#424242" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M4 12l16-7-5 7 5 7-16-7z" fill="#424242"/> |
| </svg> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <circle cx="12" cy="5" r="2" fill="#424242"/> |
| <circle cx="12" cy="12" r="2" fill="#424242"/> |
| <circle cx="12" cy="19" r="2" fill="#424242"/> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="content"> |
| <div class="row"> |
| <div class="label">From</div> |
| <div class="value">dbwscratch.test.id8@gmail.com</div> |
| </div> |
|
|
| <div class="row"> |
| <div class="label">To</div> |
| <div class="value" style="color:#9e9e9e;">|</div> |
| |
| <svg class="chevron" viewBox="0 0 24 24"> |
| <path d="M6 9l6 6 6-6" fill="none" stroke="#757575" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
|
|
| <div class="row"> |
| <div class="label">Subject</div> |
| <div class="value" style="color:#9e9e9e;">|</div> |
| </div> |
|
|
| <div class="placeholder-text">Compose email</div> |
|
|
| |
| <div class="attachment-card"> |
| <div class="attachment-preview">[IMG: 1h Active time graphic]</div> |
| <div class="file-row"> |
| <div class="thumb"> |
| <svg viewBox="0 0 24 24" width="28" height="28"> |
| <rect x="3" y="5" width="18" height="14" rx="2" fill="#ffffff"/> |
| <path d="M6 15l3-3 4 4 4-6 3 5H6z" fill="#c62828"/> |
| </svg> |
| </div> |
| <div class="file-info"> |
| <div class="file-name">temp_shared_bi...419875146.png</div> |
| <div class="file-size">24 KB</div> |
| </div> |
| <svg class="file-action" viewBox="0 0 24 24"> |
| <path d="M6 6l12 12M18 6L6 18" stroke="#424242" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| </div> |
| </div> |
| </div> |
|
|
| <div class="gesture-pill"></div> |
| </div> |
| </body> |
| </html> |