| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=1080, initial-scale=1.0"> |
| <title>eBay Search - Recent</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: #000000; |
| color: #FFFFFF; |
| } |
| |
| |
| .status-bar { |
| position: absolute; |
| top: 0; |
| left: 0; |
| width: 1080px; |
| height: 86px; |
| color: #e6e6e6; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| padding: 0 28px; |
| box-sizing: border-box; |
| font-size: 34px; |
| letter-spacing: 0.5px; |
| } |
| .status-icons { |
| display: flex; |
| align-items: center; |
| gap: 22px; |
| } |
| .icon-sb { |
| width: 32px; |
| height: 32px; |
| opacity: 0.9; |
| } |
| |
| |
| .search-header { |
| position: absolute; |
| top: 96px; |
| left: 0; |
| width: 100%; |
| padding: 0 28px; |
| box-sizing: border-box; |
| display: flex; |
| align-items: center; |
| gap: 24px; |
| } |
| .back-btn { |
| width: 72px; |
| height: 72px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| } |
| .search-pill { |
| flex: 1; |
| height: 104px; |
| background: #1f1f1f; |
| border-radius: 52px; |
| display: flex; |
| align-items: center; |
| padding: 0 24px 0 36px; |
| box-sizing: border-box; |
| color: #bdbdbd; |
| font-size: 36px; |
| letter-spacing: 0.2px; |
| } |
| .search-pill .spacer { |
| flex: 1; |
| } |
| .pill-icon { |
| width: 72px; |
| height: 72px; |
| border-radius: 16px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| color: #eaeaea; |
| opacity: 0.95; |
| } |
| |
| |
| .tabs { |
| position: absolute; |
| top: 236px; |
| left: 0; |
| width: 100%; |
| padding: 0 44px; |
| box-sizing: border-box; |
| display: flex; |
| align-items: center; |
| gap: 36px; |
| } |
| .tab { |
| font-size: 40px; |
| color: #e5e5e5; |
| opacity: 0.8; |
| } |
| .tab.active { |
| color: #6aa2ff; |
| opacity: 1; |
| } |
| .tab-underline { |
| position: absolute; |
| left: 44px; |
| top: 296px; |
| width: 132px; |
| height: 6px; |
| background: #6aa2ff; |
| border-radius: 3px; |
| } |
| |
| |
| .recent-list { |
| position: absolute; |
| top: 358px; |
| left: 0; |
| width: 100%; |
| padding: 0 64px; |
| box-sizing: border-box; |
| } |
| .recent-item { |
| font-size: 54px; |
| line-height: 1.35; |
| color: #f2f2f2; |
| margin: 46px 0; |
| } |
| .clear-link { |
| margin-top: 76px; |
| font-size: 44px; |
| color: #6aa2ff; |
| letter-spacing: 0.5px; |
| } |
| |
| |
| .keyboard { |
| position: absolute; |
| left: 0; |
| bottom: 0; |
| width: 1080px; |
| height: 900px; |
| background: #141414; |
| border-top: 1px solid #1f1f1f; |
| box-sizing: border-box; |
| padding: 22px 18px 80px; |
| } |
| .kbd-top-row { |
| display: flex; |
| align-items: center; |
| gap: 22px; |
| margin-bottom: 18px; |
| } |
| .kbd-small { |
| width: 88px; |
| height: 88px; |
| background: #222; |
| border-radius: 22px; |
| } |
| .kbd-row { |
| display: grid; |
| grid-template-columns: repeat(10, 1fr); |
| gap: 14px; |
| margin: 16px 8px; |
| } |
| .key { |
| height: 120px; |
| background: #2a2a2a; |
| border-radius: 22px; |
| } |
| .kbd-row.short .key:first-child, |
| .kbd-row.short .key:last-child { |
| grid-column: span 1; |
| } |
| .kbd-row.short { |
| grid-template-columns: 1.3fr repeat(8, 1fr) 1.3fr; |
| } |
| .kbd-bottom { |
| display: grid; |
| grid-template-columns: 1.1fr 1fr 4fr 1fr 1.1fr; |
| gap: 14px; |
| margin: 16px 8px 0; |
| } |
| .space { |
| height: 120px; |
| background: #2a2a2a; |
| border-radius: 22px; |
| } |
| .gesture { |
| position: absolute; |
| bottom: 18px; |
| left: 50%; |
| transform: translateX(-50%); |
| width: 320px; |
| height: 10px; |
| background: #e6e6e6; |
| opacity: 0.75; |
| border-radius: 6px; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| |
| <div class="status-bar"> |
| <div class="sb-left">8:47</div> |
| <div class="status-icons"> |
| |
| <svg class="icon-sb" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"> |
| <path d="M2 8c5-4 15-4 20 0" /> |
| <path d="M5 12c4-3 10-3 14 0" /> |
| <path d="M8 16c3-2 5-2 8 0" /> |
| <circle cx="12" cy="20" r="1.8" fill="currentColor"></circle> |
| </svg> |
| |
| <svg class="icon-sb" viewBox="0 0 24 24" fill="currentColor"> |
| <rect x="3" y="14" width="3" height="7" opacity="0.4"></rect> |
| <rect x="9" y="11" width="3" height="10" opacity="0.6"></rect> |
| <rect x="15" y="8" width="3" height="13" opacity="0.8"></rect> |
| </svg> |
| |
| <svg class="icon-sb" viewBox="0 0 28 16" fill="none" stroke="currentColor" stroke-width="2"> |
| <rect x="1" y="3" width="22" height="10" rx="2"></rect> |
| <rect x="3" y="5" width="14" height="6" rx="1" fill="currentColor"></rect> |
| <rect x="24" y="6" width="3" height="4" rx="1" fill="currentColor"></rect> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="search-header"> |
| <div class="back-btn" aria-label="Back"> |
| <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"> |
| <path d="M15 18l-6-6 6-6"></path> |
| </svg> |
| </div> |
| <div class="search-pill"> |
| <span>Search on eBay</span> |
| <div class="spacer"></div> |
| <div class="pill-icon" aria-label="Voice Search"> |
| <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2"> |
| <rect x="9" y="4" width="6" height="10" rx="3"></rect> |
| <path d="M12 18v3"></path> |
| <path d="M7 13a5 5 0 0010 0"></path> |
| </svg> |
| </div> |
| <div class="pill-icon" aria-label="Camera"> |
| <svg width="38" height="38" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2"> |
| <rect x="3" y="7" width="18" height="12" rx="2"></rect> |
| <path d="M9 7l1.5-2h3L15 7"></path> |
| <circle cx="12" cy="13" r="3"></circle> |
| </svg> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="tabs"> |
| <div class="tab active">Recent</div> |
| <div class="tab">Saved</div> |
| </div> |
| <div class="tab-underline"></div> |
|
|
| |
| <div class="recent-list"> |
| <div class="recent-item">Reebok Jerseys</div> |
| <div class="recent-item">Cleats</div> |
| <div class="recent-item">cleatsfire extinguishers</div> |
| <div class="clear-link">CLEAR RECENT SEARCHES</div> |
| </div> |
|
|
| |
| <div class="keyboard" aria-hidden="true"> |
| <div class="kbd-top-row"> |
| <div class="kbd-small"></div> |
| <div class="kbd-small"></div> |
| <div class="kbd-small"></div> |
| <div class="kbd-small"></div> |
| <div class="kbd-small"></div> |
| <div class="kbd-small"></div> |
| <div class="kbd-small"></div> |
| </div> |
| <div class="kbd-row"> |
| <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div> |
| <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div> |
| </div> |
| <div class="kbd-row"> |
| <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div> |
| <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div> |
| </div> |
| <div class="kbd-row short"> |
| <div class="key"></div> |
| <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div> |
| <div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div> |
| <div class="key"></div> |
| </div> |
| <div class="kbd-bottom"> |
| <div class="space"></div> |
| <div class="space"></div> |
| <div class="space"></div> |
| <div class="space"></div> |
| <div class="space"></div> |
| </div> |
| <div class="gesture"></div> |
| </div> |
|
|
| </div> |
| </body> |
| </html> |