| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383 |
- <template>
- <section class="mb-about-flow">
- <div class="mb-flow-title">
- <div class="mb-flow-title-text">
- 全线产品自主研发
- </div>
- <div class="mb-flow-title-subtext">
- 全线产品自主研发,从高防IP、CDN到游戏盾SDK,核心技术完全自控,安全能力不受制于人,防护效果快人一步。
- </div>
- </div>
- <div class="mb-flow-content">
- <div class="mb-flow-content-left">
- <div class="mb-left-user">
- <NuxtImg class="mb-flow-icon" src="/images/about/icon-user.png" alt="icon" />
- <div class="mb-flow-text">用户</div>
- </div>
- <div class="mb-left-sdk">
- <NuxtImg class="mb-flow-icon" src="/images/about/icon-sdk.png" alt="icon" />
- <div class="mb-flow-text">终端设备/SDK</div>
- </div>
- </div>
- <div class="mb-flow-content-con">
- <div class="mb-con-item">高仿IP</div>
- <div class="mb-con-item">CDN</div>
- <div class="mb-con-item">游戏盾</div>
- </div>
- <div class="mb-flow-content-right">
- <div class="mb-right-item">硬扛攻击,业务稳赢</div>
- <div class="mb-right-item">就近分发<br />访问快人一步</div>
- <div class="mb-right-item">端上智能调度+<br />加密隧道/大陆加速</div>
- </div>
- </div>
- <div class="mb-flow-bottom">
- <div class="mb-btm-left">高防服务器</div>
- <div class="mb-btm-con">
- <span>互联网基础设施</span><span>高防DNSSSL节点池</span>
- </div>
- <div class="mb-btm-right">源站服务器</div>
- </div>
- </section>
- </template>
- <script setup>
- </script>
- <style lang="scss" scoped>
- .mb-about-flow {
- width: 100%;
- margin: 25px auto 0;
- box-sizing: border-box;
- .mb-flow-title {
- position: relative;
- border-radius: 4px;
- border: 1px solid #8B74FF;
- background: rgba(63, 51, 125, 0.30);
- color: #FFF;
- .mb-flow-title-text {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 100%;
- height: 20px;
- font-size: 12px;
- font-weight: 400;
- background: rgba(128, 119, 255, .5);
- }
- .mb-flow-title-subtext {
- padding: 4px 10px;
- font-size: 10px;
- font-weight: 400;
- }
- &::before {
- content: '';
- position: absolute;
- bottom: -16px;
- left: 50%;
- transform: translateX(-50%);
- width: 1px;
- height: 16px;
- background: #8B74FF;
- }
- &::after {
- content: '';
- position: absolute;
- bottom: -16px;
- left: 50%;
- transform: translateX(-50%);
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #8B74FF;
- }
- }
- .mb-flow-content {
- width: 100%;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- .mb-flow-content-left {
- display: flex;
- gap: 10px;
- }
- .mb-flow-icon {
- width: 24px;
- height: 24px;
- }
- .mb-left-user,
- .mb-left-sdk {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- color: #FFF;
- .mb-flow-text {
- position: relative;
- box-sizing: border-box;
- width: 45px;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 2px;
- border: 1px solid #A39DFF;
- background: #3F337D;
- font-size: 10px;
- &::before {
- content: '';
- position: absolute;
- right: -10px;
- top: 50%;
- transform: translateY(-50%);
- width: 8px;
- height: 1px;
- background: #8B74FF;
- }
- &::after {
- content: '';
- position: absolute;
- right: -10px;
- top: 50%;
- transform: translateY(-50%);
- width: 0;
- height: 0;
- border-top: 4px solid transparent;
- border-bottom: 4px solid transparent;
- border-left: 4px solid #8B74FF;
- }
- }
- }
- .mb-left-sdk {
- .mb-flow-text {
- width: 70px;
- height: 20px;
- text-align: center;
- &::before {
- right: -12px;
- width: 12px;
- }
- &::after {
- right: -12px;
- }
- }
- }
- .mb-flow-content-con {
- position: relative;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- gap: 10px;
- width: 106px;
- height: 98px;
- box-sizing: border-box;
- border-radius: 10px;
- border: 1px solid #8B74FF;
- margin: 16px 18px 16px 12px;
- background: rgba(63, 51, 125, 0.30);
- &::before {
- content: '';
- position: absolute;
- left: 50%;
- bottom: -16px;
- transform: translateX(-50%);
- width: 1px;
- height: 16px;
- background: #8B74FF;
- }
- &::after {
- content: '';
- position: absolute;
- left: 50%;
- bottom: -16px;
- transform: translateX(-50%);
- width: 0;
- height: 0;
- border-left: 4px solid transparent;
- border-right: 4px solid transparent;
- border-top: 4px solid #8B74FF;
- }
- .mb-con-item {
- color: #FFF;
- font-size: 10px;
- font-weight: 400;
- display: flex;
- height: 20px;
- width: 62px;
- justify-content: center;
- align-items: center;
- border-radius: 4px;
- border: 1px solid #A39DFF;
- background: #3F337D;
- }
- }
- .mb-flow-content-right {
- display: flex;
- flex-direction: column;
- gap: 4px;
- align-items: center;
- .mb-right-item {
- position: relative;
- display: flex;
- align-items: center;
- justify-content: center;
- box-sizing: border-box;
- width: 102px;
- border-radius: 4px;
- padding: 0 4px;
- border: 1px solid #A39DFF;
- background: #3F337D;
- color: #FFF;
- font-size: 10px;
- font-weight: 400;
- &:nth-of-type(1) {
- height: 25px;
- }
- &:nth-of-type(2) {
- height: 32px;
- }
- &:nth-of-type(3) {
- height: 32px;
- }
- &::before {
- content: '';
- position: absolute;
- left: -14px;
- top: 50%;
- transform: translateY(-50%);
- width: 14px;
- height: 1px;
- background: #8B74FF;
- }
- &::after {
- content: '';
- position: absolute;
- left: -14px;
- top: 50%;
- transform: translateY(-50%);
- width: 0;
- height: 0;
- border-top: 4px solid transparent;
- border-bottom: 4px solid transparent;
- border-right: 4px solid #8B74FF;
- }
- }
- }
- }
- .mb-flow-bottom {
- display: flex;
- gap: 22px;
- color: #FFF;
- align-items: center;
- font-size: 10px;
- .mb-btm-left,
- .mb-btm-con,
- .mb-btm-right {
- border: 1px solid #A39DFF;
- background: #3F337D;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- border-radius: 4px;
- }
- .mb-btm-left {
- position: relative;
- margin-left: 26px;
- width: 70px;
- height: 25px;
- &::before {
- content: '';
- position: absolute;
- right: -24px;
- top: 50%;
- transform: translateY(-50%);
- width: 18px;
- height: 1px;
- background: #8B74FF;
- }
- &::after {
- content: '';
- position: absolute;
- right: -8px;
- top: 50%;
- transform: translateY(-50%);
- width: 0;
- height: 0;
- border-top: 4px solid transparent;
- border-bottom: 4px solid transparent;
- border-right: 4px solid #8B74FF;
- }
- }
- .mb-btm-con {
- width: 108px;
- height: 40px;
- gap: 4px;
- }
- .mb-btm-right {
- position: relative;
- width: 94px;
- height: 25px;
- &::before {
- content: '';
- position: absolute;
- left: -24px;
- top: 50%;
- transform: translateY(-50%);
- width: 18px;
- height: 1px;
- background: #8B74FF;
- }
- &::after {
- content: '';
- position: absolute;
- left: -8px;
- top: 50%;
- transform: translateY(-50%);
- width: 0;
- height: 0;
- border-top: 4px solid transparent;
- border-bottom: 4px solid transparent;
- border-left: 4px solid #8B74FF;
- }
- }
- }
- }
- </style>
|