| <html> |
| <head> |
| <meta charset="utf-8"> |
| <title>Help & Contact - Mock</title> |
| <meta name="viewport" content="width=1080, initial-scale=1.0"> |
| <style> |
| body { margin:0; padding:0; background:transparent; } |
| #render-target{ |
| width:1080px; height:2400px; position:relative; overflow:hidden; |
| background:#ffffff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; |
| color:#222; |
| } |
| .status{ |
| height:90px; padding:0 32px; display:flex; align-items:center; justify-content:space-between; |
| color:#222; font-weight:600; font-size:38px; |
| } |
| .status .icons{ display:flex; gap:26px; align-items:center; } |
| .icon-dot{ width:22px; height:22px; border-radius:50%; background:#888; display:inline-block; } |
| .wifi, .battery{ |
| width:46px; height:28px; |
| } |
| .wifi svg, .battery svg{ width:100%; height:100%; } |
| .header{ |
| display:flex; align-items:center; padding:22px 36px 10px; |
| } |
| .close{ |
| width:86px; height:86px; border-radius:43px; border:1.5px solid #cfcfcf; |
| display:flex; align-items:center; justify-content:center; margin-right:18px; |
| } |
| .close svg{ width:36px; height:36px; } |
| .title{ |
| font-size:64px; font-weight:800; letter-spacing:0.2px; |
| } |
| .search-wrap{ padding:22px 36px 0; } |
| .search{ |
| height:112px; border-radius:56px; background:#f2f2f2; display:flex; align-items:center; |
| padding:0 36px; color:#9e9e9e; font-size:42px; |
| box-shadow: inset 0 0 0 1px #e5e5e5; |
| } |
| .search svg{ width:44px; height:44px; margin-right:18px; fill:#9e9e9e; } |
| .accent{ height:40px; background:#e9fbff; margin:18px 36px 6px; border-radius:8px; } |
| .content{ |
| padding:24px 36px 240px; font-size:42px; line-height:1.55; |
| } |
| .lead{ color:#333; margin-bottom:42px; } |
| .section-title{ |
| display:flex; align-items:center; gap:26px; font-weight:800; font-size:50px; margin:18px 0 14px; |
| } |
| .minus{ |
| width:72px; height:72px; border-radius:50%; background:#0a66ff; color:#fff; |
| display:flex; align-items:center; justify-content:center; font-size:60px; line-height:0; |
| } |
| .card{ color:#444; } |
| a{ color:#0a66ff; text-decoration:none; } |
| ul{ margin:28px 0 0 40px; padding:0; } |
| ul li{ margin:22px 0; } |
| .subtle{ color:#666; } |
| .subheading{ font-size:52px; font-weight:800; margin-top:40px; } |
| |
| .help-bubble{ |
| position:absolute; right:40px; bottom:360px; width:840px; |
| background:#1268ff; color:#fff; border-radius:28px; padding:40px; |
| box-shadow:0 12px 24px rgba(0,0,0,0.18); |
| } |
| .help-bubble .close-x{ |
| position:absolute; right:30px; top:24px; width:64px; height:64px; border-radius:50%; |
| display:flex; align-items:center; justify-content:center; color:#fff; opacity:.95; |
| } |
| .help-bubble .close-x svg{ width:40px; height:40px; fill:#ffffff; } |
| .help-text{ font-size:48px; line-height:1.35; margin-right:56px; } |
| |
| .fab{ |
| position:absolute; right:36px; bottom:140px; width:170px; height:170px; border-radius:50%; |
| background:#0a66ff; display:flex; align-items:center; justify-content:center; |
| box-shadow:0 16px 28px rgba(10,102,255,.35); |
| } |
| .fab svg{ width:90px; height:90px; fill:#fff; } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
| |
| <div class="status"> |
| <div>10:49</div> |
| <div class="icons"> |
| <span class="icon-dot"></span> |
| <div class="wifi"> |
| <svg viewBox="0 0 24 24"><path d="M12 18.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm-3.3-2.9 1.1 1.1a3.1 3.1 0 0 1 4.4 0l1.1-1.1a4.7 4.7 0 0 0-6.6 0Zm-3-3 1.1 1.1a8 8 0 0 1 11.4 0l1.1-1.1a9.6 9.6 0 0 0-13.6 0Z"/></svg> |
| </div> |
| <div class="battery"> |
| <svg viewBox="0 0 28 16"><rect x="1" y="3" width="22" height="10" rx="2" fill="#222"/><rect x="24" y="6" width="3" height="4" fill="#222"/></svg> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="header"> |
| <div class="close"> |
| <svg viewBox="0 0 24 24"><path d="M6 6l12 12M18 6L6 18" stroke="#222" stroke-width="2" stroke-linecap="round"/></svg> |
| </div> |
| <div class="title">Help & Contact</div> |
| </div> |
|
|
| |
| <div class="search-wrap"> |
| <div class="search"> |
| <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="7" stroke="none"/><path d="M15.5 15.5 22 22" stroke="#9e9e9e" stroke-width="2" stroke-linecap="round"/></svg> |
| <span>Search eBay Help...</span> |
| </div> |
| </div> |
| <div class="accent"></div> |
|
|
| |
| <div class="content"> |
| <p class="lead"> |
| Once you request a return, the seller should get back to you within 3 business days. If the seller doesn't respond or you're unable to resolve the issue with them, you can ask us to step in and help. |
| </p> |
|
|
| <div class="section-title"> |
| <div class="minus">–</div> |
| <div>More info on when you can return an item</div> |
| </div> |
|
|
| <div class="card"> |
| <p> |
| Many eBay sellers accept returns if you've changed your mind. Check the listing in your |
| <a href="#">Purchases</a> to see the seller's full return policy, including how long you have to request a return and any other conditions. |
| </p> |
|
|
| <ul> |
| <li> |
| If the seller states in their return policy that they don't accept returns, you can ask them to see if they'll make an exception |
| </li> |
| <li> |
| If the item doesn't match the listing description, or if it is faulty or arrived damaged, you may be covered by our |
| <span class="subtle">Money Back Guarantee</span>. |
| </li> |
| </ul> |
|
|
| <h3 class="subheading">Open a return request</h3> |
| <p class="subtle">To request a return, select the item you want to...</p> |
| </div> |
| </div> |
|
|
| |
| <div class="help-bubble"> |
| <div class="close-x"> |
| <svg viewBox="0 0 24 24"><path d="M6 6l12 12M18 6L6 18" stroke="#fff" stroke-width="2" stroke-linecap="round"/></svg> |
| </div> |
| <div class="help-text"> |
| Get the help you need from our automated assistant, or contact an agent. |
| </div> |
| </div> |
|
|
| |
| <div class="fab" aria-label="Chat"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M4 4h16a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H9l-5 4v-4H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z" fill="#fff" opacity=".25"/> |
| <path d="M7 9h10M7 13h6" stroke="#fff" stroke-width="2" stroke-linecap="round"/> |
| <text x="17" y="10" font-size="6" fill="#fff" font-weight="700">?</text> |
| </svg> |
| </div> |
|
|
| </div> |
| </body> |
| </html> |