初版
This commit is contained in:
245
products.html
Normal file
245
products.html
Normal file
@@ -0,0 +1,245 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>产品详情 - 听泉科技</title>
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
|
||||
<style>
|
||||
.product-detail {
|
||||
padding: 160px 0 80px;
|
||||
}
|
||||
.product-detail-card {
|
||||
background: white;
|
||||
border-radius: 1rem;
|
||||
padding: 3rem;
|
||||
margin-bottom: 3rem;
|
||||
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
|
||||
}
|
||||
.product-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
.product-header .product-icon {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
}
|
||||
.price-cards {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
||||
gap: 2rem;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
.price-card {
|
||||
background: var(--light-background);
|
||||
border-radius: 1rem;
|
||||
padding: 2rem;
|
||||
text-align: center;
|
||||
}
|
||||
.price-card h3 {
|
||||
color: var(--primary-color);
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.price-card .price {
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
.price-card ul {
|
||||
list-style: none;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
.price-card ul li {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="overlay"></div>
|
||||
<!-- 导航栏 -->
|
||||
<header>
|
||||
<div class="container">
|
||||
<div class="logo">
|
||||
<h1>听泉科技</h1>
|
||||
</div>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="index.html">首页</a></li>
|
||||
<li><a href="products.html" class="active">产品</a></li>
|
||||
<li><a href="pricing.html">价格</a></li>
|
||||
<li><a href="contact.html">联系我们</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<button class="menu-button">
|
||||
<span class="menu-icon"></span>
|
||||
</button>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section class="product-detail">
|
||||
<div class="container">
|
||||
<!-- 听泉助手 -->
|
||||
<div class="product-detail-card" id="tingquan-assistant">
|
||||
<div class="product-header">
|
||||
<div class="product-icon">
|
||||
<i class="fas fa-robot"></i>
|
||||
</div>
|
||||
<div>
|
||||
<h2>听泉助手</h2>
|
||||
<p>智能化软件助手,提升您的日常工作效率</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="product-description">
|
||||
<h3>产品特点</h3>
|
||||
<ul class="product-features">
|
||||
<li><i class="fas fa-check"></i> 智能文本处理,提高工作效率</li>
|
||||
<li><i class="fas fa-check"></i> 自动化任务执行,节省时间</li>
|
||||
<li><i class="fas fa-check"></i> 多平台支持,随时随地使用</li>
|
||||
<li><i class="fas fa-check"></i> 定期更新,持续优化体验</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="price-cards">
|
||||
<div class="price-card">
|
||||
<h3>天卡</h3>
|
||||
<div class="price">¥9.9</div>
|
||||
<ul>
|
||||
<li>24小时无限使用</li>
|
||||
<li>所有功能解锁</li>
|
||||
<li>技术支持</li>
|
||||
</ul>
|
||||
<a href="https://shop.taobao.com/" target="_blank" class="btn btn-primary">立即购买</a>
|
||||
</div>
|
||||
<div class="price-card">
|
||||
<h3>周卡</h3>
|
||||
<div class="price">¥39.9</div>
|
||||
<ul>
|
||||
<li>7天无限使用</li>
|
||||
<li>所有功能解锁</li>
|
||||
<li>技术支持</li>
|
||||
<li>每天节省20%</li>
|
||||
</ul>
|
||||
<a href="https://shop.taobao.com/" target="_blank" class="btn btn-primary">立即购买</a>
|
||||
</div>
|
||||
<div class="price-card">
|
||||
<h3>月卡</h3>
|
||||
<div class="price">¥99.9</div>
|
||||
<ul>
|
||||
<li>30天无限使用</li>
|
||||
<li>所有功能解锁</li>
|
||||
<li>优先技术支持</li>
|
||||
<li>每天节省40%</li>
|
||||
</ul>
|
||||
<a href="https://shop.taobao.com/" target="_blank" class="btn btn-primary">立即购买</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Cursor账号池API -->
|
||||
<div class="product-detail-card" id="cursor-api">
|
||||
<div class="product-header">
|
||||
<div class="product-icon">
|
||||
<i class="fas fa-code"></i>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Cursor账号池API</h2>
|
||||
<p>高质量Cursor账号池接口,为开发团队提供便捷的账号切换服务</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="product-description">
|
||||
<h3>产品特点</h3>
|
||||
<ul class="product-features">
|
||||
<li><i class="fas fa-check"></i> 开源账号切换工具,可自由定制</li>
|
||||
<li><i class="fas fa-check"></i> 每日免费使用额度,无需付费也能体验</li>
|
||||
<li><i class="fas fa-check"></i> 专业API接口,稳定可靠</li>
|
||||
<li><i class="fas fa-check"></i> 适合团队协作和二次开发</li>
|
||||
</ul>
|
||||
|
||||
<div style="margin-top: 2rem;">
|
||||
<h3>开源项目</h3>
|
||||
<p>我们的账号切换软件已在GitHub开源,欢迎查看和贡献代码:</p>
|
||||
<a href="https://github.com/yourusername/cursor-account-switcher" target="_blank" class="btn btn-secondary" style="margin-top: 1rem;">
|
||||
<i class="fab fa-github"></i> 查看GitHub项目
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="price-cards">
|
||||
<div class="price-card">
|
||||
<h3>基础版</h3>
|
||||
<div class="price">免费</div>
|
||||
<ul>
|
||||
<li>每天1次免费使用</li>
|
||||
<li>基础功能支持</li>
|
||||
<li>社区支持</li>
|
||||
</ul>
|
||||
<a href="https://github.com/yourusername/cursor-account-switcher" target="_blank" class="btn btn-primary">开始使用</a>
|
||||
</div>
|
||||
<div class="price-card">
|
||||
<h3>开发者版</h3>
|
||||
<div class="price">¥299/月</div>
|
||||
<ul>
|
||||
<li>无限次数使用</li>
|
||||
<li>专业API接口</li>
|
||||
<li>技术支持</li>
|
||||
<li>SLA保障</li>
|
||||
</ul>
|
||||
<a href="https://shop.taobao.com/" target="_blank" class="btn btn-primary">立即购买</a>
|
||||
</div>
|
||||
<div class="price-card">
|
||||
<h3>企业版</h3>
|
||||
<div class="price">定制</div>
|
||||
<ul>
|
||||
<li>无限次数使用</li>
|
||||
<li>专属API接口</li>
|
||||
<li>7*24小时支持</li>
|
||||
<li>定制开发服务</li>
|
||||
</ul>
|
||||
<a href="contact.html" class="btn btn-primary">联系我们</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- 页脚 -->
|
||||
<footer>
|
||||
<div class="container">
|
||||
<div class="footer-grid">
|
||||
<div class="footer-col">
|
||||
<h3>听泉科技</h3>
|
||||
<p>专注于智能软件解决方案</p>
|
||||
</div>
|
||||
<div class="footer-col">
|
||||
<h3>快速链接</h3>
|
||||
<ul>
|
||||
<li><a href="index.html">首页</a></li>
|
||||
<li><a href="products.html">产品</a></li>
|
||||
<li><a href="pricing.html">价格</a></li>
|
||||
<li><a href="contact.html">联系我们</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer-col">
|
||||
<h3>联系我们</h3>
|
||||
<p><i class="fas fa-envelope"></i> contact@tingquan.tech</p>
|
||||
<div class="social-links">
|
||||
<a href="#"><i class="fab fa-github"></i></a>
|
||||
<a href="#"><i class="fab fa-weixin"></i></a>
|
||||
<a href="#"><i class="fab fa-weibo"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="copyright">
|
||||
<p>© 2023 听泉科技. 保留所有权利.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user