2
0
mirror of https://github.com/acepanel/acepanel.github.io.git synced 2026-02-04 15:37:14 +08:00
Files
acepanel.github.io/cert.md
2024-12-14 04:29:50 +08:00

217 lines
5.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
sidebar: false
prev: false
next: false
---
# 证书
若 3 个月免费证书无法满足您的需求,您可以选择购买更高级别的证书。我们提供 DV 单域名证书和 DV 通配符证书可供选择。
受限价政策,具体价格及购买请直接通过右上角加群联系销售。
<style>
.cert-cards-container {
display: flex;
gap: 20px;
margin-bottom: 40px;
}
.cert-card {
flex: 1;
padding: 24px;
border-radius: 8px;
background: white;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.cert-card-header {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 16px;
}
.cert-card-title {
margin: 0!important;
border-top: unset!important;
padding-top: unset!important;
}
.cert-subtitle {
color: #666;
margin-bottom: 8px;
}
.cert-price {
color: #4080ff;
font-size: 24px;
font-weight: bold;
margin-bottom: 24px;
}
.cert-price span {
font-size: 14px;
color: #666;
}
.cert-features {
margin-bottom: 24px;
}
.cert-feature-item {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 12px;
color: #333;
}
.cert-check-icon {
color: #4080ff;
}
.cert-buy-button {
width: 100%;
padding: 12px;
background: #4080ff;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 16px;
}
.cert-buy-button:hover {
background: #3570e0;
}
.cert-features-section {
margin-top: 40px;
}
.cert-features-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}
.cert-feature-card {
display: flex;
gap: 16px;
align-items: flex-start;
}
.cert-feature-icon {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
color: #4080ff;
font-size: 24px;
}
.cert-feature-content h3 {
margin: 8px 0;
font-size: 18px;
}
.cert-feature-content p {
color: #666;
line-height: 1.5;
}
</style>
## 选购证书
<div class="cert-cards-container">
<div class="cert-card">
<div class="cert-card-header">
<h2 class="cert-card-title">DV 单域名证书</h2>
</div>
<div class="cert-subtitle">国际知名品牌证书</div>
<div class="cert-price">¥1X<span>/年</span></div>
<div class="cert-features">
<div class="cert-feature-item">
<span class="cert-check-icon">✓</span>
<span>域名型证书DV</span>
</div>
<div class="cert-feature-item">
<span class="cert-check-icon">✓</span>
<span>支持一个域名</span>
</div>
<div class="cert-feature-item">
<span class="cert-check-icon">✓</span>
<span>一年有效期</span>
</div>
<div class="cert-feature-item">
<span class="cert-check-icon">✓</span>
<span>快速颁发</span>
</div>
</div>
<button class="cert-buy-button">右上角联系销售购买</button>
</div>
<div class="cert-card">
<div class="cert-card-header">
<h2 class="cert-card-title">DV 通配符证书</h2>
</div>
<div class="cert-subtitle">国际知名品牌证书</div>
<div class="cert-price">¥1XX<span>/年</span></div>
<div class="cert-features">
<div class="cert-feature-item">
<span class="cert-check-icon">✓</span>
<span>域名型证书DV</span>
</div>
<div class="cert-feature-item">
<span class="cert-check-icon">✓</span>
<span>通配所有子域</span>
</div>
<div class="cert-feature-item">
<span class="cert-check-icon">✓</span>
<span>一年有效期</span>
</div>
<div class="cert-feature-item">
<span class="cert-check-icon">✓</span>
<span>快速颁发</span>
</div>
</div>
<button class="cert-buy-button">右上角联系销售购买</button>
</div>
</div>
## 证书特点
<div class="cert-features-section">
<div class="cert-features-grid">
<div class="cert-feature-card">
<div class="cert-feature-icon">🛡️</div>
<div class="cert-feature-content">
<h3>安全可靠</h3>
<p>采用国际标准加密算法,保护您的网站安全</p>
</div>
</div>
<div class="cert-feature-card">
<div class="cert-feature-icon">⚡</div>
<div class="cert-feature-content">
<h3>快速部署</h3>
<p>自动化安装配置,一键完成部署</p>
</div>
</div>
<div class="cert-feature-card">
<div class="cert-feature-icon">💳</div>
<div class="cert-feature-content">
<h3>灵活付费</h3>
<p>多种套餐可选,满足不同需求</p>
</div>
</div>
<div class="cert-feature-card">
<div class="cert-feature-icon">👨‍💻</div>
<div class="cert-feature-content">
<h3>专业服务</h3>
<p>7*24小时技术支持确保证书正常使用</p>
</div>
</div>
</div>
</div>