281 lines
12 KiB
HTML
Executable File
281 lines
12 KiB
HTML
Executable File
<!DOCTYPE html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>75寸 MiniLED 电视选购指南</title>
|
||
<style>
|
||
* { box-sizing: border-box; margin: 0; padding: 0; }
|
||
body {
|
||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
||
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
|
||
color: #fff;
|
||
min-height: 100vh;
|
||
padding: 20px;
|
||
}
|
||
.container { max-width: 1200px; margin: 0 auto; }
|
||
header {
|
||
text-align: center;
|
||
padding: 40px 20px;
|
||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||
border-radius: 20px;
|
||
margin-bottom: 30px;
|
||
}
|
||
header h1 { font-size: 2.5em; margin-bottom: 10px; }
|
||
header p { opacity: 0.9; }
|
||
.filters {
|
||
display: flex;
|
||
gap: 10px;
|
||
flex-wrap: wrap;
|
||
margin-bottom: 30px;
|
||
padding: 20px;
|
||
background: rgba(255,255,255,0.1);
|
||
border-radius: 15px;
|
||
}
|
||
.filters span {
|
||
padding: 8px 16px;
|
||
background: rgba(102,126,234,0.3);
|
||
border-radius: 20px;
|
||
font-size: 0.9em;
|
||
}
|
||
.price-tag {
|
||
background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
|
||
padding: 5px 15px;
|
||
border-radius: 20px;
|
||
font-weight: bold;
|
||
}
|
||
.recommend-badge {
|
||
background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
|
||
padding: 5px 10px;
|
||
border-radius: 5px;
|
||
font-size: 0.8em;
|
||
margin-left: 10px;
|
||
}
|
||
table {
|
||
width: 100%;
|
||
border-collapse: collapse;
|
||
background: rgba(255,255,255,0.05);
|
||
border-radius: 15px;
|
||
overflow: hidden;
|
||
margin-bottom: 30px;
|
||
}
|
||
th, td {
|
||
padding: 15px;
|
||
text-align: left;
|
||
border-bottom: 1px solid rgba(255,255,255,0.1);
|
||
}
|
||
th {
|
||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||
font-weight: 600;
|
||
}
|
||
tr:hover { background: rgba(255,255,255,0.1); }
|
||
.score { font-size: 1.5em; font-weight: bold; color: #38ef7d; }
|
||
.pros { color: #38ef7d; font-size: 0.9em; }
|
||
.cons { color: #f5576c; font-size: 0.9em; }
|
||
.highlight { background: rgba(102,126,234,0.2); }
|
||
.buy-btn {
|
||
display: inline-block;
|
||
padding: 10px 20px;
|
||
background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
|
||
color: white;
|
||
text-decoration: none;
|
||
border-radius: 25px;
|
||
font-weight: bold;
|
||
transition: transform 0.3s;
|
||
}
|
||
.buy-btn:hover { transform: scale(1.05); }
|
||
.tips {
|
||
background: rgba(255,255,255,0.1);
|
||
padding: 25px;
|
||
border-radius: 15px;
|
||
margin-top: 30px;
|
||
}
|
||
.tips h3 { margin-bottom: 15px; color: #f093fb; }
|
||
.tips ul { margin-left: 20px; }
|
||
.tips li { margin: 10px 0; opacity: 0.9; }
|
||
.comparison {
|
||
display: grid;
|
||
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
|
||
gap: 20px;
|
||
margin-top: 30px;
|
||
}
|
||
.card {
|
||
background: rgba(255,255,255,0.05);
|
||
border-radius: 15px;
|
||
padding: 25px;
|
||
transition: transform 0.3s;
|
||
}
|
||
.card:hover { transform: translateY(-5px); }
|
||
.card.recommend {
|
||
background: linear-gradient(135deg, rgba(102,126,234,0.2) 0%, rgba(118,75,162,0.2) 100%);
|
||
border: 2px solid #667eea;
|
||
}
|
||
.card h3 { margin-bottom: 15px; }
|
||
.card .price { font-size: 1.8em; font-weight: bold; color: #f5576c; }
|
||
.card .spec { margin: 10px 0; opacity: 0.8; }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="container">
|
||
<header>
|
||
<h1>📺 75寸 MiniLED 电视选购指南</h1>
|
||
<p>预算:实付 7000 元内 | 用途:观影为主 | 场景:客厅(需要高亮度)</p>
|
||
</header>
|
||
|
||
<div class="filters">
|
||
<span>📍 选购条件</span>
|
||
<span>• 75英寸</span>
|
||
<span>• MiniLED背光</span>
|
||
<span>• 高亮度(1000+nits)</span>
|
||
<span>• 预算 ≤ ¥7000</span>
|
||
</div>
|
||
|
||
<h2 style="margin-bottom: 20px;">🏆 推荐对比表</h2>
|
||
<table>
|
||
<thead>
|
||
<tr>
|
||
<th>型号</th>
|
||
<th>价格区间</th>
|
||
<th>分区数</th>
|
||
<th>峰值亮度</th>
|
||
<th>面板</th>
|
||
<th>刷新率</th>
|
||
<th>色域</th>
|
||
<th>综合评分</th>
|
||
<th>购买</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="highlight">
|
||
<td>
|
||
<strong>小米 S Pro 75 Mini LED</strong>
|
||
<span class="recommend-badge">⭐ 推荐</span>
|
||
<div class="pros">✓ 分区多、亮度高、价格香</div>
|
||
<div class="cons">✗ 2024款,部分地区缺货</div>
|
||
</td>
|
||
<td>
|
||
<span class="price-tag">¥5999-6499</span>
|
||
<div style="font-size:0.8em; opacity:0.7; margin-top:5px;">国补后约 ¥4799-5199</div>
|
||
</td>
|
||
<td>512 分区</td>
|
||
<td>2200 nits</td>
|
||
<td>VA 软屏</td>
|
||
<td>144Hz</td>
|
||
<td>94% DCI-P3</td>
|
||
<td class="score">9.0</td>
|
||
<td><a href="https://search.jd.com/Search?keyword=小米S+Pro+75+Mini+LED" class="buy-btn" target="_blank">查看价格</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<strong>TCL 75Q9K</strong>
|
||
<div class="pros">✓ 1248分区、2400nits</div>
|
||
<div class="cons">✗ 价格接近预算上限</div>
|
||
</td>
|
||
<td>
|
||
<span class="price-tag">¥7999-8499</span>
|
||
<div style="font-size:0.8em; opacity:0.7; margin-top:5px;">国补后约 ¥6399-6799</div>
|
||
</td>
|
||
<td>1248 分区</td>
|
||
<td>2400 nits</td>
|
||
<td>HVA 屏</td>
|
||
<td>144Hz</td>
|
||
<td>98% DCI-P3</td>
|
||
<td class="score">9.2</td>
|
||
<td><a href="https://search.jd.com/Search?keyword=TCL+75Q9K" class="buy-btn" target="_blank">查看价格</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<strong>小米电视 A Pro 75</strong>
|
||
<div class="pros">✓ 价格便宜</div>
|
||
<div class="cons">✗ 不是MiniLED,是普通LED</div>
|
||
</td>
|
||
<td>
|
||
<span class="price-tag">¥3999-4499</span>
|
||
<div style="font-size:0.8em; opacity:0.7; margin-top:5px;">国补后约 ¥3199-3599</div>
|
||
</td>
|
||
<td>普通LED</td>
|
||
<td>500-600 nits</td>
|
||
<td>VA 软屏</td>
|
||
<td>120Hz</td>
|
||
<td>94% DCI-P3</td>
|
||
<td class="score" style="color:#f093fb;">7.5</td>
|
||
<td><a href="https://search.jd.com/Search?keyword=小米电视A+Pro+75" class="buy-btn" target="_blank">查看价格</a></td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<strong>海信 75E7N</strong>
|
||
<div class="pros">✓ 2340分区、3800nits</div>
|
||
<div class="cons">✗ 价格超预算</div>
|
||
</td>
|
||
<td>
|
||
<span class="price-tag">¥9999-10999</span>
|
||
<div style="font-size:0.8em; opacity:0.7; margin-top:5px;">国补后约 ¥7999-8799</div>
|
||
</td>
|
||
<td>2340 分区</td>
|
||
<td>3800 nits</td>
|
||
<td>ADS Pro</td>
|
||
<td>144Hz</td>
|
||
<td>95% DCI-P3</td>
|
||
<td class="score">9.3</td>
|
||
<td><a href="https://search.jd.com/Search?keyword=海信75E7N" class="buy-btn" target="_blank">查看价格</a></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
<h2 style="margin-bottom: 20px;">📊 核心参数解释</h2>
|
||
<div class="tips">
|
||
<h3>🎯 MiniLED 关键指标</h3>
|
||
<ul>
|
||
<li><strong>分区数:</strong>越多越好,控光越精细。500级入门,1000+优秀,2000+旗舰</li>
|
||
<li><strong>峰值亮度:</strong>越高越好。1000nits入门,2000nits优秀,3000+nits旗舰</li>
|
||
<li><strong>对比度:</strong>MiniLED天然优势,暗场表现好</li>
|
||
<li><strong>色域:</strong>92%+ DCI-P3 够用,98% 优秀</li>
|
||
</ul>
|
||
|
||
<h3 style="margin-top:20px;">💰 省钱技巧</h3>
|
||
<ul>
|
||
<li><strong>国家补贴:</strong>一级能效补贴20%,最高省2000元!</li>
|
||
<li><strong>以旧换新:</strong>JD/TM平台额外补贴</li>
|
||
<li><strong>618/双11:</strong>价格通常比日常低500-1000元</li>
|
||
<li><strong>关注店铺券:</strong>小米/海信/TCL官方店常有满减</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<h2 style="margin-bottom: 20px; margin-top:30px;">🎯 购买建议</h2>
|
||
<div class="comparison">
|
||
<div class="card recommend">
|
||
<h3>🥇 小米 S Pro 75 Mini LED</h3>
|
||
<div class="price">¥5999-6499</div>
|
||
<div class="spec">📺 512分区 | 2200nits</div>
|
||
<div class="spec">🎬 观影体验优秀</div>
|
||
<div class="spec">💰 预算内最优选</div>
|
||
<p style="margin-top:15px; opacity:0.8;">性价比无敌,7000内能拿下的高配MiniLED</p>
|
||
</div>
|
||
<div class="card">
|
||
<h3>🥈 TCL 75Q9K</h3>
|
||
<div class="price">¥7999-8499</div>
|
||
<div class="spec">📺 1248分区 | 2400nits</div>
|
||
<div class="spec">🎬 画质更细腻</div>
|
||
<div class="spec">💰 预算紧贴上限</div>
|
||
<p style="margin-top:15px; opacity:0.8;">如果能稍微超预算,这是更好的选择</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="tips" style="margin-top:30px;">
|
||
<h3>⚠️ 重要提醒</h3>
|
||
<ul>
|
||
<li>价格波动大,下单前多平台比价</li>
|
||
<li>确认发货地区和库存状态</li>
|
||
<li>查看是否有额外赠品(延保、挂架等)</li>
|
||
<li>收货后第一时间验屏(坏点/漏光)</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<footer style="text-align:center; margin-top:40px; opacity:0.5; font-size:0.9em;">
|
||
<p>数据来源:公开信息整理 | 价格仅供参考,请以实际购买页面为准</p>
|
||
<p>最后更新:2025年2月</p>
|
||
</footer>
|
||
</div>
|
||
</body>
|
||
</html>
|