反代的撒法
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-23 01:21:20 +08:00
parent 29c19c1a99
commit 4f57463f52
2 changed files with 309 additions and 13 deletions

View File

@@ -104,6 +104,111 @@
</div>
</div>
<!-- 热销产品展示 -->
<div class="hot-products">
<div class="section-content">
<div class="hot-products-title">
<h3>热销产品推荐</h3>
<p class="subtitle">高性价比云服务器,助力您的业务快速上云</p>
</div>
<div class="products-table-wrapper">
<table class="products-table">
<thead>
<tr>
<th>产品名称</th>
<th>CPU</th>
<th>内存</th>
<th>带宽</th>
<th>系统盘</th>
<th>价格</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<div class="product-name">
<span>香港弹性云</span>
<span class="product-tag">热销</span>
</div>
</td>
<td>2核</td>
<td>2G</td>
<td>3M</td>
<td>50G SSD</td>
<td>
<div class="product-price">
29.9<span class="unit">/月</span>
</div>
</td>
<td class="product-action">
<a href="./cloud.html" class="btn-buy">立即购买</a>
</td>
</tr>
<tr>
<td>
<div class="product-name">
<span>美国高防云</span>
</div>
</td>
<td>4核</td>
<td>4G</td>
<td>5M</td>
<td>80G SSD</td>
<td>
<div class="product-price">
59.9<span class="unit">/月</span>
</div>
</td>
<td class="product-action">
<a href="./cloud.html" class="btn-buy">立即购买</a>
</td>
</tr>
<tr>
<td>
<div class="product-name">
<span>新加坡CN2云</span>
<span class="product-tag">推荐</span>
</div>
</td>
<td>4核</td>
<td>8G</td>
<td>10M</td>
<td>100G SSD</td>
<td>
<div class="product-price">
99.9<span class="unit">/月</span>
</div>
</td>
<td class="product-action">
<a href="./cloud.html" class="btn-buy">立即购买</a>
</td>
</tr>
<tr>
<td>
<div class="product-name">
<span>日本BGP云</span>
</div>
</td>
<td>8核</td>
<td>16G</td>
<td>20M</td>
<td>200G SSD</td>
<td>
<div class="product-price">
199.9<span class="unit">/月</span>
</div>
</td>
<td class="product-action">
<a href="./cloud.html" class="btn-buy">立即购买</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<!-- 服务内容 -->