web.vue 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  1. <template>
  2. <section class="mb-web">
  3. <section class="mb-video-section">
  4. <div class="mb-cdn-dg">
  5. <NuxtImg class="mb-cdn-bg" src="/images/products/cdn-bg.png" alt="cdn" />
  6. </div>
  7. <div class="mb-video-title">
  8. <p class="mb-video-text">Intelligent routing / dynamic optimization / real-time processing</p>
  9. <h1><span>智能</span>路由/<span>动态</span>优化/<span>实时</span>处理</h1>
  10. <div class="mb-video-subtitle">不止于快,更稳更安全,为您的业务保驾护航</div>
  11. <div class="mb-video-btn">
  12. <span>联系我们</span>
  13. <Icon name="line-md:chevron-right" />
  14. </div>
  15. </div>
  16. <section class="mb-perspective-grid-section">
  17. <div class="mb-perspective-container">
  18. <div class="mb-grid-floor">
  19. <div class="mb-grid-lines"></div>
  20. </div>
  21. </div>
  22. </section>
  23. </section>
  24. <section class="mb-cdn">
  25. <h2>678CDN功能</h2>
  26. <p>让科技为您的业务发光发亮,CDN功能助力您的网站顺畅、高效、安全地运作,同时提供数据防范和预防技术,让您的网站免于遭受恶意攻击</p>
  27. </section>
  28. <section class="mb-cdn-content">
  29. <div class="mb-cdn-item">
  30. <div class="mb-item-text">
  31. <h3>CDN内容分发</h3>
  32. <p>
  33. 加速您的网站,最速达优化性能。CDN内容分发网络遍布五大洲,我们的CDN将使您的网站前所未有的更流畅,提升您的用户体验</p>
  34. </div>
  35. <NuxtImg class="mb-item-img mb-img1" src="/images/products/cdn.png" alt="cdn分发" />
  36. </div>
  37. <div class="mb-cdn-item">
  38. <NuxtImg class="mb-item-img mb-img2" src="/images/products/678yun.png" alt="678云盾" />
  39. <div class="mb-item-text">
  40. <h3>网站保护</h3>
  41. <p>
  42. 使用678云盾高防CDN网站保护,网站攻击将无处遁形!我们的专业服务团队利用最佳技术和技巧为您提供安全性和可靠性保护,确保您的业务安全运营,稳步前进。</p>
  43. </div>
  44. </div>
  45. </section>
  46. <section class="mb-card-text">
  47. <h2>678CDN 特性</h2>
  48. </section>
  49. <section class="mb-cdn-cards">
  50. <div class="mb-card-item" v-for="(card, index) in cards" :key="index">
  51. <div class="mb-item-title">
  52. <img :src="card.icon" alt="icon" />
  53. <h4>{{ card.title }}</h4>
  54. </div>
  55. <div class="mb-item-text">{{ card.text }}</div>
  56. </div>
  57. </section>
  58. <SecurityServicesSuite />
  59. <WebCard />
  60. </section>
  61. </template>
  62. <script setup>
  63. useHead({
  64. title: 'Web安全加速'
  65. })
  66. import icon1 from '~/assets/svg/products/web/icon.svg'
  67. import icon2 from '~/assets/svg/products/web/icon2.svg'
  68. import icon3 from '~/assets/svg/products/web/icon3.svg'
  69. import icon4 from '~/assets/svg/products/web/icon4.svg'
  70. import icon5 from '~/assets/svg/products/web/icon5.svg'
  71. import icon6 from '~/assets/svg/products/web/icon6.svg'
  72. import SecurityServicesSuite from '~/components/mobile/products/SecurityServicesSuite.vue'
  73. import WebCard from '~/components/mobile/products/WebCard.vue'
  74. const cards = [
  75. {
  76. icon: icon1,
  77. title: 'Anycast',
  78. text: '通过单一IP地址在全球范围内提供所有内容,并确保低延迟的访问体验。',
  79. },
  80. {
  81. icon: icon2,
  82. title: 'HTTP/2',
  83. text: '除了支持HTTP/1.0和HTTP/1.1外,还支持更加高效的HTTP/2协议,进一步提升性能。',
  84. },
  85. {
  86. icon: icon3,
  87. title: 'HTTPS',
  88. text: '提供自定义SSL/TLS证书,确保使用您选定的域名以保障内容的安全性。',
  89. },
  90. {
  91. icon: icon4,
  92. title: '失效操作',
  93. text: '缓存内容删除仅需几分钟,快速响应并更新内容。',
  94. },
  95. {
  96. icon: icon5,
  97. title: '日志记录',
  98. text: '与Stackdriver Logging集成,为您提供每次缓存命中与未命中的详细日志信息。',
  99. },
  100. {
  101. icon: icon6,
  102. title: '安全',
  103. text: '多维度拦截(国家、URL、IP)、请求和带宽限制、CC保护。',
  104. }
  105. ]
  106. </script>
  107. <style scoped lang="scss">
  108. .mb-web {
  109. .mb-video-section {
  110. position: relative;
  111. width: 100%;
  112. height: 200px;
  113. margin: 0 auto;
  114. overflow: hidden;
  115. .mb-cdn-dg {
  116. position: absolute;
  117. top: 0;
  118. right: -26px;
  119. background: url('/images/products/dengg.png') no-repeat center center;
  120. background-size: contain;
  121. width: 212px;
  122. height: 200px;
  123. display: flex;
  124. align-items: center;
  125. justify-content: center;
  126. z-index: 1;
  127. .mb-cdn-bg {
  128. position: relative;
  129. z-index: 1;
  130. animation: mb-float 3s ease-in-out infinite;
  131. }
  132. :deep(img) {
  133. width: 140px;
  134. height: auto;
  135. }
  136. }
  137. @keyframes mb-float {
  138. 0%,
  139. 100% {
  140. transform: translateY(0);
  141. }
  142. 50% {
  143. transform: translateY(-10px);
  144. }
  145. }
  146. .mb-video-title {
  147. position: relative;
  148. padding-top: 30px;
  149. width: 100%;
  150. z-index: 3;
  151. color: #fff;
  152. font-style: normal;
  153. display: flex;
  154. flex-direction: column;
  155. h1 {
  156. color: #D8D3FF;
  157. font-size: 15px;
  158. font-weight: 500;
  159. line-height: 16px;
  160. span {
  161. color: #997DFF;
  162. }
  163. }
  164. .mb-video-subtitle {
  165. margin-top: 10px;
  166. width: 140px;
  167. color: #E2D9FF;
  168. font-size: 10px;
  169. font-weight: 400;
  170. line-height: 14px;
  171. }
  172. .mb-video-text {
  173. color: #E2D9FF;
  174. font-size: 8px;
  175. font-weight: 300;
  176. line-height: 8px;
  177. }
  178. .mb-video-btn {
  179. cursor: pointer;
  180. margin-top: 20px;
  181. display: flex;
  182. box-sizing: border-box;
  183. width: 85px;
  184. height: 24px;
  185. justify-content: center;
  186. align-items: center;
  187. gap: 10px;
  188. border-radius: 4px;
  189. color: #FFF;
  190. font-size: 10px;
  191. font-weight: 400;
  192. line-height: 14px;
  193. background: linear-gradient(91deg, #A39DFF 1.24%, #7D46FF 122.93%);
  194. }
  195. }
  196. }
  197. .mb-perspective-grid-section {
  198. width: 100%;
  199. height: 100px;
  200. overflow: hidden;
  201. position: absolute;
  202. bottom: 0;
  203. background: transparent;
  204. perspective: 400px;
  205. z-index: 0;
  206. .mb-perspective-container {
  207. width: 100%;
  208. height: 100%;
  209. display: flex;
  210. justify-content: center;
  211. align-items: flex-start;
  212. transform-style: preserve-3d;
  213. }
  214. .mb-grid-floor {
  215. width: 200%;
  216. height: 400px;
  217. position: relative;
  218. transform: rotateX(60deg);
  219. transform-origin: center top;
  220. overflow: hidden;
  221. }
  222. .mb-grid-lines {
  223. width: 100%;
  224. height: 200%;
  225. background-image:
  226. linear-gradient(rgba(60, 60, 120, 1) 2px, transparent 2px),
  227. linear-gradient(90deg, rgba(60, 60, 120, 1) 2px, transparent 2px);
  228. background-size: 50px 50px;
  229. animation: mb-gridMove 4s linear infinite;
  230. }
  231. &::after {
  232. content: '';
  233. position: absolute;
  234. bottom: 0;
  235. left: 0;
  236. width: 100%;
  237. height: 100px;
  238. background: linear-gradient(to bottom, transparent 0%, #030014 100%);
  239. pointer-events: none;
  240. z-index: 1;
  241. }
  242. }
  243. @keyframes mb-gridMove {
  244. 0% {
  245. transform: translateY(-50%);
  246. }
  247. 100% {
  248. transform: translateY(0);
  249. }
  250. }
  251. .mb-cdn {
  252. padding-top: 24px;
  253. text-align: center;
  254. h2 {
  255. font-size: 20px;
  256. font-weight: 500;
  257. background: linear-gradient(90deg, #B8AFFF 20.05%, #C597FF 101.05%);
  258. background-clip: text;
  259. -webkit-background-clip: text;
  260. -webkit-text-fill-color: transparent;
  261. }
  262. color: rgba(255, 255, 255, 0.60);
  263. font-size: 12px;
  264. font-weight: 400;
  265. line-height: 24px;
  266. }
  267. .mb-cdn-content {
  268. box-sizing: border-box;
  269. display: flex;
  270. flex-direction: column;
  271. width: 100%;
  272. position: relative;
  273. margin: 30px auto 0;
  274. gap: 10px;
  275. .mb-cdn-item {
  276. display: flex;
  277. align-items: center;
  278. justify-content: space-between;
  279. gap: 20px;
  280. .mb-item-img {
  281. flex-shrink: 0;
  282. }
  283. .mb-img1 {
  284. width: 154px;
  285. height: auto;
  286. }
  287. .mb-img2 {
  288. width: 140px;
  289. height: auto;
  290. }
  291. }
  292. }
  293. .mb-item-text {
  294. flex: 1;
  295. display: flex;
  296. flex-direction: column;
  297. gap: 12px;
  298. h3 {
  299. font-size: 16px;
  300. font-weight: 500;
  301. background: linear-gradient(91deg, #B8AFFF 10.8%, #C597FF 108.3%);
  302. background-clip: text;
  303. -webkit-background-clip: text;
  304. -webkit-text-fill-color: transparent;
  305. }
  306. p {
  307. width: 100%;
  308. color: rgba(255, 255, 255, 0.60);
  309. font-size: 12px;
  310. font-weight: 400;
  311. line-height: 20px;
  312. }
  313. }
  314. .mb-card-text {
  315. padding: 16px 0;
  316. text-align: center;
  317. font-size: 20px;
  318. font-weight: 500;
  319. background: linear-gradient(90deg, #B8AFFF 20.05%, #C597FF 101.05%);
  320. background-clip: text;
  321. -webkit-background-clip: text;
  322. -webkit-text-fill-color: transparent;
  323. }
  324. .mb-cdn-cards {
  325. width: 100%;
  326. margin: 0 auto;
  327. display: grid;
  328. grid-template-columns: repeat(2, 1fr);
  329. gap: 10px;
  330. .mb-card-item {
  331. display: flex;
  332. flex-direction: column;
  333. gap: 6px;
  334. padding: 10px;
  335. border-radius: 4px;
  336. border: 1px solid rgba(255, 255, 255, 0.10);
  337. background: rgba(255, 255, 255, 0.10);
  338. .mb-item-title {
  339. display: flex;
  340. gap: 8px;
  341. align-items: center;
  342. img {
  343. width: 22px;
  344. height: 22px;
  345. }
  346. h4 {
  347. color: #FFF;
  348. font-size: 14px;
  349. font-style: normal;
  350. font-weight: 700;
  351. }
  352. }
  353. .mb-item-text {
  354. width: 100%;
  355. color: rgba(255, 255, 255, 0.60);
  356. font-size: 10px;
  357. font-weight: 400;
  358. line-height: 14px;
  359. }
  360. }
  361. }
  362. }
  363. </style>