mirror of
https://github.com/acepanel/acepanel.github.io.git
synced 2026-02-04 09:13:09 +08:00
213 lines
5.3 KiB
Markdown
213 lines
5.3 KiB
Markdown
---
|
|
sidebar: false
|
|
prev: false
|
|
next: false
|
|
---
|
|
|
|
# Certificates
|
|
|
|
If the 3-month free certificate cannot meet your needs, you can choose to purchase higher-level certificates. We offer DV single-domain certificates and DV wildcard certificates for your selection.
|
|
|
|
Due to pricing policy restrictions, please contact our sales team directly through the group link in the upper right corner for specific prices and purchases.
|
|
|
|
<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);
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.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;
|
|
min-height: 60px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.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;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.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;
|
|
margin-top: auto;
|
|
}
|
|
|
|
.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>
|
|
|
|
## Choose Certificates
|
|
|
|
<div class="cert-cards-container">
|
|
<div class="cert-card">
|
|
<div class="cert-card-header">
|
|
<h2 class="cert-card-title">DV Single-domain Certificate</h2>
|
|
</div>
|
|
<div class="cert-subtitle">Internationally recognized brand certificate</div>
|
|
<div class="cert-price">¥ 1X<span>/year</span></div>
|
|
<div class="cert-features">
|
|
<div class="cert-feature-item">
|
|
<span class="cert-check-icon">✓</span>
|
|
<span>Domain Validation (DV) Certificate</span>
|
|
</div>
|
|
<div class="cert-feature-item">
|
|
<span class="cert-check-icon">✓</span>
|
|
<span>Supports one domain</span>
|
|
</div>
|
|
<div class="cert-feature-item">
|
|
<span class="cert-check-icon">✓</span>
|
|
<span>One-year validity</span>
|
|
</div>
|
|
<div class="cert-feature-item">
|
|
<span class="cert-check-icon">✓</span>
|
|
<span>Rapid issuance</span>
|
|
</div>
|
|
</div>
|
|
<button class="cert-buy-button">Contact sales in the upper right corner</button>
|
|
</div>
|
|
<div class="cert-card">
|
|
<div class="cert-card-header">
|
|
<h2 class="cert-card-title">DV Wildcard Certificate</h2>
|
|
</div>
|
|
<div class="cert-subtitle">Internationally recognized brand certificate</div>
|
|
<div class="cert-price">¥ 1XX<span>/year</span></div>
|
|
<div class="cert-features">
|
|
<div class="cert-feature-item">
|
|
<span class="cert-check-icon">✓</span>
|
|
<span>Domain Validation (DV) Certificate</span>
|
|
</div>
|
|
<div class="cert-feature-item">
|
|
<span class="cert-check-icon">✓</span>
|
|
<span>Covers all subdomains</span>
|
|
</div>
|
|
<div class="cert-feature-item">
|
|
<span class="cert-check-icon">✓</span>
|
|
<span>One-year validity</span>
|
|
</div>
|
|
<div class="cert-feature-item">
|
|
<span class="cert-check-icon">✓</span>
|
|
<span>Rapid issuance</span>
|
|
</div>
|
|
</div>
|
|
<button class="cert-buy-button">Contact sales in the upper right corner</button>
|
|
</div>
|
|
</div>
|
|
|
|
## Certificate Features
|
|
|
|
<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>Safe and Reliable</h3>
|
|
<p>Uses international standards to protect website security</p>
|
|
</div>
|
|
</div>
|
|
<div class="cert-feature-card">
|
|
<div class="cert-feature-icon">⚡</div>
|
|
<div class="cert-feature-content">
|
|
<h3>Rapid Issuance</h3>
|
|
<p>Simplified issuance process for quick certificate delivery</p>
|
|
</div>
|
|
</div>
|
|
<div class="cert-feature-card">
|
|
<div class="cert-feature-icon">💳</div>
|
|
<div class="cert-feature-content">
|
|
<h3>Flexible Payment</h3>
|
|
<p>Multiple specifications available to meet different needs</p>
|
|
</div>
|
|
</div>
|
|
<div class="cert-feature-card">
|
|
<div class="cert-feature-icon">👨💻</div>
|
|
<div class="cert-feature-content">
|
|
<h3>Professional Service</h3>
|
|
<p>Professional technical support ensures worry-free usage</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|