AndroidCode / code /10086 /10086_5.html
yhzheng1031's picture
Add files using upload-large-folder tool
fa881a6 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Presentation UI Mock</title>
<style>
body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Arial, sans-serif; }
#render-target {
width: 1080px; height: 2400px; position: relative; overflow: hidden;
background: #0E0E0E;
}
.status-bar {
position: absolute; top: 0; left: 0; width: 100%; height: 110px;
background: #1A1A1A; color: #EAEAEA; display: flex; align-items: center; padding: 0 36px; box-sizing: border-box;
font-size: 36px;
}
.status-icons { margin-left: 24px; display: flex; gap: 22px; align-items: center; }
.header {
position: absolute; top: 110px; left: 0; width: 100%; height: 120px;
background: #1F1F1F; color: #F0F0F0; display: flex; align-items: center; box-sizing: border-box; padding: 0 24px;
font-size: 44px;
}
.header .title { margin-left: 24px; }
.header .menu { margin-left: auto; margin-right: 16px; }
.top-strip {
position: absolute; top: 230px; left: 18px; width: 1044px; height: 230px;
background: #000; border: 4px solid #2B2B2B; box-sizing: border-box; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 0;
}
.tile { height: 100%; }
.tile.maroon { background: #7A4745; position: relative; }
.tile.pink { background: #CFA09F; position: relative; }
.tile.ribbon { background: #7A4745; position: relative; }
.tile.ribbon:after {
content: ""; position: absolute; left: 50%; top: 0; width: 12px; height: 100%; background: #A9D5C8; transform: translateX(-50%);
}
.tile.maroon .bow, .tile.pink .bow {
position: absolute; inset: 0; display: flex; justify-content: center; align-items: center;
}
.tile.maroon .bow svg, .tile.pink .bow svg { width: 120px; height: 120px; opacity: 0.8; }
.tile.pink .sprinkles {
position: absolute; right: 24px; bottom: 24px; color: rgba(0,0,0,0.25); font-size: 28px;
}
.img-placeholder {
background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
display: flex; justify-content: center; align-items: center; font-size: 30px;
}
.slide-badge {
position: absolute; right: 24px; top: 18px; background: rgba(0,0,0,0.8); color: #FFF;
padding: 12px 20px; border-radius: 16px; font-size: 34px;
}
.slide-large {
position: absolute; top: 476px; left: 18px; width: 1044px; height: 650px;
background: #564634; border: 6px solid #000; box-sizing: border-box; color: #F7F7F7; padding: 80px 80px;
}
.slide-large h1 { margin: 0; font-size: 78px; font-weight: 600; letter-spacing: 0.5px; }
.slide-two {
position: absolute; top: 1146px; left: 18px; width: 1044px; height: 650px;
background: transparent; border: 6px solid #D9623A; box-sizing: border-box; display: grid; grid-template-columns: 70% 30%;
}
.slide-two .left {
background: #564634; color: #F7F7F7; padding: 70px; font-size: 44px; line-height: 1.35;
}
.slide-two .right { display: grid; grid-template-rows: 1fr 1fr; }
.slide-two .right .top { background: #7A4745; position: relative; }
.slide-two .right .bottom { background: #CFA09F; position: relative; }
.slide-two .right .top .bow, .slide-two .right .bottom .sprinkle {
position: absolute; inset: 0; display: flex; justify-content: center; align-items: center;
}
.slide-two .right .top .bow svg { width: 160px; height: 160px; opacity: 0.9; }
.slide-two .right .bottom .sprinkle {
color: rgba(0,0,0,0.25); font-size: 28px;
}
.filler {
position: absolute; top: 1816px; left: 0; width: 100%; height: 390px; background: #0E0E0E;
}
.bottom-bar {
position: absolute; bottom: 30px; left: 0; width: 100%; height: 220px; background: #1F1F1F; color: #DADADA;
box-sizing: border-box; padding: 20px 32px;
}
.bottom-bar .mode { text-align: center; font-size: 40px; margin-bottom: 18px; color: #EDEDED; }
.bottom-bar .tools { display: flex; justify-content: space-between; align-items: flex-start; padding: 0 20px; }
.tool { width: 180px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.tool svg { width: 56px; height: 56px; fill: none; stroke: #DADADA; stroke-width: 3; }
.tool span { font-size: 30px; color: #DADADA; }
.home-indicator {
position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
width: 360px; height: 16px; background: #DADADA; border-radius: 10px; opacity: 0.7;
}
/* Simple icon styles */
.icon { width: 48px; height: 48px; fill: none; stroke: #EAEAEA; stroke-width: 3; }
.dot { width: 8px; height: 8px; background: #EAEAEA; border-radius: 50%; display: inline-block; }
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar">
<div>12:30</div>
<div class="status-icons">
<!-- moon -->
<svg class="icon" viewBox="0 0 24 24">
<path d="M21 14a9 9 0 1 1-9-12 7 7 0 0 0 9 12z" stroke="#EAEAEA" fill="none"></path>
</svg>
<!-- cast -->
<svg class="icon" viewBox="0 0 24 24">
<path d="M3 6h18v10H13" />
<path d="M3 18c3 0 5 2 5 5" />
<path d="M3 14c5 0 9 4 9 9" />
</svg>
<!-- play/YouTube -->
<svg class="icon" viewBox="0 0 24 24">
<rect x="3" y="5" width="18" height="14" rx="3"></rect>
<path d="M10 9l6 3-6 3z" />
</svg>
<span class="dot"></span>
<!-- signal/battery simplified -->
<svg class="icon" viewBox="0 0 24 24">
<path d="M3 18h14v3H3zM19 10v8" />
</svg>
</div>
</div>
<!-- Header -->
<div class="header">
<!-- back arrow -->
<svg class="icon" viewBox="0 0 24 24">
<path d="M15 5L6 12l9 7" />
</svg>
<div class="title">Presentation.pptx</div>
<div class="menu">
<svg class="icon" viewBox="0 0 24 24">
<circle cx="12" cy="5" r="2" />
<circle cx="12" cy="12" r="2" />
<circle cx="12" cy="19" r="2" />
</svg>
</div>
</div>
<!-- Top strip with decorative tiles -->
<div class="top-strip">
<div class="tile maroon">
<div class="bow">
<svg viewBox="0 0 100 100">
<path d="M50 15v70M20 50h60" stroke="#D9C7C1" stroke-width="8" fill="none" />
<path d="M35 50c-10-10-10-20 0-30M65 50c10-10 10-20 0-30" stroke="#D9C7C1" stroke-width="6" fill="none"/>
<path d="M35 50c-10 10-10 20 0 30M65 50c10 10 10 20 0 30" stroke="#D9C7C1" stroke-width="6" fill="none"/>
</svg>
</div>
</div>
<div class="tile img-placeholder">
[IMG: Hiking gear flat lay]
</div>
<div class="tile ribbon"></div>
<div class="tile pink">
<div class="sprinkles">路路路 small pattern 路路路</div>
</div>
<div class="slide-badge">Slide 1 of 2</div>
</div>
<!-- Main slide -->
<div class="slide-large">
<h1>Importance of Hiking</h1>
</div>
<!-- Second slide preview -->
<div class="slide-two">
<div class="left">
Regular nature hikes strengthen
our heart, lungs, and muscles, as
well as our mind
</div>
<div class="right">
<div class="top">
<div class="bow">
<svg viewBox="0 0 100 100">
<path d="M50 10v80M20 50h60" stroke="#E4D6D0" stroke-width="8" fill="none" />
<path d="M35 50c-10-10-10-20 0-30M65 50c10-10 10-20 0-30" stroke="#E4D6D0" stroke-width="6" fill="none"/>
<path d="M35 50c-10 10-10 20 0 30M65 50c10 10 10 20 0 30" stroke="#E4D6D0" stroke-width="6" fill="none"/>
</svg>
</div>
</div>
<div class="bottom">
<div class="sprinkle">subtle dotted circle pattern</div>
</div>
</div>
</div>
<!-- Filler dark area -->
<div class="filler"></div>
<!-- Bottom toolbar -->
<div class="bottom-bar">
<div class="mode">Reading view</div>
<div class="tools">
<div class="tool">
<svg viewBox="0 0 48 48">
<rect x="6" y="8" width="36" height="24" rx="3"></rect>
<path d="M22 20l8 4-8 4z" />
</svg>
<span>Present</span>
</div>
<div class="tool">
<svg viewBox="0 0 48 48">
<rect x="10" y="8" width="28" height="32" rx="2"></rect>
<path d="M16 16h16M16 22h16M16 28h12" />
</svg>
<span>Notes</span>
</div>
<div class="tool">
<svg viewBox="0 0 48 48">
<path d="M10 36l12-12 8 8-12 12H10z" />
<path d="M26 14l8 8" />
</svg>
<span>Edit</span>
</div>
<div class="tool">
<svg viewBox="0 0 48 48">
<circle cx="20" cy="20" r="10"></circle>
<path d="M30 30l10 10"></path>
</svg>
<span>Find</span>
</div>
<div class="tool">
<svg viewBox="0 0 48 48">
<circle cx="12" cy="24" r="5"></circle>
<circle cx="36" cy="12" r="5"></circle>
<circle cx="36" cy="36" r="5"></circle>
<path d="M17 23l14-8M17 25l14 8" />
</svg>
<span>Share</span>
</div>
</div>
</div>
<div class="home-indicator"></div>
</div>
</body>
</html>