AndroidCode / code /1011 /1011_5.html
yhzheng1031's picture
Add files using upload-large-folder tool
0e1717f verified
raw
history blame
6.11 kB
<html>
<head>
<meta charset="utf-8">
<title>Reviews UI</title>
<style>
body { margin: 0; padding: 0; background: transparent; }
#render-target {
width: 1080px;
height: 2400px;
position: relative;
overflow: hidden;
background: #ffffff;
font-family: Arial, Helvetica, sans-serif;
color: #111;
}
/* Status bar */
.status-bar {
height: 110px;
padding: 20px 36px;
display: flex;
justify-content: space-between;
align-items: center;
color: #333;
font-size: 38px;
}
.sb-left { display: flex; align-items: center; gap: 24px; }
.time { font-weight: 700; }
.mini-icon {
width: 36px; height: 36px;
border: 1px solid #bdbdbd; border-radius: 8px; background: #e0e0e0;
}
.sb-right { display: flex; align-items: center; gap: 24px; }
.wifi svg, .battery svg { display: block; }
.wifi { width: 64px; height: 40px; }
.battery { width: 80px; height: 40px; }
/* Close/X icon */
.close-x {
position: absolute;
right: 40px;
top: 120px;
font-size: 56px;
color: #000;
}
/* Header stars and count */
.header {
text-align: center;
padding-top: 80px;
}
.count {
font-size: 44px;
font-weight: 700;
letter-spacing: 1px;
margin: 0;
}
.stars.big {
margin-top: 24px;
letter-spacing: 16px;
font-size: 84px;
}
.subtitle {
margin: 64px 48px 24px;
font-size: 46px;
font-weight: 700;
}
/* Write a review button */
.cta {
margin: 0 48px;
height: 140px;
border-radius: 8px;
background: #000;
color: #fff;
display: flex; align-items: center; justify-content: center;
font-size: 40px;
letter-spacing: 6px;
font-weight: 700;
}
/* Review blocks */
.content { padding: 24px 48px 40px; }
.review {
margin-top: 60px;
border-top: 2px solid #eee;
padding-top: 40px;
}
.review:first-of-type { border-top: none; }
.review-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.stars.small { font-size: 64px; letter-spacing: 12px; }
.date { font-size: 36px; color: #666; }
.title {
margin-top: 24px;
font-size: 44px;
font-weight: 800;
letter-spacing: 0.5px;
text-transform: none;
}
.body {
margin-top: 18px;
font-size: 36px;
color: #4a4a4a;
line-height: 1.45;
}
.recommend {
margin-top: 26px;
display: flex; align-items: center; gap: 22px;
font-size: 36px; font-weight: 700;
}
.check {
width: 48px; height: 48px; border-radius: 50%;
background: #77b16c; display: flex; align-items: center; justify-content: center;
color: #fff; font-size: 34px; font-weight: 900;
}
.userline {
margin-top: 22px;
font-size: 34px;
color: #666;
}
.divider {
margin-top: 36px;
height: 2px;
background: #eee;
}
/* Bottom handle bar */
.handle {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
width: 520px;
height: 16px;
background: #dcdcdc;
border-radius: 10px;
}
</style>
</head>
<body>
<div id="render-target">
<!-- Status Bar -->
<div class="status-bar">
<div class="sb-left">
<span class="time">5:14</span>
<div class="mini-icon" title="Lock"></div>
<div class="mini-icon" title="Square"></div>
<div class="mini-icon" title="Ghost"></div>
<div class="mini-icon" title="Dot"></div>
</div>
<div class="sb-right">
<div class="wifi">
<svg viewBox="0 0 64 40">
<path d="M32 30c3 0 6 3 6 6H26c0-3 3-6 6-6z" fill="#333"/>
<path d="M12 22c11-10 29-10 40 0" stroke="#333" stroke-width="4" fill="none"/>
<path d="M20 26c7-6 17-6 24 0" stroke="#333" stroke-width="4" fill="none"/>
</svg>
</div>
<div class="battery">
<svg viewBox="0 0 80 40">
<rect x="2" y="6" width="70" height="28" rx="6" ry="6" fill="none" stroke="#333" stroke-width="4"/>
<rect x="6" y="10" width="52" height="20" rx="4" fill="#333"/>
<rect x="74" y="12" width="6" height="16" rx="2" fill="#333"/>
</svg>
</div>
</div>
</div>
<!-- Close icon -->
<div class="close-x">βœ•</div>
<!-- Header -->
<div class="header">
<h2 class="count">57 REVIEWS</h2>
<div class="stars big">β˜… β˜… β˜… β˜… β˜…</div>
</div>
<div class="subtitle">Tell others what you thought</div>
<div class="cta">WRITE A REVIEW</div>
<!-- Reviews Content -->
<div class="content">
<!-- Review 1 -->
<div class="review">
<div class="review-header">
<div class="stars small">β˜… β˜… β˜… β˜… β˜…</div>
<div class="date">SEP 22, 2023</div>
</div>
<div class="title">LIKE RUNNING ON A CLOUD</div>
<div class="body">
I recently started running and was experiencing a lot of soreness after until I started running in these.
You can really feel the support and forward motion, and my body feels great (as opposed to very sore!)
after training now. Definitely buy a size down though. I'm usually a women's 7.5, and an Adidas 6.5 fits me perfectly.
</div>
<div class="recommend">
<div class="check">βœ“</div>
<div>RECOMMENDS THIS PRODUCT</div>
</div>
<div class="userline">ROLLERSKATE76 Β· VERIFIED PURCHASER</div>
<div class="divider"></div>
</div>
<!-- Review 2 -->
<div class="review">
<div class="review-header">
<div class="stars small">β˜… β˜… β˜… β˜… β˜…</div>
<div class="date">SEP 21, 2023</div>
</div>
<div class="title">MORE COMFORTABLE THAN MEETS THE EYE.</div>
<div class="body">
I'm very happy with my purchase. I've had ankle surgery, and these are so comfortable. Wish they had more colors!
</div>
<div class="recommend">
<div class="check">βœ“</div>
<div>RECOMMENDS THIS PRODUCT</div>
</div>
<div class="userline">SHOPPINGGURU Β· VERIFIED PURCHASER</div>
</div>
</div>
<!-- Bottom handle bar -->
<div class="handle"></div>
</div>
</body>
</html>