boost.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. <template>
  2. <div>
  3. <section class="video-section">
  4. <NuxtImg width="1080" class="sd-bg" src="/images/products/sd-bg.png" alt="cdn" />
  5. <!-- <video ref="videoRef" class="video-bg" src="~/assets/video/web.mp4" autoplay loop muted playsinline
  6. @loadedmetadata="onVideoLoaded"></video> -->
  7. <div class="video-title">
  8. <p class="video-text">Intelligent routing / dynamic optimization / real-time processing</p>
  9. <h1><span>高防</span>服务器,也能<span>极致加速</span></h1>
  10. <div class="video-subtitle">
  11. <p>因为我们通过全球近源清洗,把攻击挡在千里之外,为合法流量让出了纯净快车道</p>
  12. <p>这得益于我们完整的智能网络架构,可以以此基础构建原生的高防CDN,</p>
  13. <p>这是一套完整的解决方案,而非功能拼凑 </p>
  14. </div>
  15. <div class="video-btn">
  16. <span>联系我们</span>
  17. <Icon name="line-md:chevron-right" />
  18. </div>
  19. </div>
  20. </section>
  21. <Defense />
  22. <SecurityServicesSuite />
  23. <section class="tabs-section">
  24. <div class="toggle-container">
  25. <div class="toggle-bg" :class="{ 'right': activeTab === 'defense' }"></div>
  26. <div class="toggle-option" :class="{ 'active': activeTab === 'accelerate' }" @click="activeTab = 'accelerate'">
  27. 加速
  28. </div>
  29. <div class="toggle-option" :class="{ 'active': activeTab === 'defense' }" @click="activeTab = 'defense'">
  30. 防御
  31. </div>
  32. </div>
  33. <div class="tab-content">
  34. <transition name="fade" mode="out-in">
  35. <div v-if="activeTab === 'accelerate'" key="accelerate" class="content-panel">
  36. <div class="content-text">
  37. <h3>高防,不应以牺牲速度为代价</h3>
  38. <div>
  39. <p> 在传统方案中,您常常面临两难选择:开启全力防御,可能影响用户体验;追求极致速度,又需在安全上承担风险。 我们的高防服务器终结了这种取舍。它通过全球近源清洗与智能路由调度的一体化架构,实现了:</p>
  40. <p> 1. <span>加速式防御</span>:攻击在远离您服务器的外围被化解,合法流量无需绕行任何冗余检查点,路径更短,延迟更低。</p>
  41. <p>2. <span>无感安全</span>:用户不会感知到任何复杂的验证或速度衰减,他们只会体验到前所未有的稳定与流畅。</p>
  42. <p> <span>这意味您的业务可以同时达成两个看似矛盾的目标:在顶级安全防护下,实现全球用户的极速访问。</span></p>
  43. </div>
  44. </div>
  45. <NuxtImg width="446" height="366" src="/images/products/tab-img.png" alt="tab图片" />
  46. </div>
  47. <div v-else key="defense" class="content-panel">
  48. <div class="content-text">
  49. <h3>御攻击于无形,赋业务以极速</h3>
  50. <div>
  51. <p>我们的高防服务器,重新定义了“防护”的含义。它并非在您的业务通道上设置一道需要检查的“减速闸”,而是在全球网络边缘提前构建了一个智能的“净化与调度层”。</p>
  52. <p>• <span>对于攻击流量</span>:在靠近攻击源的枢纽进行实时清洗与拦截,使其根本无权进入您的业务通道。</p>
  53. <p>• <span>对于合法用户</span>:系统自动为其选择最洁净、最短、最稳定的路径,直连您的服务器。</p>
  54. <p><span>因此,您获得的不是一个“更安全但可能更慢”的服务器,而是一个 “因极致安全而更加通畅” 的业务环境。威胁被阻挡在外,而体验畅行无内。</span></p>
  55. </div>
  56. </div>
  57. <NuxtImg width="446" height="366" src="/images/products/tab-img.png" alt="tab图片" />
  58. </div>
  59. </transition>
  60. </div>
  61. </section>
  62. <section class="security-section">
  63. <div class="container">
  64. <div class="text-content">
  65. <h2>安全 可靠 极速</h2>
  66. <p class="subtitle">防御与加速,一体两面,同时生效</p>
  67. <div class="features-grid">
  68. <div class="feature-item">
  69. <Icon name="material-symbols:check-circle-outline" />
  70. <span>1. 单节点2T 防御</span>
  71. </div>
  72. <div class="feature-item">
  73. <Icon name="material-symbols:check-circle-outline" />
  74. <span>2. 近源清洗,攻击止步于千里之外</span>
  75. </div>
  76. <div class="feature-item">
  77. <Icon name="material-symbols:check-circle-outline" />
  78. <span>4. 一套架构,双重使命</span>
  79. </div>
  80. <div class="feature-item">
  81. <Icon name="material-symbols:check-circle-outline" />
  82. <span>3. 提供真正的「安全加速」</span>
  83. </div>
  84. </div>
  85. </div>
  86. <div class="image-content">
  87. <NuxtImg width="574" src="/images/products/suo.png" alt="suo" />
  88. <!-- <video ref="videoRef" class="video" preload="auto" :src="homeVideo" autoplay loop muted playsinline
  89. @loadedmetadata="onVideoLoaded"></video> -->
  90. </div>
  91. </div>
  92. </section>
  93. </div>
  94. </template>
  95. <script setup>
  96. useHead(() => ({
  97. title: '高防服务器',
  98. meta: [
  99. { name: 'viewport', content: 'width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' },
  100. { name: 'description', content: '高防服务器,也能极致加速' },
  101. { name: 'keywords', content: 'CDN分发|网站保护' }
  102. ]
  103. }))
  104. import SecurityServicesSuite from '~/components/products/SecurityServicesSuite.vue';
  105. import Defense from '~/components/products/Defense.vue';
  106. const activeTab = ref('accelerate')
  107. </script>
  108. <style lang="scss" scoped>
  109. .video-section {
  110. position: relative;
  111. height: 700px;
  112. width: 100%;
  113. margin: 0 auto;
  114. overflow: hidden;
  115. &::before {
  116. content: '';
  117. position: absolute;
  118. left: 10%;
  119. top: 10%;
  120. width: 384px;
  121. height: 384px;
  122. border-radius: 50%;
  123. background: rgba(121, 69, 255, 0.60);
  124. filter: blur(250px);
  125. }
  126. .sd-bg {
  127. position: absolute;
  128. right: 0;
  129. top: 0;
  130. }
  131. .video-title {
  132. position: absolute;
  133. top: 30%;
  134. left: 48%;
  135. transform: translateX(-50%);
  136. width: 100%;
  137. max-width: 1200px;
  138. z-index: 3;
  139. color: #fff;
  140. font-style: normal;
  141. display: flex;
  142. flex-direction: column;
  143. h1 {
  144. color: #D8D3FF;
  145. font-size: 45px;
  146. font-style: normal;
  147. font-weight: 500;
  148. line-height: 80px;
  149. span {
  150. color: #997DFF;
  151. }
  152. }
  153. .video-subtitle {
  154. color: #E2D9FF;
  155. font-size: 16px;
  156. font-weight: 400;
  157. line-height: 30px;
  158. >p:last-of-type {
  159. color: #9C8DFE;
  160. font-size: 18px;
  161. }
  162. }
  163. .video-text {
  164. color: #E2D9FF;
  165. font-size: 20px;
  166. font-style: normal;
  167. font-weight: 300;
  168. line-height: 30px;
  169. }
  170. .video-btn {
  171. cursor: pointer;
  172. margin-top: 30px;
  173. display: flex;
  174. box-sizing: border-box;
  175. width: 255px;
  176. height: 60px;
  177. padding: 7px 21px 7px 45px;
  178. justify-content: center;
  179. align-items: center;
  180. gap: 10px;
  181. border-radius: 10px;
  182. background: linear-gradient(91deg, #A39DFF 1.24%, #7D46FF 122.93%);
  183. }
  184. }
  185. }
  186. .tabs-section {
  187. width: 100%;
  188. height: 660px;
  189. position: relative;
  190. &::before {
  191. content: "";
  192. position: absolute;
  193. left: 50%;
  194. top: 0;
  195. transform: translate(-50%);
  196. width: 972px;
  197. height: 604px;
  198. border-radius: 972px;
  199. background: linear-gradient(180deg, rgba(123, 140, 255, 0.20) 0.19%, rgba(135, 85, 255, 0.20) 46.36%);
  200. filter: blur(50px);
  201. z-index: 1;
  202. }
  203. &::after {
  204. content: "";
  205. position: absolute;
  206. left: 50%;
  207. top: 0%;
  208. transform: translate(-50%);
  209. width: 574px;
  210. height: 336px;
  211. border-radius: 574px;
  212. background: linear-gradient(180deg, #7B8CFF 0.19%, #8755FF 46.36%);
  213. filter: blur(50px);
  214. z-index: 1;
  215. }
  216. .toggle-container {
  217. position: relative;
  218. display: flex;
  219. width: 200px;
  220. height: 50px;
  221. border-radius: 26px;
  222. border: 1px solid #CCA8FF;
  223. background: rgba(22, 19, 56, 0.50);
  224. backdrop-filter: blur(10px);
  225. cursor: pointer;
  226. overflow: hidden;
  227. user-select: none;
  228. margin: 0 auto;
  229. z-index: 10;
  230. box-sizing: border-box;
  231. }
  232. .toggle-bg {
  233. position: absolute;
  234. top: 0;
  235. left: 0;
  236. width: 50%;
  237. height: 100%;
  238. background: #17133B;
  239. border-radius: 24px;
  240. transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
  241. z-index: 1;
  242. }
  243. .toggle-bg.right {
  244. transform: translateX(100%);
  245. }
  246. .toggle-option {
  247. flex: 1;
  248. display: flex;
  249. align-items: center;
  250. justify-content: center;
  251. z-index: 2;
  252. color: #9D8FFF;
  253. font-size: 20px;
  254. font-weight: 500;
  255. line-height: 20px;
  256. transition: color 0.3s;
  257. }
  258. .fade-enter-active,
  259. .fade-leave-active {
  260. transition: opacity 0.3s ease;
  261. }
  262. .fade-enter-from,
  263. .fade-leave-to {
  264. opacity: 0;
  265. }
  266. .toggle-option.active {
  267. color: #D2CCFF;
  268. }
  269. .tab-content {
  270. position: relative;
  271. width: 100%;
  272. max-width: 1200px;
  273. margin: 40px auto 0;
  274. padding: 40px 15px 40px 60px;
  275. box-sizing: border-box;
  276. z-index: 2;
  277. border-radius: 20px;
  278. border-top: 2px solid #9F46FF;
  279. background: rgba(28, 26, 43, 0.60);
  280. backdrop-filter: blur(100px);
  281. color: #fff;
  282. min-height: 446px;
  283. .content-panel {
  284. display: flex;
  285. gap: 56px;
  286. .content-text {
  287. margin-top: 40px;
  288. display: flex;
  289. flex-direction: column;
  290. gap: 40px;
  291. h3 {
  292. color: #FFF;
  293. font-size: 45px;
  294. font-weight: 400;
  295. line-height: 45px;
  296. }
  297. p {
  298. color: rgba(255, 255, 255, 0.60);
  299. font-size: 14px;
  300. font-weight: 400;
  301. line-height: 26px;
  302. width: 622px;
  303. }
  304. span {
  305. color: #A39DFF;
  306. }
  307. }
  308. }
  309. }
  310. }
  311. .security-section {
  312. width: 100%;
  313. display: flex;
  314. justify-content: center;
  315. position: relative;
  316. padding-bottom: 142px;
  317. .container {
  318. width: 100%;
  319. max-width: 1200px;
  320. display: flex;
  321. justify-content: space-between;
  322. align-items: flex-start;
  323. position: relative;
  324. z-index: 2;
  325. }
  326. .text-content {
  327. box-sizing: border-box;
  328. padding-top: 70px;
  329. flex: 1;
  330. max-width: 600px;
  331. h2 {
  332. color: #FFF;
  333. font-size: 45px;
  334. font-weight: 400;
  335. line-height: 45px;
  336. }
  337. .subtitle {
  338. margin-top: 40px;
  339. color: #A39DFF;
  340. font-size: 24px;
  341. font-weight: 400;
  342. line-height: 24px;
  343. }
  344. .features-grid {
  345. margin-top: 70px;
  346. display: grid;
  347. grid-template-columns: repeat(2, 1fr);
  348. gap: 30px 0px;
  349. .feature-item {
  350. display: flex;
  351. align-items: center;
  352. gap: 12px;
  353. .iconify {
  354. color: #A39DFF;
  355. width: 20px;
  356. height: 20px;
  357. }
  358. span {
  359. color: #FFF;
  360. font-size: 20px;
  361. font-weight: 400;
  362. line-height: 24px;
  363. white-space: nowrap;
  364. }
  365. }
  366. }
  367. }
  368. .image-content {
  369. display: flex;
  370. justify-content: flex-end;
  371. position: relative;
  372. }
  373. }
  374. </style>