File size: 13,607 Bytes
c32f9a6 | 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 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Flights UI Mock</title>
<style>
body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #1f2a44; }
#render-target {
width: 1080px; height: 2400px; position: relative; overflow: hidden; background: #ffffff;
}
.status-bar { height: 90px; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; font-size: 36px; color: #333; }
.status-icons { display: flex; align-items: center; gap: 24px; }
.icon-sq { width: 40px; height: 40px; border-radius: 8px; border: 2px solid #666; }
.nav-row { display: grid; grid-template-columns: repeat(4, 1fr); padding: 10px 40px 0 40px; column-gap: 30px; row-gap: 6px; }
.nav-item { text-align: center; }
.nav-img {
width: 140px; height: 96px; margin: 0 auto 8px auto;
background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 20px;
display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px;
}
.nav-label { font-size: 34px; color: #5a667d; }
.nav-active .nav-label { color: #1a60ff; font-weight: 600; }
.nav-active .underline { width: 120px; height: 8px; background: #1a60ff; border-radius: 6px; margin: 10px auto 0; }
.search-card {
margin: 26px 34px 0 34px; border-radius: 30px; border: 1px solid #d9dde7; overflow: hidden; background: #fff; box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}
.toggle-wrap { padding: 28px 32px 24px; background: #f5f6fa; display: flex; gap: 22px; }
.pill { padding: 18px 28px; border-radius: 50px; font-size: 34px; color: #667; background: #e9ebf2; box-shadow: inset 0 -2px 0 rgba(0,0,0,0.03); }
.pill.active { background: #fff; color: #222; border: 1px solid #d0d6e3; box-shadow: 0 2px 6px rgba(0,0,0,0.06); }
.row { padding: 30px 36px; border-top: 1px solid #e5e8ef; display: flex; align-items: center; justify-content: space-between; }
.fromto { display: grid; grid-template-columns: 1fr 120px 1fr; align-items: center; gap: 12px; width: 100%; }
.city { display: flex; align-items: center; gap: 16px; }
.code { font-size: 56px; font-weight: 700; color: #102a43; }
.sub { font-size: 28px; color: #7a859b; }
.swap { width: 90px; height: 90px; border-radius: 50%; border: 1px solid #d7dbe6; display: flex; align-items: center; justify-content: center; }
.label-icon { display: flex; align-items: center; gap: 20px; font-size: 38px; color: #223; }
.muted { font-size: 30px; color: #7a859b; }
.chips { padding: 24px 36px; border-top: 1px solid #e5e8ef; }
.chips-head { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.chip { display: inline-flex; align-items: center; padding: 18px 26px; border-radius: 40px; border: 1px solid #d1d6e2; color: #2f3b56; font-size: 32px; margin-right: 18px; background: #fff; }
.badge { font-size: 26px; color: #fff; background: #7a2cf2; padding: 6px 14px; border-radius: 20px; }
.assured { background: #eaf2ff; padding: 28px 36px; display: flex; align-items: center; justify-content: space-between; }
.check { width: 48px; height: 48px; border: 3px solid #9aa9c7; border-radius: 10px; margin-right: 22px; }
.assured-text { display: flex; align-items: center; }
.shield {
width: 80px; height: 80px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 20px;
display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px;
}
.search-cta { background: #ff7a00; color: #fff; font-size: 44px; font-weight: 600; padding: 34px 36px; display: flex; align-items: center; gap: 24px; justify-content: center; border-top-left-radius: 26px; border-top-right-radius: 26px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; }
.search-cta svg { width: 48px; height: 48px; }
.services { background: #f6f7fb; padding: 34px 24px 16px; display: grid; grid-template-columns: repeat(6, 1fr); text-align: center; gap: 10px; }
.svc-item { display: flex; flex-direction: column; align-items: center; }
.svc-icon { width: 110px; height: 110px; border: 3px solid #1a60ff; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #1a60ff; }
.svc-label { margin-top: 18px; font-size: 30px; color: #4b5874; }
.banner { margin: 20px 34px; background: #ff7a00; border-radius: 30px; padding: 26px; display: flex; align-items: center; justify-content: space-between; color: #fff; }
.banner .img {
width: 420px; height: 200px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 20px;
display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
}
.banner .text { font-size: 46px; line-height: 1.2; text-align: right; }
.login { margin-top: 16px; display: inline-block; padding: 12px 24px; background: #fff; color: #ff7a00; border-radius: 20px; font-weight: 600; font-size: 30px; }
.bottom-nav { position: absolute; left: 0; bottom: 80px; width: 100%; background: #fff4ea; border-top: 1px solid #eee2d6; padding: 20px 40px; display: grid; grid-template-columns: repeat(5, 1fr); }
.bn-item { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.bn-icon { width: 96px; height: 96px; border-radius: 30px; background: #ffe0c7; display: flex; align-items: center; justify-content: center; }
.bn-item.active .bn-icon { background: #ff7a00; }
.bn-item span { font-size: 32px; color: #6b768a; }
.bn-item.active span { color: #ff7a00; font-weight: 600; }
.home-indicator { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); width: 360px; height: 16px; background: #0f0f12; border-radius: 10px; opacity: 0.85; }
/* Small SVG icon style */
.ico { width: 48px; height: 48px; }
</style>
</head>
<body>
<div id="render-target">
<div class="status-bar">
<div>10:48</div>
<div class="status-icons">
<svg class="ico" viewBox="0 0 24 24">
<path d="M2 8l10-5 10 5v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8z" fill="#666"/>
<path d="M6 12h12v4H6z" fill="#fff"/>
</svg>
<svg class="ico" viewBox="0 0 24 24">
<path d="M3 8h18v8H3z" fill="none" stroke="#666" stroke-width="2"/>
<rect x="5" y="10" width="10" height="4" fill="#666"/>
</svg>
</div>
</div>
<div class="nav-row">
<div class="nav-item nav-active">
<div class="nav-img">[IMG: Plane]</div>
<div class="nav-label">Flights</div>
<div class="underline"></div>
</div>
<div class="nav-item">
<div class="nav-img">[IMG: Hotel]</div>
<div class="nav-label">Hotels</div>
</div>
<div class="nav-item">
<div class="nav-img">[IMG: Train]</div>
<div class="nav-label">Trains</div>
</div>
<div class="nav-item">
<div class="nav-img">[IMG: Bus]</div>
<div class="nav-label">Buses</div>
</div>
</div>
<div class="search-card">
<div class="toggle-wrap">
<div class="pill active">One Way</div>
<div class="pill">Round Trip</div>
</div>
<div class="row">
<div class="fromto">
<div class="city">
<div class="code">AMS</div>
<svg class="ico" viewBox="0 0 24 24">
<path d="M2 12l9 2 1 8 2-7 8-2-8-2-2-7-1 8-9 2z" fill="#1a60ff"/>
</svg>
<div>
<div class="sub">Amsterdam</div>
</div>
</div>
<div class="swap">
<svg class="ico" viewBox="0 0 24 24">
<path d="M7 7h10l-3-3M17 17H7l3 3" fill="none" stroke="#7a859b" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
<div class="city" style="justify-content: flex-end;">
<svg class="ico" viewBox="0 0 24 24">
<path d="M2 12l9 2 1 8 2-7 8-2-8-2-2-7-1 8-9 2z" fill="#1a60ff"/>
</svg>
<div class="code">BER</div>
<div>
<div class="sub" style="text-align:right;">Berlin</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="label-icon">
<svg class="ico" viewBox="0 0 24 24">
<rect x="3" y="5" width="18" height="16" rx="2" fill="none" stroke="#1f2a44" stroke-width="2"/>
<path d="M7 5v4M17 5v4" stroke="#1f2a44" stroke-width="2"/>
</svg>
<div>Sat, 23 Dec</div>
</div>
</div>
<div class="row">
<div class="label-icon">
<svg class="ico" viewBox="0 0 24 24">
<circle cx="12" cy="8" r="3" fill="none" stroke="#1f2a44" stroke-width="2"/>
<path d="M4 20c2-4 6-4 8-4s6 0 8 4" fill="none" stroke="#1f2a44" stroke-width="2"/>
</svg>
<div>1 Traveller • Economy</div>
</div>
</div>
<div class="chips">
<div class="chips-head">
<div style="font-size:32px; color:#2f3b56;">Special Fares (Optional)</div>
<div class="badge">New</div>
</div>
<div>
<span class="chip">Student</span>
<span class="chip">Senior Citizen</span>
<span class="chip">Armed Forces</span>
</div>
</div>
<div class="assured">
<div class="assured-text">
<div class="check"></div>
<div>
<div style="font-size:36px;">Always opt for Assured</div>
<div class="muted">Instant full refunds</div>
</div>
</div>
<div class="shield">[IMG: Shield]</div>
</div>
<div class="search-cta">
<svg viewBox="0 0 24 24">
<circle cx="10" cy="10" r="7" fill="none" stroke="#fff" stroke-width="2"/>
<path d="M15 15l6 6" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
</svg>
<div>Search Flights</div>
</div>
</div>
<div class="services">
<div class="svc-item">
<div class="svc-icon">
<svg viewBox="0 0 24 24" width="64" height="64">
<path d="M2 13l7 1 2 8 2-7 9-2-9-2-2-7-2 9-7 1z" fill="#1a60ff"/>
</svg>
</div>
<div class="svc-label">Flight Status</div>
</div>
<div class="svc-item">
<div class="svc-icon">
<svg viewBox="0 0 24 24" width="64" height="64">
<path d="M4 12l8-5 8 5-8 5-8-5z" fill="none" stroke="#1a60ff" stroke-width="2"/>
</svg>
</div>
<div class="svc-label">Travel Insurance</div>
</div>
<div class="svc-item">
<div class="svc-icon">
<svg viewBox="0 0 24 24" width="64" height="64">
<circle cx="10" cy="12" r="5" fill="none" stroke="#1a60ff" stroke-width="2"/>
<path d="M15 7l6 6-6 6" fill="none" stroke="#1a60ff" stroke-width="2"/>
</svg>
</div>
<div class="svc-label">Forex Card</div>
</div>
<div class="svc-item">
<div class="svc-icon">
<svg viewBox="0 0 24 24" width="64" height="64">
<rect x="3" y="6" width="18" height="12" rx="2" fill="none" stroke="#1a60ff" stroke-width="2"/>
<rect x="6" y="10" width="12" height="3" fill="#1a60ff"/>
</svg>
</div>
<div class="svc-label">Credit Card</div>
</div>
<div class="svc-item">
<div class="svc-icon">
<svg viewBox="0 0 24 24" width="64" height="64">
<circle cx="12" cy="12" r="9" fill="none" stroke="#1a60ff" stroke-width="2"/>
<path d="M12 7v10M7 12h10" stroke="#1a60ff" stroke-width="2"/>
</svg>
</div>
<div class="svc-label">Book Visa</div>
</div>
<div class="svc-item">
<div class="svc-icon">
<svg viewBox="0 0 24 24" width="64" height="64">
<rect x="5" y="5" width="14" height="14" rx="3" fill="none" stroke="#1a60ff" stroke-width="2"/>
<path d="M9 9h6v6H9z" fill="#1a60ff"/>
</svg>
</div>
<div class="svc-label">Plans</div>
</div>
</div>
<div class="banner">
<div class="img">[IMG: Airplane Illustration]</div>
<div class="text">
Flat 12% Off<br/>on 1st Flight<br/>
<span class="login">Login</span>
</div>
</div>
<div class="bottom-nav">
<div class="bn-item active">
<div class="bn-icon">
<svg viewBox="0 0 24 24" width="52" height="52">
<path d="M3 11l9-7 9 7v9H3z" fill="#fff"/>
</svg>
</div>
<span>Home</span>
</div>
<div class="bn-item">
<div class="bn-icon" style="background:#ffe0c7;">
<svg viewBox="0 0 24 24" width="52" height="52">
<path d="M4 12l8-5 8 5-8 5-8-5z" fill="#ff7a00"/>
</svg>
</div>
<span>ixigo money</span>
</div>
<div class="bn-item">
<div class="bn-icon" style="background:#ffe0c7;">
<svg viewBox="0 0 24 24" width="52" height="52">
<rect x="5" y="7" width="14" height="12" rx="2" fill="#ff7a00"/>
</svg>
</div>
<span>My Trips</span>
</div>
<div class="bn-item">
<div class="bn-icon" style="background:#ffe0c7;">
<svg viewBox="0 0 24 24" width="52" height="52">
<path d="M4 4h16v14l-8 4-8-4z" fill="#ff7a00"/>
</svg>
</div>
<span>Contact Us</span>
</div>
<div class="bn-item">
<div class="bn-icon" style="background:#ffe0c7;">
<svg viewBox="0 0 24 24" width="52" height="52">
<circle cx="6" cy="6" r="3" fill="#ff7a00"/>
<circle cx="18" cy="6" r="3" fill="#ff7a00"/>
<circle cx="6" cy="18" r="3" fill="#ff7a00"/>
<circle cx="18" cy="18" r="3" fill="#ff7a00"/>
</svg>
</div>
<span>More</span>
</div>
</div>
<div class="home-indicator"></div>
</div>
</body>
</html> |