mirror of
https://github.com/acepanel/acepanel.github.io.git
synced 2026-02-04 05:37:16 +08:00
206 lines
4.8 KiB
Markdown
206 lines
4.8 KiB
Markdown
---
|
||
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;
|
||
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 {
|
||
margin-bottom: 8px;
|
||
}
|
||
|
||
.cert-price {
|
||
font-size: 24px;
|
||
font-weight: bold;
|
||
margin-bottom: 24px;
|
||
}
|
||
|
||
.cert-price span {
|
||
font-size: 14px;
|
||
}
|
||
|
||
.cert-features {
|
||
margin-bottom: 24px;
|
||
}
|
||
|
||
.cert-feature-item {
|
||
display: flex;
|
||
align-items: center;
|
||
gap: 8px;
|
||
margin-bottom: 12px;
|
||
}
|
||
|
||
.cert-buy-button {
|
||
color: white;
|
||
width: 100%;
|
||
padding: 12px;
|
||
background: #4080ff;
|
||
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;
|
||
font-size: 24px;
|
||
}
|
||
|
||
.cert-feature-content h3 {
|
||
margin: 8px 0!important;
|
||
font-size: 18px;
|
||
}
|
||
|
||
.cert-feature-content p {
|
||
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>专业技术支持,保障使用无忧</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|