AndroidCode / code /10097 /10097_4.html
yhzheng1031's picture
Add files using upload-large-folder tool
5501681 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Olymp Trade Promo UI</title>
<style>
body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
/* Root container */
#render-target {
position: relative;
width: 1080px;
height: 2400px;
overflow: hidden;
background: radial-gradient(1200px 800px at 540px 1300px, #f8e07a 0%, #f4ce45 35%, #f0bd2a 70%, #e5aa16 100%);
}
/* Letterbox bars (top and bottom) */
.letterbox-top, .letterbox-bottom {
position: absolute;
left: 0; right: 0;
background: #000;
opacity: 0.95;
}
.letterbox-top { top: 0; height: 260px; }
.letterbox-bottom { bottom: 0; height: 140px; }
/* Floating coins */
.coin {
position: absolute;
border-radius: 50%;
border: 10px solid rgba(157, 112, 12, 0.6);
background: radial-gradient(circle at 30% 30%, #ffea9a 0%, #f4c54c 45%, #e6a82a 70%, #d3911f 100%);
box-shadow: 0 12px 28px rgba(0,0,0,0.25), inset 0 8px 12px rgba(255,255,255,0.3);
filter: blur(0.2px);
}
.coin.c1 { width: 210px; height: 210px; left: 22px; top: 800px; transform: rotate(-15deg); }
.coin.c2 { width: 140px; height: 140px; left: 70px; top: 1160px; transform: rotate(20deg); }
.coin.c3 { width: 120px; height: 120px; right: 90px; top: 760px; transform: rotate(8deg); }
.coin.c4 { width: 180px; height: 180px; right: 70px; top: 1450px; transform: rotate(-22deg); }
.coin.c5 { width: 130px; height: 130px; right: 60px; top: 1850px; transform: rotate(10deg); }
.coin.c6 { width: 160px; height: 160px; left: 40px; top: 1540px; transform: rotate(-8deg); }
/* Tiny sparkles */
.sparkle {
position: absolute;
width: 8px; height: 8px;
background: #fff8d1;
border-radius: 50%;
box-shadow: 0 0 6px rgba(255,255,255,0.8);
opacity: 0.9;
}
.sp1 { left: 220px; top: 610px; }
.sp2 { left: 320px; top: 720px; width: 5px; height: 5px; }
.sp3 { right: 240px; top: 900px; width: 6px; height: 6px; }
.sp4 { right: 180px; top: 1280px; width: 7px; height: 7px; }
.sp5 { left: 160px; top: 1700px; width: 5px; height: 5px; }
.sp6 { right: 450px; top: 1500px; width: 4px; height: 4px; }
/* Vertical note */
.vert-note {
position: absolute;
left: -390px;
top: 980px;
transform: rotate(-90deg);
color: rgba(255,255,255,0.5);
font-size: 28px;
letter-spacing: 0.5px;
}
/* Mute icon */
.mute {
position: absolute;
top: 410px;
left: 40px;
width: 56px;
height: 56px;
border-radius: 50%;
background: rgba(0,0,0,0.35);
display: flex;
align-items: center;
justify-content: center;
backdrop-filter: blur(2px);
}
.mute svg { width: 34px; height: 34px; }
/* Phone mock */
.phone {
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 820px;
width: 720px;
height: 1450px;
background: #0c0c0f;
border-radius: 60px;
box-shadow: 0 44px 120px rgba(0,0,0,0.4);
border: 2px solid #222;
}
/* Notch */
.notch {
position: absolute;
top: 24px;
left: 50%;
transform: translateX(-50%);
width: 220px;
height: 30px;
background: #0c0c0f;
border-radius: 18px;
}
/* Status bar text */
.status {
position: absolute;
top: 22px;
left: 34px;
right: 34px;
height: 36px;
color: #fff;
font-size: 28px;
display: flex;
align-items: center;
justify-content: space-between;
opacity: 0.9;
}
.status .right { font-size: 24px; letter-spacing: 1px; }
/* Screen content */
.screen {
position: absolute;
top: 90px;
left: 24px;
right: 24px;
bottom: 24px;
background: #111820;
border-radius: 28px;
overflow: hidden;
}
.topbar {
display: flex;
align-items: center;
padding: 26px 24px 18px 24px;
color: #9dd4ff;
font-size: 26px;
}
.account {
color: #79b8ff;
font-weight: bold;
margin-right: 20px;
}
.balance {
color: #fff;
background: #1a2530;
padding: 6px 12px;
border-radius: 10px;
margin-right: 16px;
font-size: 24px;
}
.pill {
margin-left: auto;
background: #3aa3ff;
color: #fff;
padding: 12px 22px;
border-radius: 16px;
font-weight: 700;
box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
}
.instrument {
display: flex;
align-items: center;
padding: 12px 24px;
color: #d7d9dd;
font-size: 26px;
background: #0f1620;
border-top: 1px solid #1c2a36;
border-bottom: 1px solid #1c2a36;
}
.badge {
background: #f0c452;
color: #262626;
font-weight: 700;
padding: 8px 12px;
border-radius: 8px;
margin-right: 12px;
font-size: 22px;
}
.instrument .title { flex: 1; }
.instrument .tools {
display: flex;
gap: 12px;
}
.tool {
width: 46px; height: 38px;
background: #1b2531;
border-radius: 8px;
}
/* Chart placeholder */
.chart {
margin: 16px 24px;
height: 720px;
background: #0b1016;
border: 1px solid #243342;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: #a0a7ad;
font-size: 28px;
}
.chart::after {
content: "";
position: absolute;
left: 60px; right: 60px; top: 460px; height: 2px;
background: rgba(160,167,173,0.2);
}
/* Action area */
.action {
position: absolute;
left: 24px; right: 24px; bottom: 160px;
background: #0f1620;
border-top: 1px solid #263545;
padding: 18px;
border-radius: 16px;
}
.amount {
color: #cdd6df;
font-size: 26px;
padding: 12px 16px;
}
.cta {
margin-top: 12px;
background: #3aa3ff;
color: #fff;
text-align: center;
padding: 24px 16px;
border-radius: 14px;
font-size: 30px;
font-weight: 700;
}
/* Bottom icons row inside phone */
.nav {
position: absolute;
bottom: 70px;
left: 24px; right: 24px;
display: flex;
justify-content: space-around;
color: #b9c2cc;
font-size: 22px;
}
.home-indicator {
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
width: 180px;
height: 6px;
background: #40454c;
border-radius: 3px;
opacity: 0.8;
}
/* Bottom headline */
.headline {
position: absolute;
bottom: 210px;
left: 0; right: 0;
text-align: center;
color: #ffffff;
font-size: 54px;
font-weight: 600;
text-shadow: 0 6px 20px rgba(0,0,0,0.25);
}
</style>
</head>
<body>
<div id="render-target">
<!-- Letterbox bars -->
<div class="letterbox-top"></div>
<div class="letterbox-bottom"></div>
<!-- Decorative coins -->
<div class="coin c1"></div>
<div class="coin c2"></div>
<div class="coin c3"></div>
<div class="coin c4"></div>
<div class="coin c5"></div>
<div class="coin c6"></div>
<!-- Sparkles -->
<div class="sparkle sp1"></div>
<div class="sparkle sp2"></div>
<div class="sparkle sp3"></div>
<div class="sparkle sp4"></div>
<div class="sparkle sp5"></div>
<div class="sparkle sp6"></div>
<!-- Vertical risk note -->
<div class="vert-note">Trading carries inherent risk.</div>
<!-- Mute icon -->
<div class="mute">
<svg viewBox="0 0 36 36">
<circle cx="18" cy="18" r="16" stroke="#ffffff" stroke-width="2" fill="none"/>
<!-- Speaker -->
<path d="M9 22 L9 14 L14 14 L19 10 L19 26 L14 22 Z" fill="#ffffff"/>
<!-- Slash -->
<path d="M26 10 L10 26" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
</svg>
</div>
<!-- Phone mock -->
<div class="phone">
<div class="notch"></div>
<div class="status">
<div>9:41</div>
<div class="right">📶  🔋</div>
</div>
<div class="screen">
<div class="topbar">
<div class="account">LIVE ACCOUNT</div>
<div class="balance">₹900.00 ▾</div>
<div class="pill">Payments</div>
</div>
<div class="instrument">
<div class="badge"></div>
<div class="title">Gold OTC</div>
<div class="tools">
<div class="tool"></div>
<div class="tool"></div>
<div class="tool"></div>
</div>
</div>
<div class="chart">
[IMG: Trading chart screen]
</div>
<div class="action">
<div class="amount">₹70</div>
<div class="cta">Open a Trade</div>
</div>
<div class="nav">⌂ ⇅ ✉ 🏆 ⊙</div>
<div class="home-indicator"></div>
</div>
</div>
<!-- Bottom headline -->
<div class="headline">Start trading on Olymp Trade</div>
</div>
</body>
</html>