|
|
@@ -1,29 +1,29 @@
|
|
|
<template>
|
|
|
- <section class="service-container">
|
|
|
- <div class="service-content">
|
|
|
+ <section class="mb-service-container">
|
|
|
+ <div class="mb-service-content">
|
|
|
<h2>为您定制的企业级安全服务包</h2>
|
|
|
- <div class="service-cards">
|
|
|
- <div v-for="(item, index) in products" :key="index" class="service-card">
|
|
|
- <div class="card-title">{{ item.title }}</div>
|
|
|
+ <div class="mb-service-cards">
|
|
|
+ <div v-for="(item, index) in products" :key="index" class="mb-service-card">
|
|
|
+ <div class="mb-card-title">{{ item.title }}</div>
|
|
|
<template v-if="item.price">
|
|
|
- <div class="card-price">
|
|
|
- <span class="amount">${{ item.price }}</span>
|
|
|
- <span class="unit">{{ item.unit }}</span>
|
|
|
+ <div class="mb-card-price">
|
|
|
+ <span class="mb-amount">${{ item.price }}</span>
|
|
|
+ <span class="mb-unit">{{ item.unit }}</span>
|
|
|
</div>
|
|
|
- <div class="payment-support">
|
|
|
+ <div class="mb-payment-support">
|
|
|
支持 <img src="/images/products/icon.png" alt="icon"> 支付
|
|
|
</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <div class="customized-icon">
|
|
|
+ <div class="mb-customized-icon">
|
|
|
<NuxtImg src="/images/products/customized.png" alt="定制" />
|
|
|
</div>
|
|
|
</template>
|
|
|
- <div class="action-btn">{{ item.btnText }}</div>
|
|
|
- <div class="features-list">
|
|
|
- <div v-for="(feature, idx) in item.features" :key="idx" class="feature-item">
|
|
|
- <span class="label">{{ feature.label }}</span>
|
|
|
- <span class="value">{{ feature.value }}</span>
|
|
|
+ <div class="mb-action-btn">{{ item.btnText }}</div>
|
|
|
+ <div class="mb-features-list">
|
|
|
+ <div v-for="(feature, idx) in item.features" :key="idx" class="mb-feature-item">
|
|
|
+ <span class="mb-label">{{ feature.label }}</span>
|
|
|
+ <span class="mb-value">{{ feature.value }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -39,14 +39,14 @@ const products = [
|
|
|
unit: '/月',
|
|
|
btnText: '立即开通',
|
|
|
features: [
|
|
|
- { label: 'DDoS防护值', value: '150Gbps' },
|
|
|
- { label: 'CC防御值', value: '30000QPS' },
|
|
|
- { label: '域名', value: '5个' },
|
|
|
- { label: '防御端口', value: '10个' },
|
|
|
+ { label: 'DDoS 防护值', value: '150Gbps' },
|
|
|
+ { label: 'CC 防御值', value: '30000QPS' },
|
|
|
+ { label: '域名', value: '5 个' },
|
|
|
+ { label: '防御端口', value: '10 个' },
|
|
|
{ label: '业务宽带', value: '50Mbps' },
|
|
|
{ label: 'SSL', value: '支持' },
|
|
|
{ label: 'Websocket', value: '支持' },
|
|
|
- { label: '网络', value: 'BGP/CN2网络' },
|
|
|
+ { label: '网络', value: 'BGP/CN2 网络' },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
@@ -55,14 +55,14 @@ const products = [
|
|
|
unit: '/月',
|
|
|
btnText: '立即开通',
|
|
|
features: [
|
|
|
- { label: 'DDoS防护值', value: '400Gbps' },
|
|
|
- { label: 'CC防御值', value: '50000QPS' },
|
|
|
- { label: '域名', value: '10个' },
|
|
|
- { label: '防御端口', value: '20个' },
|
|
|
+ { label: 'DDoS 防护值', value: '400Gbps' },
|
|
|
+ { label: 'CC 防御值', value: '50000QPS' },
|
|
|
+ { label: '域名', value: '10 个' },
|
|
|
+ { label: '防御端口', value: '20 个' },
|
|
|
{ label: '业务宽带', value: '100Mbps' },
|
|
|
{ label: 'SSL', value: '支持' },
|
|
|
{ label: 'Websocket', value: '支持' },
|
|
|
- { label: '网络', value: 'BGP/CN2网络' },
|
|
|
+ { label: '网络', value: 'BGP/CN2 网络' },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
@@ -71,39 +71,39 @@ const products = [
|
|
|
unit: '/月',
|
|
|
btnText: '立即开通',
|
|
|
features: [
|
|
|
- { label: 'DDoS防护值', value: '600Gbps' },
|
|
|
- { label: 'CC防御值', value: '15WQPS' },
|
|
|
- { label: '域名', value: '50个' },
|
|
|
- { label: '防御端口', value: '50个' },
|
|
|
+ { label: 'DDoS 防护值', value: '600Gbps' },
|
|
|
+ { label: 'CC 防御值', value: '15WQPS' },
|
|
|
+ { label: '域名', value: '50 个' },
|
|
|
+ { label: '防御端口', value: '50 个' },
|
|
|
{ label: '业务宽带', value: '500Mbps' },
|
|
|
{ label: 'SSL', value: '支持' },
|
|
|
{ label: 'Websocket', value: '支持' },
|
|
|
- { label: '网络', value: 'BGP/CN2网络' },
|
|
|
+ { label: '网络', value: 'BGP/CN2 网络' },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
title: '定制版',
|
|
|
btnText: '联系商务',
|
|
|
features: [
|
|
|
- { label: 'DDoS防护值', value: 'T级防御' },
|
|
|
- { label: 'CC防御值', value: '免疫98%CC' },
|
|
|
+ { label: 'DDoS 防护值', value: 'T 级防御' },
|
|
|
+ { label: 'CC 防御值', value: '免疫 98%CC' },
|
|
|
{ label: '域名', value: '定制' },
|
|
|
{ label: '防御端口', value: '定制' },
|
|
|
{ label: '业务宽带', value: '定制' },
|
|
|
{ label: 'SSL', value: '定制' },
|
|
|
{ label: 'Websocket', value: '定制' },
|
|
|
- { label: '网络', value: 'BGP/CN2网络' },
|
|
|
+ { label: '网络', value: 'BGP/CN2 网络' },
|
|
|
]
|
|
|
}
|
|
|
]
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|
|
|
-.service-container {
|
|
|
+.mb-service-container {
|
|
|
width: 100%;
|
|
|
position: relative;
|
|
|
overflow: hidden;
|
|
|
|
|
|
- .service-content {
|
|
|
+ .mb-service-content {
|
|
|
position: relative;
|
|
|
z-index: 2;
|
|
|
padding-top: 40px;
|
|
|
@@ -121,14 +121,14 @@ const products = [
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
}
|
|
|
|
|
|
- .service-cards {
|
|
|
+ .mb-service-cards {
|
|
|
margin-top: 26px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
flex-wrap: wrap;
|
|
|
gap: 10px;
|
|
|
|
|
|
- .service-card {
|
|
|
+ .mb-service-card {
|
|
|
border-radius: 4px;
|
|
|
background: #1B192A;
|
|
|
width: 166px;
|
|
|
@@ -146,18 +146,18 @@ const products = [
|
|
|
// background: linear-gradient(176deg, rgba(146, 116, 254, 0.20) -10.82%, rgba(125, 70, 255, 0.20) 109.01%);
|
|
|
// }
|
|
|
|
|
|
- // &:hover .action-btn {
|
|
|
+ // &:hover .mb-action-btn {
|
|
|
// background: linear-gradient(91deg, #A39DFF 1.24%, #7D46FF 122.93%);
|
|
|
// }
|
|
|
|
|
|
- .card-title {
|
|
|
+ .mb-card-title {
|
|
|
color: #FFF;
|
|
|
text-align: center;
|
|
|
font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
|
|
|
- .customized-icon {
|
|
|
+ .mb-customized-icon {
|
|
|
padding-top: 12px;
|
|
|
|
|
|
:deep(img) {
|
|
|
@@ -166,12 +166,12 @@ const products = [
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .card-price {
|
|
|
+ .mb-card-price {
|
|
|
display: flex;
|
|
|
align-items: baseline;
|
|
|
padding: 10px 0;
|
|
|
|
|
|
- .amount {
|
|
|
+ .mb-amount {
|
|
|
font-size: 24px;
|
|
|
font-weight: 700;
|
|
|
background: linear-gradient(91deg, #B8AFFF 10.8%, #C597FF 108.3%);
|
|
|
@@ -180,14 +180,14 @@ const products = [
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
}
|
|
|
|
|
|
- .unit {
|
|
|
+ .mb-unit {
|
|
|
color: #FFF;
|
|
|
font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .payment-support {
|
|
|
+ .mb-payment-support {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
gap: 2px;
|
|
|
@@ -201,7 +201,7 @@ const products = [
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .action-btn {
|
|
|
+ .mb-action-btn {
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
@@ -215,24 +215,24 @@ const products = [
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
|
|
|
- .features-list {
|
|
|
+ .mb-features-list {
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
gap: 10px;
|
|
|
margin-top: 10px;
|
|
|
|
|
|
- .feature-item {
|
|
|
+ .mb-feature-item {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
font-size: 10px;
|
|
|
font-weight: 400;
|
|
|
|
|
|
- .label {
|
|
|
+ .mb-label {
|
|
|
color: rgba(255, 255, 255, 0.60)
|
|
|
}
|
|
|
|
|
|
- .value {
|
|
|
+ .mb-value {
|
|
|
color: #FFF;
|
|
|
text-align: right;
|
|
|
}
|
|
|
@@ -242,4 +242,4 @@ const products = [
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|