|
@@ -21,6 +21,38 @@
|
|
|
<p>让科技为您的业务发光发亮,CDN功能助力您的网站顺畅、高效、安全地运作,
|
|
<p>让科技为您的业务发光发亮,CDN功能助力您的网站顺畅、高效、安全地运作,
|
|
|
同时提供数据防范和预防技术,让您的网站免于遭受恶意攻击</p>
|
|
同时提供数据防范和预防技术,让您的网站免于遭受恶意攻击</p>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <div class="cdn-content">
|
|
|
|
|
+ <div class="cdn-item">
|
|
|
|
|
+ <div class="item-text">
|
|
|
|
|
+ <h3>CDN内容分发</h3>
|
|
|
|
|
+ <p>
|
|
|
|
|
+ 加速您的网站,最速达优化性能。CDN内容分发网络遍布五大洲,我们的CDN将使您的网站前所未有的更流畅,提升您的用户体验,而我们的数据中心则提供商业的资讯管理和保护,确保您的数据平安无误。
|
|
|
|
|
+ </p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <NuxtPicture width="541" height="626" class="item-img" src="/images/products/cdn.png" alt="cdn分发" />
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="cdn-item">
|
|
|
|
|
+ <NuxtPicture width="500" height="692" class="item-img" src="/images/products/678yun.png" alt="678云盾" />
|
|
|
|
|
+ <div class="item-text">
|
|
|
|
|
+ <h3>网站保护</h3>
|
|
|
|
|
+ <p>
|
|
|
|
|
+ 使用678云盾高防CDN网站保护,网站攻击将无处遁形!我们的专业服务团队利用最佳技术和技巧为您提供安全性和可靠性保护,确保您的业务安全运营,稳步前进。
|
|
|
|
|
+ </p>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </section>
|
|
|
|
|
+ <section class="cdn-bg">
|
|
|
|
|
+ <NuxtPicture src="/images/products/web-bg.png" width="100%" height="auto" alt="背景图" />
|
|
|
|
|
+ </section>
|
|
|
|
|
+ <section class="cdn-cards">
|
|
|
|
|
+ <div class="card-item" v-for="(card, index) in cards" :key="index">
|
|
|
|
|
+ <div class="item-title">
|
|
|
|
|
+ <img :src="card.icon" alt="icon" />
|
|
|
|
|
+ <h4>{{ card.title }}</h4>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div class="item-text">{{ card.text }}</div>
|
|
|
|
|
+ </div>
|
|
|
</section>
|
|
</section>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
@@ -28,6 +60,53 @@
|
|
|
definePageMeta({
|
|
definePageMeta({
|
|
|
layout: 'pc'
|
|
layout: 'pc'
|
|
|
})
|
|
})
|
|
|
|
|
+useHead(() => ({
|
|
|
|
|
+ title: 'WEB安全加速',
|
|
|
|
|
+ meta: [
|
|
|
|
|
+ { name: 'viewport', content: 'width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' },
|
|
|
|
|
+ { name: 'description', content: '智能路由/动态优化/实时处理' },
|
|
|
|
|
+ { name: 'keywords', content: 'CDN分发|网站保护' }
|
|
|
|
|
+ ]
|
|
|
|
|
+}))
|
|
|
|
|
+import icon1 from '~/assets/svg/products/web/icon.svg'
|
|
|
|
|
+import icon2 from '~/assets/svg/products/web/icon2.svg'
|
|
|
|
|
+import icon3 from '~/assets/svg/products/web/icon3.svg'
|
|
|
|
|
+import icon4 from '~/assets/svg/products/web/icon4.svg'
|
|
|
|
|
+import icon5 from '~/assets/svg/products/web/icon5.svg'
|
|
|
|
|
+import icon6 from '~/assets/svg/products/web/icon6.svg'
|
|
|
|
|
+
|
|
|
|
|
+const cards = [
|
|
|
|
|
+ {
|
|
|
|
|
+ icon: icon1,
|
|
|
|
|
+ title: 'Anycast',
|
|
|
|
|
+ text: '通过单一IP地址在全球范围内提供所有内容,并确保低延迟的访问体验。',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ icon: icon2,
|
|
|
|
|
+ title: 'HTTP/2',
|
|
|
|
|
+ text: '除了支持HTTP/1.0和HTTP/1.1外,还支持更加高效的HTTP/2协议,进一步提升性能。',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ icon: icon3,
|
|
|
|
|
+ title: 'HTTPS',
|
|
|
|
|
+ text: '提供自定义SSL/TLS证书,确保使用您选定的域名以保障内容的安全性。',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ icon: icon4,
|
|
|
|
|
+ title: '失效操作',
|
|
|
|
|
+ text: '缓存内容删除仅需几分钟,快速响应并更新内容。',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ icon: icon5,
|
|
|
|
|
+ title: '日志记录',
|
|
|
|
|
+ text: '与Stackdriver Logging集成,为您提供每次缓存命中与未命中的详细日志信息。',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ icon: icon6,
|
|
|
|
|
+ title: '安全',
|
|
|
|
|
+ text: '多维度拦截(国家、URL、IP)、请求和带宽限制、CC保护。',
|
|
|
|
|
+ }
|
|
|
|
|
+]
|
|
|
|
|
|
|
|
</script>
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
@@ -138,6 +217,7 @@ definePageMeta({
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
p {
|
|
|
|
|
+ width: 842px;
|
|
|
color: #E2D9FF;
|
|
color: #E2D9FF;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
@@ -146,5 +226,176 @@ definePageMeta({
|
|
|
line-height: 36px;
|
|
line-height: 36px;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ .cdn-content {
|
|
|
|
|
+ display: grid;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ max-width: 1200px;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ margin: 0 auto;
|
|
|
|
|
+ grid-template-columns: 1fr 1fr;
|
|
|
|
|
+ grid-template-rows: repeat(3, 1fr);
|
|
|
|
|
+ gap: 20px 100px;
|
|
|
|
|
+
|
|
|
|
|
+ &::before,
|
|
|
|
|
+ &::after {
|
|
|
|
|
+ content: '';
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ width: 520px;
|
|
|
|
|
+ height: 520px;
|
|
|
|
|
+ border-radius: 50%;
|
|
|
|
|
+ background: rgba(137, 87, 255, 0.50);
|
|
|
|
|
+ filter: blur(250px);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ &::before {
|
|
|
|
|
+ top: 12%;
|
|
|
|
|
+ left: -40%;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ &::after {
|
|
|
|
|
+ right: -12%;
|
|
|
|
|
+ bottom: 20%;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .cdn-item {
|
|
|
|
|
+ display: contents;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ // First Item
|
|
|
|
|
+ .cdn-item:nth-child(1) {
|
|
|
|
|
+ .item-text {
|
|
|
|
|
+ grid-column: 1 / 2;
|
|
|
|
|
+ grid-row: 1 / 2;
|
|
|
|
|
+ align-self: flex-end;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .item-img {
|
|
|
|
|
+ grid-column: 2 / 3;
|
|
|
|
|
+ grid-row: 1 / 3;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ // Second Item
|
|
|
|
|
+ .cdn-item:nth-child(2) {
|
|
|
|
|
+ .item-img {
|
|
|
|
|
+ grid-column: 1 / 2;
|
|
|
|
|
+ grid-row: 2 / 4;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .item-text {
|
|
|
|
|
+ grid-column: 2 / 3;
|
|
|
|
|
+ grid-row: 3 / 4;
|
|
|
|
|
+ align-self: flex-start;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .item-text {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ gap: 36px;
|
|
|
|
|
+
|
|
|
|
|
+ h3 {
|
|
|
|
|
+ font-size: 40px;
|
|
|
|
|
+ font-style: normal;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ line-height: 40px;
|
|
|
|
|
+ background: linear-gradient(91deg, #B8AFFF 10.8%, #C597FF 108.3%);
|
|
|
|
|
+ background-clip: text;
|
|
|
|
|
+ -webkit-background-clip: text;
|
|
|
|
|
+ -webkit-text-fill-color: transparent;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ p {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ color: #E2D9FF;
|
|
|
|
|
+ font-size: 18px;
|
|
|
|
|
+ font-style: normal;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ line-height: 36px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.cdn-bg {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+
|
|
|
|
|
+ &::before {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ content: "678CDN 特性";
|
|
|
|
|
+ bottom: 42px;
|
|
|
|
|
+ left: 50%;
|
|
|
|
|
+ transform: translate(-50%);
|
|
|
|
|
+ background: linear-gradient(90deg, #B8AFFF 20.05%, #C597FF 101.05%);
|
|
|
|
|
+ background-clip: text;
|
|
|
|
|
+ -webkit-background-clip: text;
|
|
|
|
|
+ -webkit-text-fill-color: transparent;
|
|
|
|
|
+ font-size: 45px;
|
|
|
|
|
+ font-style: normal;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ line-height: 45px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ :deep(img) {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+ display: block;
|
|
|
|
|
+ object-fit: cover;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.cdn-cards {
|
|
|
|
|
+ padding: 30px 0 50px 0;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ max-width: 1200px;
|
|
|
|
|
+ margin: 0 auto;
|
|
|
|
|
+ display: grid;
|
|
|
|
|
+ grid-template-columns: repeat(3, 1fr);
|
|
|
|
|
+ gap: 35px 30px;
|
|
|
|
|
+
|
|
|
|
|
+ .card-item {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: column;
|
|
|
|
|
+ gap: 16px;
|
|
|
|
|
+ padding: 35px;
|
|
|
|
|
+ border-radius: 10px;
|
|
|
|
|
+ border: 1px solid rgba(255, 255, 255, 0.10);
|
|
|
|
|
+ background: rgba(255, 255, 255, 0.10);
|
|
|
|
|
+
|
|
|
|
|
+ &:hover {
|
|
|
|
|
+ border: 1px solid #9162FF;
|
|
|
|
|
+ background: linear-gradient(129deg, rgba(122, 55, 255, 0.30) 16.95%, rgba(175, 70, 255, 0.30) 98.61%);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .item-title {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ gap: 20px;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+
|
|
|
|
|
+ img {
|
|
|
|
|
+ width: 50px;
|
|
|
|
|
+ height: 50px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ h4 {
|
|
|
|
|
+ color: #FFF;
|
|
|
|
|
+ font-size: 34px;
|
|
|
|
|
+ font-style: normal;
|
|
|
|
|
+ font-weight: 700;
|
|
|
|
|
+ line-height: 36px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .item-text {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ color: rgba(255, 255, 255, 0.60);
|
|
|
|
|
+ font-size: 18px;
|
|
|
|
|
+ font-style: normal;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ line-height: 30px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|