File size: 6,968 Bytes
5501681 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 | <html>
<head>
<meta charset="UTF-8">
<title>Refine Results - Mobile Filter</title>
<style>
body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
#render-target {
width:1440px; height:3120px; position:relative; overflow:hidden;
background:#ffffff;
}
/* Status bar */
.status-bar {
position:absolute; top:0; left:0; width:100%; height:120px;
padding:0 50px; box-sizing:border-box;
display:flex; align-items:center; justify-content:space-between;
color:#1c1c1c; font-size:48px;
}
.sb-left, .sb-right { display:flex; align-items:center; gap:30px; }
.dot { width:18px; height:18px; background:#1c1c1c; border-radius:50%; display:inline-block; }
.sb-icon {
width:46px; height:46px; border:2px solid #1c1c1c; border-radius:6px;
display:inline-block;
}
.search-icon {
width:46px; height:46px; border-radius:50%; border:2px solid #1c1c1c;
position:relative;
}
.search-icon::after{
content:""; position:absolute; width:18px; height:4px; background:#1c1c1c;
right:-6px; bottom:6px; transform:rotate(40deg);
}
.wifi-icon { width:48px; height:36px; position:relative; }
.wifi-icon:before, .wifi-icon:after {
content:""; position:absolute; left:0; right:0; margin:auto; border:3px solid #333; border-radius:50%;
}
.wifi-icon:before { width:48px; height:36px; top:0; }
.wifi-icon:after { width:28px; height:20px; top:8px; }
.battery {
width:80px; height:40px; border:3px solid #333; border-radius:6px; position:relative;
}
.battery:after { content:""; position:absolute; right:-12px; top:8px; width:12px; height:24px; background:#333; border-radius:2px; }
.battery .level { position:absolute; left:6px; top:6px; right:16px; bottom:6px; background:#333; }
/* Header */
.header {
position:absolute; top:120px; left:0; width:100%; height:140px;
display:flex; align-items:center; justify-content:space-between;
padding:0 50px; box-sizing:border-box;
border-bottom:1px solid #eee;
}
.link-clear {
font-size:52px; letter-spacing:2px; color:#111; font-weight:700;
}
.title {
font-size:56px; letter-spacing:4px; color:#111; font-weight:700;
}
.close {
width:80px; height:80px; border:4px solid #000; border-radius:50%;
display:flex; align-items:center; justify-content:center; font-size:56px; font-weight:bold; color:#000;
}
/* Content */
.content { position:absolute; top:260px; left:0; right:0; bottom:200px; overflow-y:auto; padding:0 50px 240px; box-sizing:border-box; }
.section { margin-top:70px; }
.section-title {
font-size:56px; color:#1a1a1a; font-weight:700; margin-bottom:36px; display:flex; align-items:center; gap:20px;
}
.count-pill {
background:#000; color:#fff; font-size:40px; padding:8px 22px; border-radius:12px; font-weight:700;
}
/* Chips */
.chips { display:flex; flex-wrap:wrap; gap:30px; }
.chip {
padding:26px 46px; border:3px solid #cfcfcf; border-radius:16px;
color:#777; background:#f8f8f8; font-size:48px; letter-spacing:1px;
}
.chip.selected { border-color:#000; border-width:4px; color:#000; background:#fff; }
.chip.disabled { color:#bbb; border-color:#e5e5e5; background:#fafafa; }
/* Bottom bar */
.bottom-bar {
position:absolute; left:0; right:0; bottom:0; height:160px; background:#000;
color:#fff; display:flex; align-items:center; justify-content:space-between;
padding:0 60px; box-sizing:border-box;
}
.bottom-bar .result-text { font-size:56px; letter-spacing:3px; font-weight:800; }
.arrow {
width:70px; height:70px; border-right:8px solid #fff; border-top:8px solid #fff; transform:rotate(45deg);
}
</style>
</head>
<body>
<div id="render-target">
<!-- Status Bar -->
<div class="status-bar">
<div class="sb-left">
<div>2:22</div>
<div class="sb-icon"></div>
<div class="search-icon"></div>
<div style="font-weight:bold;">B</div>
<div class="dot"></div>
<div class="dot" style="opacity:0.6;"></div>
</div>
<div class="sb-right">
<div class="wifi-icon"></div>
<div class="battery"><div class="level"></div></div>
</div>
</div>
<!-- Header -->
<div class="header">
<div class="link-clear">CLEAR ALL</div>
<div class="title">REFINE RESULTS</div>
<div class="close">×</div>
</div>
<!-- Content -->
<div class="content">
<!-- Size -->
<div class="section">
<div class="section-title">Size</div>
<div class="chips">
<div class="chip">6</div>
<div class="chip">7</div>
<div class="chip">7.5</div>
<div class="chip">8</div>
<div class="chip">8.5</div>
<div class="chip">9</div>
<div class="chip">9.5</div>
<div class="chip">10</div>
<div class="chip">10.5</div>
<div class="chip">11</div>
<div class="chip">11.5</div>
<div class="chip">12</div>
<div class="chip">13</div>
</div>
</div>
<!-- Collection -->
<div class="section">
<div class="section-title">Collection <span class="count-pill">1</span></div>
<div class="chips">
<div class="chip">ULTRABOOST</div>
<div class="chip">ADIZERO</div>
<div class="chip">ADILETTE</div>
<div class="chip selected">NMD</div>
<div class="chip">SUPERSTAR</div>
<div class="chip">FORUM</div>
<div class="chip">STAN SMITH</div>
<div class="chip">PREDATOR</div>
<div class="chip">X</div>
<div class="chip">SAMBA</div>
<div class="chip">GAZELLE</div>
<div class="chip">RIVALRY</div>
<div class="chip">OZ</div>
<div class="chip">CAMPUS</div>
<div class="chip">COPA</div>
<div class="chip">ADIFORM</div>
<div class="chip">FREE HIKER</div>
<div class="chip">XPLR</div>
<div class="chip">ICON</div>
<div class="chip">LITE RACER</div>
<div class="chip">NIZZA</div>
<div class="chip">4DFWD</div>
<div class="chip">DURAMO</div>
<div class="chip">ADVENTURE</div>
<div class="chip">RETROPY</div>
<div class="chip">AVRYN</div>
<div class="chip">SWIFT</div>
<div class="chip">RDY</div>
<div class="chip">TRAE</div>
<div class="chip">AFTERBURNER</div>
</div>
</div>
<!-- Features -->
<div class="section">
<div class="section-title">Features <span class="count-pill">1</span></div>
<div class="chips">
<div class="chip selected">STRETCH</div>
</div>
</div>
<!-- Technology -->
<div class="section">
<div class="section-title">Technology</div>
<div class="chips">
<div class="chip disabled">BOOST</div>
</div>
</div>
</div>
<!-- Bottom bar -->
<div class="bottom-bar">
<div class="result-text">1 RESULT</div>
<div class="arrow"></div>
</div>
</div>
</body>
</html> |