AndroidCode / code /1017 /1017_7.html
yhzheng1031's picture
Add files using upload-large-folder tool
67530d2 verified
raw
history blame
6.64 kB
<html>
<head>
<meta charset="utf-8">
<title>Mockup - eBay Help & Contact</title>
<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, Helvetica, Arial, sans-serif;
color:#111;
}
/* Status bar */
.status-bar {
height:72px;
padding:0 36px;
display:flex; align-items:center; justify-content:space-between;
color:#222;
font-size:34px; font-weight:600;
}
.status-right { display:flex; align-items:center; gap:22px; }
.icon { width:34px; height:34px; }
.wifi svg, .battery svg { width:40px; height:28px; }
.dot {
width:18px; height:18px; border-radius:50%; background:#9e9e9e; display:inline-block; margin-left:12px;
}
/* App bar */
.app-bar {
height:110px;
display:flex; align-items:center;
padding:0 32px;
border-bottom:1px solid #eee;
}
.icon-btn {
width:76px; height:76px;
border:none; background:#f5f5f7; border-radius:38px;
display:flex; align-items:center; justify-content:center;
margin-right:18px;
}
.icon-btn svg { width:32px; height:32px; }
.title {
font-size:60px; font-weight:700; letter-spacing:0.2px;
}
/* Search */
.search-wrap { padding:24px 32px; }
.search-bar {
height:96px; border-radius:48px;
background:#f2f4f7; border:1px solid #e6e8eb;
display:flex; align-items:center;
padding:0 30px; color:#777;
font-size:36px;
}
.search-bar svg { width:40px; height:40px; margin-right:18px; }
/* Content */
.content { padding:8px 40px 160px; line-height:1.5; }
.bullet {
display:flex; gap:18px; margin-top:24px; font-size:37px; color:#333;
}
.bullet .dot-b {
width:14px; height:14px; background:#222; border-radius:50%; margin-top:20px;
}
a.link { color:#1a73e8; text-decoration:none; }
h2.section-title {
margin-top:64px; font-size:46px; font-weight:800; color:#111;
}
.paragraph {
margin-top:16px; font-size:36px; color:#333;
}
.primary-btn {
margin:36px 0;
width:100%; max-width:960px;
height:110px; border-radius:60px;
background:#1565ff; color:#fff;
display:flex; align-items:center; justify-content:center;
font-size:42px; font-weight:700;
box-shadow: 0 6px 12px rgba(21,101,255,0.25);
}
.expander {
display:flex; align-items:center; gap:22px;
height:auto; padding:26px 0;
border-top:1px solid #eee;
font-size:40px; color:#111;
}
.plus {
width:56px; height:56px; border-radius:28px;
border:2px solid #1a73e8; color:#1a73e8;
display:flex; align-items:center; justify-content:center; font-weight:700;
}
.sub-section-title {
margin-top:54px; font-size:44px; font-weight:800;
}
/* Floating chat */
.chat-fab {
position:absolute; right:36px; bottom:230px;
width:160px; height:160px; border-radius:80px;
background:#1a73e8; box-shadow:0 12px 24px rgba(0,0,0,0.25);
display:flex; align-items:center; justify-content:center;
}
.chat-fab svg { width:76px; height:76px; fill:#fff; }
/* Gesture bar */
.gesture {
position:absolute; bottom:40px; left:50%; transform:translateX(-50%);
width:360px; height:12px; border-radius:8px; background:#cfcfcf;
}
</style>
</head>
<body>
<div id="render-target">
<!-- Status Bar -->
<div class="status-bar">
<div class="status-left">10:50<span class="dot"></span></div>
<div class="status-right">
<div class="wifi">
<svg viewBox="0 0 24 24">
<path d="M3 8c9-6 18 0 18 0" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M6 12c6-4 12 0 12 0" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
<circle cx="12" cy="16" r="2" fill="#333"/>
</svg>
</div>
<div class="battery">
<svg viewBox="0 0 32 20">
<rect x="2" y="4" width="26" height="12" rx="3" ry="3" stroke="#333" stroke-width="2" fill="none"/>
<rect x="4" y="6" width="18" height="8" fill="#333"/>
<rect x="28" y="7" width="3" height="6" rx="1" fill="#333"/>
</svg>
</div>
</div>
</div>
<!-- App Bar -->
<div class="app-bar">
<button class="icon-btn" aria-label="Close">
<svg viewBox="0 0 24 24">
<path d="M5 5 L19 19 M19 5 L5 19" stroke="#333" stroke-width="2" stroke-linecap="round"/>
</svg>
</button>
<div class="title">Help &amp; Contact</div>
</div>
<!-- Search -->
<div class="search-wrap">
<div class="search-bar">
<svg viewBox="0 0 24 24">
<circle cx="11" cy="11" r="7" stroke="#999" stroke-width="2" fill="none"/>
<path d="M20 20 L16 16" stroke="#999" stroke-width="2" stroke-linecap="round"/>
</svg>
<span>Search eBay Help...</span>
</div>
</div>
<!-- Content -->
<div class="content">
<div class="bullet">
<div class="dot-b"></div>
<div>
If the item doesn't match the listing description, or if it is faulty or arrived
damaged, you may be eligible for <a href="#" class="link">eBay Money Back Guarantee</a>.
This means that you can return it even if the seller's returns policy says they don't accept returns
</div>
</div>
<h2 class="section-title">Open a return request</h2>
<div class="paragraph">
To request a return, select the item you want to send back from your recent purchases above, or
use the button below. You can also start a return request from your <b>Purchases</b> in My eBay.
</div>
<div class="primary-btn">Start a return</div>
<div class="expander">
<div class="plus">+</div>
<div>How to request a return through My eBay</div>
</div>
<div class="expander">
<div class="plus">+</div>
<div>How to return multiple items</div>
</div>
<div class="sub-section-title">How the seller may respond to your request</div>
<div class="paragraph">
The seller has 3 business days to get back to you. How they can respond depends on the reason for your return:
</div>
</div>
<!-- Floating chat button -->
<div class="chat-fab" aria-label="Help">
<svg viewBox="0 0 24 24">
<path d="M12 3c5 0 9 3.5 9 7.8S17 19 12 19c-1.1 0-2.1-.2-3-.5L5 21l1.3-3.3C5.5 16.4 4 14.4 4 10.8 4 6.5 7 3 12 3z" fill="#fff" opacity="0.2"/>
<text x="11.5" y="16" text-anchor="middle" font-size="14" font-weight="700" fill="#fff">?</text>
</svg>
</div>
<!-- Gesture bar -->
<div class="gesture"></div>
</div>
</body>
</html>