boost.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  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. })
  99. import SecurityServicesSuite from '~/components/products/SecurityServicesSuite.vue';
  100. import Defense from '~/components/products/Defense.vue';
  101. const activeTab = ref('accelerate')
  102. </script>
  103. <style lang="scss" scoped>
  104. .video-section {
  105. position: relative;
  106. height: 700px;
  107. width: 100%;
  108. margin: 0 auto;
  109. overflow: hidden;
  110. &::before {
  111. content: '';
  112. position: absolute;
  113. left: 10%;
  114. top: 10%;
  115. width: 384px;
  116. height: 384px;
  117. border-radius: 50%;
  118. background: rgba(121, 69, 255, 0.60);
  119. filter: blur(250px);
  120. }
  121. .sd-bg {
  122. position: absolute;
  123. left: 60%;
  124. top: 0;
  125. transform: translate(-50%);
  126. }
  127. .video-title {
  128. position: absolute;
  129. top: 30%;
  130. left: 48%;
  131. transform: translateX(-50%);
  132. width: 100%;
  133. max-width: 1200px;
  134. z-index: 3;
  135. color: #fff;
  136. font-style: normal;
  137. display: flex;
  138. flex-direction: column;
  139. h1 {
  140. color: #D8D3FF;
  141. font-size: 45px;
  142. font-style: normal;
  143. font-weight: 500;
  144. line-height: 80px;
  145. span {
  146. color: #997DFF;
  147. }
  148. }
  149. .video-subtitle {
  150. margin-top: 24px;
  151. color: #E2D9FF;
  152. font-size: 16px;
  153. font-weight: 400;
  154. line-height: 30px;
  155. >p:last-of-type {
  156. color: #9C8DFE;
  157. font-size: 18px;
  158. }
  159. }
  160. .video-text {
  161. color: #E2D9FF;
  162. font-size: 20px;
  163. font-style: normal;
  164. font-weight: 300;
  165. line-height: 30px;
  166. }
  167. .video-btn {
  168. cursor: pointer;
  169. margin-top: 30px;
  170. display: flex;
  171. box-sizing: border-box;
  172. width: 255px;
  173. height: 60px;
  174. padding: 7px 21px 7px 45px;
  175. justify-content: center;
  176. align-items: center;
  177. gap: 10px;
  178. border-radius: 10px;
  179. background: linear-gradient(91deg, #A39DFF 1.24%, #7D46FF 122.93%);
  180. }
  181. }
  182. }
  183. .tabs-section {
  184. width: 100%;
  185. height: 660px;
  186. position: relative;
  187. &::before {
  188. content: "";
  189. position: absolute;
  190. left: 50%;
  191. top: 0;
  192. transform: translate(-50%);
  193. width: 762px;
  194. height: 304px;
  195. border-radius: 972px;
  196. background: linear-gradient(180deg, rgba(123, 140, 255, 0.20) 0.19%, rgba(135, 85, 255, 0.20) 46.36%);
  197. filter: blur(50px);
  198. z-index: 1;
  199. }
  200. &::after {
  201. content: "";
  202. position: absolute;
  203. left: 50%;
  204. top: 0%;
  205. transform: translate(-50%);
  206. width: 502px;
  207. height: 296px;
  208. border-radius: 574px;
  209. background: linear-gradient(180deg, #7B8CFF 0.19%, #8755FF 46.36%);
  210. filter: blur(50px);
  211. z-index: 1;
  212. }
  213. .toggle-container {
  214. position: relative;
  215. display: flex;
  216. width: 200px;
  217. height: 50px;
  218. border-radius: 26px;
  219. border: 1px solid #CCA8FF;
  220. background: rgba(22, 19, 56, 0.50);
  221. backdrop-filter: blur(10px);
  222. cursor: pointer;
  223. overflow: hidden;
  224. user-select: none;
  225. margin: 0 auto;
  226. z-index: 10;
  227. box-sizing: border-box;
  228. }
  229. .toggle-bg {
  230. position: absolute;
  231. top: 0;
  232. left: 0;
  233. width: 50%;
  234. height: 100%;
  235. background: #17133B;
  236. border-radius: 24px;
  237. transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
  238. z-index: 1;
  239. }
  240. .toggle-bg.right {
  241. transform: translateX(100%);
  242. }
  243. .toggle-option {
  244. flex: 1;
  245. display: flex;
  246. align-items: center;
  247. justify-content: center;
  248. z-index: 2;
  249. color: #9D8FFF;
  250. font-size: 20px;
  251. font-weight: 500;
  252. line-height: 20px;
  253. transition: color 0.3s;
  254. }
  255. .fade-enter-active,
  256. .fade-leave-active {
  257. transition: opacity 0.3s ease;
  258. }
  259. .fade-enter-from,
  260. .fade-leave-to {
  261. opacity: 0;
  262. }
  263. .toggle-option.active {
  264. color: #D2CCFF;
  265. }
  266. .tab-content {
  267. position: relative;
  268. width: 100%;
  269. max-width: 1200px;
  270. margin: 40px auto 0;
  271. padding: 40px 15px 40px 60px;
  272. box-sizing: border-box;
  273. z-index: 2;
  274. border-radius: 20px;
  275. border-top: 2px solid #9F46FF;
  276. background: rgba(28, 26, 43, 0.60);
  277. backdrop-filter: blur(100px);
  278. color: #fff;
  279. min-height: 446px;
  280. .content-panel {
  281. display: flex;
  282. gap: 56px;
  283. .content-text {
  284. margin-top: 40px;
  285. display: flex;
  286. flex-direction: column;
  287. gap: 40px;
  288. h3 {
  289. color: #FFF;
  290. font-size: 45px;
  291. font-weight: 400;
  292. line-height: 45px;
  293. }
  294. p {
  295. color: rgba(255, 255, 255, 0.60);
  296. font-size: 14px;
  297. font-weight: 400;
  298. line-height: 26px;
  299. width: 622px;
  300. }
  301. span {
  302. color: #A39DFF;
  303. }
  304. }
  305. }
  306. }
  307. }
  308. .security-section {
  309. width: 100%;
  310. display: flex;
  311. justify-content: center;
  312. position: relative;
  313. padding-bottom: 142px;
  314. .container {
  315. width: 100%;
  316. max-width: 1200px;
  317. display: flex;
  318. justify-content: space-between;
  319. align-items: flex-start;
  320. position: relative;
  321. z-index: 2;
  322. }
  323. .text-content {
  324. box-sizing: border-box;
  325. padding-top: 70px;
  326. flex: 1;
  327. max-width: 600px;
  328. h2 {
  329. color: #FFF;
  330. font-size: 45px;
  331. font-weight: 400;
  332. line-height: 45px;
  333. }
  334. .subtitle {
  335. margin-top: 40px;
  336. color: #A39DFF;
  337. font-size: 24px;
  338. font-weight: 400;
  339. line-height: 24px;
  340. }
  341. .features-grid {
  342. margin-top: 70px;
  343. display: grid;
  344. grid-template-columns: repeat(2, 1fr);
  345. gap: 30px 0px;
  346. .feature-item {
  347. display: flex;
  348. align-items: center;
  349. gap: 12px;
  350. .iconify {
  351. color: #A39DFF;
  352. width: 20px;
  353. height: 20px;
  354. }
  355. span {
  356. color: #FFF;
  357. font-size: 20px;
  358. font-weight: 400;
  359. line-height: 24px;
  360. white-space: nowrap;
  361. }
  362. }
  363. }
  364. }
  365. .image-content {
  366. display: flex;
  367. justify-content: flex-end;
  368. position: relative;
  369. }
  370. }
  371. </style>