| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=1080, initial-scale=1.0"> |
| <title>Checkout UI</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; |
| } |
| |
| .statusbar { |
| height: 110px; |
| padding: 24px 32px; |
| color: #555; |
| font-size: 42px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| } |
| .status-icons { display: flex; align-items: center; gap: 28px; color: #777; } |
| .header { |
| padding: 12px 32px 24px 32px; |
| display: flex; |
| align-items: center; |
| gap: 28px; |
| } |
| .close-circle { |
| width: 92px; |
| height: 92px; |
| border-radius: 46px; |
| border: 2px solid #DADADA; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| } |
| .header-title { |
| font-size: 72px; |
| font-weight: 700; |
| color: #111; |
| } |
| |
| .banner { |
| margin: 18px 32px 24px 32px; |
| background: #D8E7FF; |
| border-radius: 28px; |
| padding: 34px; |
| display: flex; |
| align-items: center; |
| gap: 28px; |
| } |
| .paypal-tag { |
| border: 2px solid #BBD0FF; |
| background: #F5FAFF; |
| color: #1E40AF; |
| font-weight: 700; |
| border-radius: 10px; |
| padding: 10px 18px; |
| font-size: 36px; |
| } |
| .banner-text { |
| font-size: 42px; |
| color: #1f2937; |
| } |
| |
| .section { |
| padding: 10px 32px 0 32px; |
| } |
| .seller-label { |
| font-size: 40px; |
| font-weight: 700; |
| color: #222; |
| margin: 24px 0; |
| } |
| |
| .item { |
| display: grid; |
| grid-template-columns: 210px 1fr auto; |
| gap: 28px; |
| align-items: start; |
| } |
| .thumb { |
| width: 210px; |
| height: 210px; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| border-radius: 28px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| color: #757575; |
| font-size: 32px; |
| text-align: center; |
| padding: 10px; |
| } |
| .item-title { |
| font-size: 48px; |
| line-height: 1.25; |
| color: #222; |
| margin-top: 8px; |
| } |
| .price { |
| font-size: 52px; |
| font-weight: 700; |
| color: #222; |
| margin-top: 8px; |
| } |
| |
| .meta-row { |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| margin: 24px 0 14px 0; |
| } |
| .qty { |
| font-size: 40px; |
| color: #8A8A8A; |
| } |
| .remove { |
| font-size: 40px; |
| color: #2962FF; |
| text-decoration: none; |
| } |
| |
| .delivery { |
| margin-top: 14px; |
| } |
| .delivery h4 { |
| margin: 0 0 14px 0; |
| font-size: 40px; |
| color: #333; |
| font-weight: 600; |
| } |
| .delivery p { |
| margin: 8px 0; |
| font-size: 38px; |
| color: #7a7a7a; |
| } |
| .delivery .green { |
| color: #2e7d32; |
| font-weight: 700; |
| } |
| |
| .divider { |
| height: 2px; |
| background: #E6E6E6; |
| margin: 24px 0; |
| } |
| .message-row { |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| padding: 12px 0 28px 0; |
| } |
| .message-row .label { |
| font-size: 42px; |
| color: #333; |
| } |
| |
| .qty-input { |
| width: 74px; |
| height: 64px; |
| border: 2px solid #BDBDBD; |
| border-radius: 10px; |
| text-align: center; |
| font-size: 40px; |
| color: #333; |
| background: #fff; |
| } |
| |
| .cta { |
| margin: 26px 32px; |
| height: 128px; |
| border-radius: 64px; |
| background: #E8E8E8; |
| color: #9E9E9E; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| gap: 22px; |
| font-size: 50px; |
| font-weight: 700; |
| } |
| |
| .protection { |
| display: flex; |
| align-items: center; |
| gap: 20px; |
| padding: 8px 32px; |
| color: #333; |
| font-size: 38px; |
| } |
| .protection b { font-weight: 700; } |
| |
| .bottom-bar { |
| position: absolute; |
| bottom: 30px; |
| left: 50%; |
| transform: translateX(-50%); |
| width: 240px; |
| height: 16px; |
| background: #CFCFCF; |
| border-radius: 8px; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| <div class="statusbar"> |
| <div>2:14</div> |
| <div class="status-icons"> |
| |
| <svg width="36" height="36" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="none" stroke="#777" stroke-width="2"/></svg> |
| |
| <svg width="48" height="36" viewBox="0 0 28 18"> |
| <rect x="1" y="3" width="22" height="12" rx="2" fill="none" stroke="#777" stroke-width="2"/> |
| <rect x="3" y="5" width="18" height="8" fill="#777"/> |
| <rect x="23" y="6" width="3" height="6" rx="1" fill="#777"/> |
| </svg> |
| <div style="font-size:38px;">100%</div> |
| </div> |
| </div> |
|
|
| <div class="header"> |
| <div class="close-circle"> |
| <svg width="48" height="48" viewBox="0 0 24 24"> |
| <path d="M5 5 L19 19 M19 5 L5 19" stroke="#444" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| </div> |
| <div class="header-title">Checkout</div> |
| </div> |
|
|
| <div class="banner"> |
| <div class="paypal-tag">PayPal</div> |
| <div class="banner-text">Buy with PayPal. It’s fast and simple.</div> |
| </div> |
|
|
| |
| <div class="section"> |
| <div class="seller-label">Seller: jbar0907</div> |
|
|
| <div class="item"> |
| <div class="thumb">[IMG: Coffee Machine]</div> |
| <div class="item-title"> |
| Coffee Machine Quiet<br> |
| Automatic Heating One<br> |
| Click Portable Tea Brewer |
| </div> |
| <div class="price">$162.99</div> |
| </div> |
|
|
| <div class="meta-row"> |
| <div class="qty">Quantity 1</div> |
| <a href="#" class="remove">Remove</a> |
| </div> |
|
|
| <div class="delivery"> |
| <h4>Delivery</h4> |
| <p>Est. delivery: Nov 29 – Dec 4</p> |
| <p>USPS Ground Advantage</p> |
| <p>Free</p> |
| </div> |
|
|
| <div class="divider"></div> |
|
|
| <div class="message-row"> |
| <div class="label">Message to seller</div> |
| <svg width="40" height="40" viewBox="0 0 24 24"> |
| <path d="M9 5 L16 12 L9 19" fill="none" stroke="#555" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="section"> |
| <div class="seller-label">Seller: rinuvo</div> |
|
|
| <div class="item"> |
| <div class="thumb">[IMG: 14" Dell Latitude Laptop]</div> |
| <div class="item-title"> |
| 14" Dell Latitude Laptop<br> |
| PC: Intel Core i7! Backlit<br> |
| Keyboard! Built in Webcam! |
| </div> |
| <div class="price">$279.99</div> |
| </div> |
|
|
| <div class="meta-row"> |
| <div class="qty"> |
| Quantity |
| <input class="qty-input" type="text" value="1"> |
| </div> |
| <a href="#" class="remove">Remove</a> |
| </div> |
|
|
| <div class="delivery"> |
| <h4>Delivery</h4> |
| <p class="green">Free 2-3 day shipping</p> |
| <p>Get it by Nov 27 – Nov 28</p> |
| <p>Expedited Shipping</p> |
| </div> |
| </div> |
|
|
| |
| <div class="cta"> |
| <svg width="44" height="44" viewBox="0 0 24 24"> |
| <rect x="7" y="10" width="10" height="8" rx="2" fill="none" stroke="#9E9E9E" stroke-width="2"/> |
| <path d="M8 10 V8 a4 4 0 0 1 8 0 v2" fill="none" stroke="#9E9E9E" stroke-width="2"/> |
| </svg> |
| Confirm and pay |
| </div> |
|
|
| <div class="protection"> |
| <svg width="48" height="48" viewBox="0 0 24 24"> |
| <path d="M12 2 L20 6 V12c0 6-8 8-8 8s-8-2-8-8V6z" fill="#4F83FF"/> |
| <path d="M7 12l3 3 7-7" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| Purchase protected by <b>eBay Money Back Guarantee</b> |
| </div> |
|
|
| <div class="bottom-bar"></div> |
| </div> |
| </body> |
| </html> |