File size: 11,792 Bytes
0e1717f | 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 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1440, initial-scale=1">
<title>Product Reviews UI</title>
<style>
body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
#render-target {
width: 1440px; height: 3120px; position: relative; overflow: hidden;
background: #ffffff; border-radius: 24px; box-shadow: 0 8px 24px rgba(0,0,0,0.08);
color: #212121;
}
.status-bar {
height: 96px; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; color: #333;
font-weight: 600; font-size: 40px;
}
.status-icons { display: flex; gap: 28px; align-items: center; }
.circle-icon { width: 88px; height: 88px; border-radius: 44px; background: #ffffff; border: 1px solid #E0E0E0; display: inline-flex; align-items: center; justify-content: center; }
header.navbar {
position: relative; padding: 24px 32px 16px; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px;
}
.back-wrap { display: flex; align-items: center; gap: 24px; }
.back-btn { width: 96px; height: 96px; border-radius: 48px; background: #F5F5F5; border: 1px solid #E0E0E0; display: flex; align-items: center; justify-content: center; }
.action-right { position: absolute; right: 32px; top: 24px; display: flex; gap: 24px; }
.tabs {
margin: 24px 32px 0; background: #F3F4F6; border: 1px solid #E0E0E0; border-radius: 24px; display: flex; overflow: hidden;
box-shadow: 0 6px 14px rgba(0,0,0,0.06);
}
.tab {
flex: 1; text-align: center; padding: 32px 0; font-size: 44px; color: #666; font-weight: 600;
}
.tab.active {
background: #ffffff; color: #111; box-shadow: 0 6px 14px rgba(0,0,0,0.07); border-left: 1px solid #E0E0E0; border-right: 1px solid #E0E0E0;
}
.stats-card {
margin: 24px 32px 0; border: 1px solid #E0E0E0; border-radius: 24px; padding: 32px; background: #fff;
}
.stats-top { font-size: 44px; color: #444; font-weight: 600; display: flex; gap: 16px; align-items: baseline; }
.bar-row { margin-top: 24px; display: flex; align-items: center; gap: 24px; color: #777; font-size: 40px; }
.bar { flex: 1; height: 24px; background: #ECECEC; border-radius: 12px; overflow: hidden; }
.bar > span { display: block; height: 100%; width: 35%; background: #FF5A5F; }
.sf-row {
margin: 24px 32px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #E8E8E8; border-radius: 24px; overflow: hidden;
background: #fff;
}
.sf-cell { padding: 32px; display: flex; align-items: center; gap: 24px; }
.sf-cell + .sf-cell { border-left: 1px solid #E8E8E8; }
.sf-texts { display: flex; flex-direction: column; }
.sf-title { font-size: 44px; color: #333; font-weight: 700; }
.sf-sub { font-size: 40px; color: #9E9E9E; }
.section-title {
margin: 32px 32px 16px; font-weight: 800; font-size: 52px; color: #222; letter-spacing: 1px;
}
.photo-box {
margin: 0 32px 24px; width: calc(100% - 64px); height: 900px; background: #E0E0E0; border: 1px solid #BDBDBD;
border-radius: 32px; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 48px; text-align: center;
}
.review-block { margin: 24px 32px; padding-bottom: 24px; }
.review-title { font-size: 56px; font-weight: 800; color: #222; margin-bottom: 12px; }
.rating-row { display: flex; align-items: center; gap: 16px; font-size: 40px; color: #9E9E9E; margin-bottom: 24px; }
.stars { display: inline-flex; gap: 8px; }
.review-text { font-size: 48px; color: #333; line-height: 1.35; margin-bottom: 24px; }
.user-row { display: flex; align-items: center; gap: 20px; color: #666; font-size: 44px; margin-bottom: 24px; }
.avatar { width: 72px; height: 72px; border-radius: 36px; background: #EEEEEE; border: 1px solid #D0D0D0; display: flex; align-items: center; justify-content: center; color: #777; font-weight: 700; }
.verified { width: 48px; height: 48px; border-radius: 24px; background: #1EBE4A; display: inline-flex; align-items: center; justify-content: center; }
.actions { display: flex; gap: 24px; margin-top: 12px; }
.pill {
display: inline-flex; align-items: center; gap: 16px; padding: 20px 28px; border: 1px solid #E0E0E0; border-radius: 20px;
color: #444; font-size: 44px; background: #fff;
}
.product-strip {
margin: 24px 0; border-top: 1px solid #EEE; border-bottom: 1px solid #EEE; padding: 24px 32px; display: flex; align-items: center; gap: 24px;
}
.thumb { width: 140px; height: 140px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px; }
.prod-info { flex: 1; }
.prod-title { font-size: 44px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.price-row { display: flex; align-items: baseline; gap: 16px; margin-top: 8px; }
.price { font-size: 56px; font-weight: 800; color: #111; }
.mrp { font-size: 44px; color: #9E9E9E; text-decoration: line-through; }
.off { font-size: 44px; color: #FF8C00; font-weight: 700; }
.bottom-bar {
position: absolute; left: 0; right: 0; bottom: 24px; padding: 24px 32px;
}
.buy-row { background: #fff; display: flex; align-items: center; gap: 24px; }
.buy-cart { width: 140px; height: 140px; border-radius: 20px; border: 1px solid #E0E0E0; display: flex; align-items: center; justify-content: center; background: #fff; }
.buy-btn { flex: 1; height: 140px; border-radius: 24px; border: none; background: #FF2D55; color: #fff; font-size: 56px; font-weight: 800; cursor: pointer; }
.safe-area { height: 40px; }
/* Simple icon styles */
svg { display: block; }
.icon-gray path, .icon-gray circle { stroke: #777; fill: none; }
.icon-green path, .icon-green polygon { fill: #1EBE4A; }
.icon-muted path { stroke: #9E9E9E; }
</style>
</head>
<body>
<div id="render-target">
<div class="status-bar">
<div>2:28</div>
<div class="status-icons">
<div class="circle-icon">
<svg width="40" height="40" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#9E9E9E" fill="none"/></svg>
</div>
<div class="circle-icon">
<svg width="40" height="40" viewBox="0 0 24 24"><path d="M3 12h18" stroke="#9E9E9E"/></svg>
</div>
<div class="circle-icon">
<svg width="40" height="40" viewBox="0 0 24 24"><path d="M4 4h16v16H4z" stroke="#9E9E9E" fill="none"/></svg>
</div>
</div>
</div>
<header class="navbar">
<div class="back-wrap">
<div class="back-btn">
<svg width="56" height="56" viewBox="0 0 24 24">
<path d="M15 6l-6 6 6 6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
</div>
<div class="action-right">
<div class="circle-icon" title="Search">
<svg width="44" height="44" viewBox="0 0 24 24">
<circle cx="10" cy="10" r="6" stroke="#333" fill="none"/>
<path d="M14.5 14.5L20 20" stroke="#333"/>
</svg>
</div>
<div class="circle-icon" title="Home">
<svg width="44" height="44" viewBox="0 0 24 24">
<path d="M3 12l9-8 9 8" stroke="#333" fill="none"/>
<path d="M6 10v8h12v-8" stroke="#333" fill="none"/>
</svg>
</div>
<div class="circle-icon" title="Cart">
<svg width="44" height="44" viewBox="0 0 24 24">
<path d="M4 5h2l2 12h10l2-8H8" stroke="#333" fill="none"/>
<circle cx="10" cy="20" r="1.6" fill="#333"/>
<circle cx="17" cy="20" r="1.6" fill="#333"/>
</svg>
</div>
</div>
<div class="tabs">
<div class="tab">Details</div>
<div class="tab">More Like This</div>
<div class="tab active">Reviews</div>
</div>
</header>
<div class="stats-card">
<div class="stats-top">
<span>23 Reviews | 103 Ratings</span>
</div>
<div class="bar-row">
<span>1 โ
</span>
<div class="bar"><span></span></div>
<span>24</span>
</div>
</div>
<div class="sf-row">
<div class="sf-cell">
<svg width="64" height="64" viewBox="0 0 24 24" class="icon-gray">
<path d="M8 4v6M8 14v6M16 4v8M16 16v4" stroke="#333" stroke-width="2"/>
</svg>
<div class="sf-texts">
<div class="sf-title">Sort</div>
<div class="sf-sub">Most Helpful</div>
</div>
</div>
<div class="sf-cell">
<svg width="64" height="64" viewBox="0 0 24 24" class="icon-gray">
<path d="M4 6h10M4 12h14M4 18h6" stroke="#333" stroke-width="2" stroke-linecap="round"/>
</svg>
<div class="sf-texts">
<div class="sf-title">Filter</div>
<div class="sf-sub">All Stars</div>
</div>
</div>
</div>
<div class="section-title">CUSTOMER PHOTOS (1)</div>
<div class="photo-box">[IMG: Tool set photo]</div>
<div class="section-title">CUSTOMER REVIEWS (23)</div>
<div class="review-block">
<div class="review-title">Good product</div>
<div class="rating-row">
<div class="stars">
<svg width="56" height="56" viewBox="0 0 24 24" class="icon-green"><polygon points="12,2 15,9 22,9 16.5,13.5 18.7,21 12,16.8 5.3,21 7.5,13.5 2,9 9,9"/></svg>
<svg width="56" height="56" viewBox="0 0 24 24" class="icon-green"><polygon points="12,2 15,9 22,9 16.5,13.5 18.7,21 12,16.8 5.3,21 7.5,13.5 2,9 9,9"/></svg>
<svg width="56" height="56" viewBox="0 0 24 24" class="icon-green"><polygon points="12,2 15,9 22,9 16.5,13.5 18.7,21 12,16.8 5.3,21 7.5,13.5 2,9 9,9"/></svg>
<svg width="56" height="56" viewBox="0 0 24 24" class="icon-green"><polygon points="12,2 15,9 22,9 16.5,13.5 18.7,21 12,16.8 5.3,21 7.5,13.5 2,9 9,9"/></svg>
<svg width="56" height="56" viewBox="0 0 24 24" class="icon-green"><polygon points="12,2 15,9 22,9 16.5,13.5 18.7,21 12,16.8 5.3,21 7.5,13.5 2,9 9,9"/></svg>
</div>
<span style="color:#9E9E9E">Jul 04, 2023</span>
</div>
<div class="review-text">I am satisfied, very good product ๐๐๐๐</div>
<div class="user-row">
<div class="avatar">S</div>
<div>Sania parween</div>
<div class="verified">
<svg width="28" height="28" viewBox="0 0 24 24"><path d="M6 12l3 3 7-7" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
</div>
</div>
<div class="actions">
<div class="pill">
<svg width="44" height="44" viewBox="0 0 24 24">
<path d="M4 14h3l3-6h7v10H9l-5-4v-0z" stroke="#666" fill="none" stroke-linecap="round"/>
</svg>
<span>Helpful (3)</span>
</div>
<div class="pill">
<svg width="44" height="44" viewBox="0 0 24 24">
<path d="M3 5h18v12H7l-4 4V5z" stroke="#666" fill="none"/>
</svg>
<span>0</span>
</div>
</div>
</div>
<div class="product-strip">
<div class="thumb">[IMG: Tool kit]</div>
<div class="prod-info">
<div class="prod-title">Shopper52 - DRLTOOLSET-nw6 650W 13mm Corded...</div>
<div class="price-row">
<div class="price">โน3145</div>
<div class="mrp">โน4999</div>
<div class="off">37% OFF</div>
</div>
</div>
</div>
<div class="bottom-bar">
<div class="buy-row">
<div class="buy-cart">
<svg width="64" height="64" viewBox="0 0 24 24">
<path d="M4 5h2l2 12h10l2-8H8" stroke="#333" fill="none"/>
<circle cx="10" cy="20" r="1.6" fill="#333"/>
<circle cx="17" cy="20" r="1.6" fill="#333"/>
</svg>
</div>
<button class="buy-btn">Buy Now</button>
</div>
<div class="safe-area"></div>
</div>
</div>
</body>
</html> |