AndroidCode / code /10185 /10185_0.html
yhzheng1031's picture
Add files using upload-large-folder tool
5501681 verified
raw
history blame
12.3 kB
<html>
<head>
<meta charset="UTF-8">
<title>Play Books Settings Overlay - Mock</title>
<style>
body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Arial, sans-serif; }
#render-target {
width: 1440px;
height: 3120px;
position: relative;
overflow: hidden;
background: #0f0f0f;
color: #fff;
}
/* Top status bar */
.status-bar {
position: absolute;
top: 0;
left: 0;
width: 1440px;
height: 120px;
color: #eaeaea;
font-size: 44px;
display: flex;
align-items: center;
padding: 0 40px;
box-sizing: border-box;
letter-spacing: 1px;
}
.status-left { display: flex; align-items: center; gap: 30px; }
.status-right { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.dot { width: 18px; height: 18px; background: #cfcfcf; border-radius: 50%; display: inline-block; }
/* App bar */
.app-bar {
position: absolute;
top: 120px;
left: 0;
width: 1440px;
height: 140px;
display: flex;
align-items: center;
padding: 0 40px;
box-sizing: border-box;
color: #ddd;
}
.title {
font-size: 56px;
font-weight: 600;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 900px;
}
.app-actions { margin-left: auto; display: flex; align-items: center; gap: 40px; }
.icon-btn { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; border-radius: 12px; }
.aa-pill { font-size: 60px; color: #ddd; }
/* Reading area text */
.page-text {
position: absolute;
top: 300px;
left: 80px;
right: 80px;
bottom: 820px;
color: #f6f6f6;
font-size: 68px;
line-height: 108px;
letter-spacing: 0.3px;
opacity: 0.95;
}
.page-text p { margin: 0 0 40px 0; }
/* Settings panel overlay */
.panel {
position: absolute;
left: 160px;
top: 560px;
width: 1120px;
background: #221d16;
border-radius: 28px;
box-shadow: 0 20px 60px rgba(0,0,0,0.6);
padding: 60px;
box-sizing: border-box;
color: #fff;
}
.panel h3 {
margin: 0 0 26px 0;
font-size: 56px;
font-weight: 700;
}
.panel .row {
display: flex;
align-items: center;
margin-bottom: 46px;
gap: 40px;
flex-wrap: wrap;
}
.select {
width: 900px;
height: 120px;
border: 2px solid #4a4338;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 40px;
font-size: 56px;
background: #1c1711;
box-sizing: border-box;
}
/* Small square options */
.option {
width: 200px;
height: 160px;
border-radius: 20px;
background: #1c1711;
border: 2px solid #4a4338;
display: flex;
align-items: center;
justify-content: center;
}
.option.selected { border: 4px solid #f3e25a; box-shadow: inset 0 0 0 4px rgba(243,226,90,0.15); }
/* Alignment / spacing icon boxes */
.icon-box {
width: 220px;
height: 160px;
border-radius: 18px;
border: 2px solid #4a4338;
background: #1c1711;
position: relative;
}
.icon-box.selected { border: 4px solid #f3e25a; }
.icon-lines {
position: absolute; left: 32px; right: 32px; top: 36px;
display: grid; row-gap: 18px;
}
.icon-lines div {
height: 16px; background: #d9d9d9; border-radius: 8px;
}
.icon-lines .short { width: 70%; }
.icon-lines .center { margin: 0 auto; }
.icon-lines .full { width: 100%; }
/* Scroll direction icons */
.scroll-icon {
position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
}
.arrow {
width: 140px; height: 90px;
display: flex; align-items: center; justify-content: space-between;
}
.arrow span {
width: 38px; height: 38px; border: 6px solid #d9d9d9; border-left: none;
transform: rotate(45deg);
}
.arrow .left { transform: rotate(225deg); }
.arrow .down { transform: rotate(135deg); }
/* Font size controls */
.circle {
width: 110px; height: 110px; border-radius: 50%;
border: 6px solid #f3e25a; color: #f3e25a;
display: flex; align-items: center; justify-content: center;
font-size: 70px;
background: transparent;
}
.font-AA { font-size: 74px; color: #fff; font-weight: 700; }
/* Theme cells */
.theme-cell {
width: 240px; height: 180px; border-radius: 22px;
display: flex; align-items: center; justify-content: center;
font-size: 60px; font-weight: 700;
border: 2px solid #4a4338;
}
.theme1 { background: #f7f7f7; color: #333; }
.theme2 { background: #f0ece6; color: #5c4c3f; }
.theme3 { background: #4a4a4a; color: #fff; }
.theme4 { background: #0f0f0f; color: #fff; border: 4px solid #f3e25a; }
/* Brightness */
.brightness {
display: flex; align-items: center; gap: 40px;
}
.toggle {
font-size: 50px; color: #bdb6a7; background: #1c1711;
padding: 24px 40px; border-radius: 18px; border: 2px solid #4a4338;
}
.slider {
flex: 1; height: 12px; background: #3a3328; border-radius: 8px; position: relative;
}
.knob {
position: absolute; top: -16px; left: 60%; width: 36px; height: 36px;
background: #f3e25a; border-radius: 50%;
box-shadow: 0 0 0 6px rgba(243,226,90,0.25);
}
.sun {
width: 64px; height: 64px; border-radius: 50%; background: #f3e25a;
box-shadow: 0 0 0 8px rgba(243,226,90,0.15);
}
/* Bottom preview banner */
.preview-banner {
position: absolute;
left: 0;
bottom: 300px;
width: 1440px;
background: #1d1b16;
padding: 50px 60px 70px;
box-sizing: border-box;
color: #eae6d4;
text-align: center;
font-size: 52px;
border-top: 1px solid #2d2b24;
}
.cta-btn {
margin: 40px auto 0 auto;
width: 1240px;
height: 140px;
border-radius: 30px;
background: #f6f6f6;
color: #2b281f;
font-weight: 700;
font-size: 60px;
display: flex; align-items: center; justify-content: center;
}
/* Bottom controls */
.bottom-controls {
position: absolute;
left: 0;
bottom: 100px;
width: 1440px;
padding: 0 60px;
box-sizing: border-box;
color: #eae6d4;
}
.progress {
height: 16px; background: #2f2d25; border-radius: 10px; position: relative; margin-bottom: 40px;
}
.progress .dot {
position: absolute; top: -18px; left: 80px; width: 40px; height: 40px; background: #e8db6a;
border-radius: 50%;
}
.bottom-row { display: flex; align-items: center; }
.left-info { font-size: 52px; color: #eae6d4; }
.right-info { margin-left: auto; font-size: 52px; color: #eae6d4; }
.search {
width: 90px; height: 90px; margin-left: 28px; border-radius: 16px; border: 2px solid #8e8a7d;
display: flex; align-items: center; justify-content: center;
}
/* Simple SVG icons color */
svg { fill: none; stroke: #ddd; stroke-width: 8px; }
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar">
<div class="status-left">
<div>9:10</div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
</div>
<div class="status-right">
<div class="dot"></div>
<div class="dot"></div>
</div>
</div>
<!-- App bar -->
<div class="app-bar">
<div class="icon-btn">
<svg width="80" height="80" viewBox="0 0 80 80">
<path d="M50 18 L26 40 L50 62" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</div>
<div class="title">Summary of Project Hail Mary:...</div>
<div class="app-actions">
<div class="aa-pill">Aa</div>
<div class="icon-btn">
<svg width="70" height="70" viewBox="0 0 70 70">
<circle cx="35" cy="16" r="6" stroke="none" fill="#ddd"></circle>
<circle cx="35" cy="35" r="6" stroke="none" fill="#ddd"></circle>
<circle cx="35" cy="54" r="6" stroke="none" fill="#ddd"></circle>
</svg>
</div>
</div>
</div>
<!-- Reading text -->
<div class="page-text">
<p>SU... HAIL MARY ...</p>
<p>That ...</p>
<p>prep use study and it provides a safe space for you to freely express yourself without being judged by others.</p>
<p>Using this journal in a group study is completely up...</p>
</div>
<!-- Settings panel -->
<div class="panel">
<h3>Font</h3>
<div class="row">
<div class="select">
<span>Contemporary</span>
<svg width="60" height="60" viewBox="0 0 60 60">
<path d="M16 22 L30 38 L44 22" stroke="#ddd" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</div>
</div>
<div class="row" style="margin-top: 20px;">
<div style="width:100%; font-size:54px; margin-bottom:8px;">Alignment</div>
<div class="icon-box selected">
<div class="icon-lines">
<div class="full"></div>
<div class="full"></div>
<div class="full"></div>
</div>
</div>
<div class="icon-box">
<div class="icon-lines">
<div class="short center"></div>
<div class="short center"></div>
<div class="short center"></div>
</div>
</div>
</div>
<div class="row" style="margin-top: 10px;">
<div style="width:100%; font-size:54px; margin-bottom:8px;">Line Spacing</div>
<div class="icon-box selected">
<div class="icon-lines">
<div class="full" style="height: 18px;"></div>
<div style="height: 12px;"></div>
<div class="full" style="height: 18px;"></div>
</div>
</div>
<div class="icon-box">
<div class="icon-lines">
<div class="full" style="height: 18px;"></div>
<div style="height: 20px;"></div>
<div class="full" style="height: 18px;"></div>
</div>
</div>
<div class="icon-box">
<div class="icon-lines">
<div class="full" style="height: 18px;"></div>
<div style="height: 28px;"></div>
<div class="full" style="height: 18px;"></div>
</div>
</div>
</div>
<div class="row" style="margin-top: 10px;">
<div style="width:100%; font-size:54px; margin-bottom:8px;">Scroll Direction</div>
<div class="icon-box selected">
<div class="scroll-icon">
<div class="arrow">
<span class="left"></span>
<span></span>
</div>
</div>
</div>
<div class="icon-box">
<div class="scroll-icon">
<div class="arrow">
<span class="down"></span>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 10px;">
<div style="width:100%; font-size:54px; margin-bottom:8px;">Font Size</div>
<div class="circle"></div>
<div class="font-AA">Aa</div>
<div class="circle">+</div>
</div>
<div class="row" style="margin-top: 20px;">
<div style="width:100%; font-size:54px; margin-bottom:8px;">Theme</div>
<div class="theme-cell theme1">Aa</div>
<div class="theme-cell theme2">Aa</div>
<div class="theme-cell theme3">Aa</div>
<div class="theme-cell theme4">Aa</div>
</div>
<div class="row" style="margin-top: 6px;">
<div style="width:100%; font-size:54px; margin-bottom:8px;">Brightness</div>
<div class="toggle">AUTO</div>
<div class="slider"><div class="knob"></div></div>
<div class="sun"></div>
</div>
</div>
<!-- Preview banner -->
<div class="preview-banner">
<div>Enjoying your free preview?<br>Keep reading with a free trial.</div>
<div class="cta-btn">Read Free for 30 Days</div>
</div>
<!-- Bottom controls -->
<div class="bottom-controls">
<div class="progress"><div class="dot"></div></div>
<div class="bottom-row">
<div class="left-info">4 pages left in chapter</div>
<div class="right-info">Page 5 of 44</div>
<div class="search">
<svg width="60" height="60" viewBox="0 0 60 60">
<circle cx="28" cy="28" r="16"></circle>
<line x1="42" y1="42" x2="58" y2="58"></line>
</svg>
</div>
</div>
</div>
</div>
</body>
</html>