OpenAI 应用介绍 - 强大的多功能工具,会员享优惠
<!DOCTYPE html>
<html>
<head>
<title>OpenAI 应用介绍 - 强大的多功能工具,会员享优惠</title>
<style>
body {
font-family: 'Microsoft YaHei', sans-serif;
background-color: #f2f2f2;
padding: 20px;
text-align: center;
}
<pre><code> h1 {
color: #333;
font-size: 48px;
margin-bottom: 20px;
}
p {
color: #666;
font-size: 24px;
line-height: 1.5;
margin-bottom: 30px;
}
.price {
color: #ff6600;
font-size: 36px;
font-weight: bold;
margin-bottom: 20px;
}
.usage {
color: #666;
font-size: 24px;
margin-bottom: 30px;
}
.contact {
font-size: 24px;
margin-bottom: 30px;
}
.contact a {
color: #ff6600;
text-decoration: none;
}
.contact a:hover {
text-decoration: underline;
}
.btn {
display: inline-block;
padding: 10px 20px;
background-color: #ff6600;
color: #fff;
font-size: 24px;
border: none;
border-radius: 5px;
cursor: pointer;
margin: 0 10px;
}
.btn-home {
background-color: #333;
}
.qrcode {
margin-top: 50px;
display: flex;
flex-direction: row;
justify-content: center;
}
.qrcode img {
width: 300px;
height: 300px;
margin: 0 50px;
}
</style>
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
$(function() {
$('.btn-vip').click(function() {
alert('请添加管理员微信:ziyuan2319 进行开通');
$('.qrcode').html('<img src="img/vx.jpg" alt="管理员微信二维码"><img src="img/opanai.jpg" alt="OpenAI 应用二维码">');
});
});
</script>
</code></pre>
</head>
<body>
<h1>OpenAI 应用介绍</h1>
<p>OpenAI 是一款集成了多种实用工具的应用,包括文本编辑器、文件管理器、代码编辑器、图片编辑器等等。OpenAI 提供会员服务,会员用户可以享受更加优惠的价格和更加丰富的功能。</p>
<div class="price">会员价格:20元/3天</div>
<div class="usage">每天使用次数:300次</div>
<div class="contact">如需开通会员,请添加管理员微信:<a href="weixin://">ziyuan2319</a> 进行开通。</div>
<button class="btn btn-vip">开通VIP</button>
<button class="btn btn-home">返回主页</button>
<div class="qrcode">
<img src="img/vx.jpg" alt="管理员微信二维码">
<img src="img/opanai.jpg" alt="OpenAI 应用二维码">
</div>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/jqiS 著作权归作者所有。请勿转载和采集!