|
74 | 74 | </div> |
75 | 75 |
|
76 | 76 | <!-- Professional --> |
77 | | - <div class="pricing-card glass-card pricing-featured"> |
78 | | - <div class="pricing-recommend">推荐</div> |
| 77 | + <div class="pricing-card glass-card"> |
79 | 78 | <div class="pricing-header"> |
80 | 79 | <div class="pricing-icon">⚡</div> |
81 | 80 | <h3 class="pricing-title">专业版</h3> |
|
100 | 99 | </div> |
101 | 100 |
|
102 | 101 | <!-- Flagship --> |
103 | | - <div class="pricing-card glass-card"> |
| 102 | + <div class="pricing-card glass-card pricing-featured"> |
| 103 | + <div class="pricing-recommend">推荐</div> |
104 | 104 | <div class="pricing-header"> |
105 | 105 | <div class="pricing-icon">🚀</div> |
106 | 106 | <h3 class="pricing-title">旗舰版</h3> |
107 | 107 | </div> |
108 | | - <p class="pricing-desc">性能与原生基本持平,适合有严苛性能要求的项目</p> |
| 108 | + <p class="pricing-desc">性能与原生基本持平,是面向严苛性能与安全需求项目的首选版本,深度依赖 HybridCLR 独有的 DHE 技术。</p> |
109 | 109 | <p class="pricing-price">邮件咨询价格</p> |
110 | 110 | <ul class="pricing-features"> |
111 | 111 | <li>解释执行</li> |
|
119 | 119 | <li><a href="https://www.hybridclr.cn/docs/business/basicoptimization" target="_blank">标准解释性能优化</a></li> |
120 | 120 | <li><a href="https://www.hybridclr.cn/docs/business/advancedoptimization" target="_blank">离线指令优化</a></li> |
121 | 121 | <li class="feature-highlight"><a href="https://www.hybridclr.cn/docs/business/basicencryption" target="_blank">代码加固</a></li> |
122 | | - <li class="feature-highlight"><a href="https://www.hybridclr.cn/docs/business/differentialhybridexecution" target="_blank">DHE 技术</a></li> |
| 122 | + <li class="feature-highlight feature-dhe"><a href="https://www.hybridclr.cn/docs/business/differentialhybridexecution" target="_blank">DHE 技术(Differential Hybrid Execution)</a></li> |
123 | 123 | <li class="feature-highlight">两年技术支持</li> |
124 | 124 | <li class="feature-highlight">提供全部源码</li> |
125 | 125 | </ul> |
|
152 | 152 | </ul> |
153 | 153 | </div> |
154 | 154 | </div> |
| 155 | + <p class="pricing-note fade-in-up"> |
| 156 | + 旗舰版基于 HybridCLR 独有的 <strong>DHE(Differential Hybrid Execution)</strong> 技术,是追求极致性能与安全的项目的首选方案。 |
| 157 | + </p> |
155 | 158 | </section> |
156 | 159 |
|
157 | 160 | <!-- Trial Rules --> |
|
447 | 450 | min-height: 44px; |
448 | 451 | } |
449 | 452 |
|
| 453 | +.feature-dhe a { |
| 454 | + font-weight: 700; |
| 455 | + color: var(--color-primary); |
| 456 | +} |
| 457 | +
|
| 458 | +.pricing-note { |
| 459 | + margin-top: 20px; |
| 460 | + font-size: 14px; |
| 461 | + color: var(--color-text-light); |
| 462 | + text-align: center; |
| 463 | +} |
| 464 | +
|
450 | 465 | .pricing-price { |
451 | 466 | font-size: 22px; |
452 | 467 | font-weight: 800; |
|
0 commit comments