|
@@ -1,10 +1,10 @@
|
|
<template>
|
|
<template>
|
|
<div class="price">
|
|
<div class="price">
|
|
<img class="img" src="../../assets/images/price_bg.png" alt="" />
|
|
<img class="img" src="../../assets/images/price_bg.png" alt="" />
|
|
- <div class="content">
|
|
|
|
|
|
+ <div class="content animate__animated animate__bounceInUp">
|
|
<div class="title">请根据业务场景,选择您需要的套餐</div>
|
|
<div class="title">请根据业务场景,选择您需要的套餐</div>
|
|
- <div class="tabs">
|
|
|
|
- <div class="tab">
|
|
|
|
|
|
+ <div class="tabs " >
|
|
|
|
+ <div class="tab ">
|
|
<div
|
|
<div
|
|
class="item"
|
|
class="item"
|
|
:class="tabs == 0 ? 'active' : ''"
|
|
:class="tabs == 0 ? 'active' : ''"
|
|
@@ -30,7 +30,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="bankuai">
|
|
<div class="bankuai">
|
|
<div v-if="tabs == 0" class="flex">
|
|
<div v-if="tabs == 0" class="flex">
|
|
- <img
|
|
|
|
|
|
+ <img
|
|
@click="dialogTableVisible2 = true"
|
|
@click="dialogTableVisible2 = true"
|
|
class="image"
|
|
class="image"
|
|
:src="pricea.price.month_group"
|
|
:src="pricea.price.month_group"
|
|
@@ -91,21 +91,22 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- 免费获取 -->
|
|
<!-- 免费获取 -->
|
|
- <div class="get">
|
|
|
|
|
|
+ <div class="get animate__animated animate__bounceInUp">
|
|
<div class="draw_font">
|
|
<div class="draw_font">
|
|
免费领取一对一专业顾问演示服务,助您快速了解系统功能
|
|
免费领取一对一专业顾问演示服务,助您快速了解系统功能
|
|
</div>
|
|
</div>
|
|
<div class="draw" @click="dialogTableVisible = true">免费领取</div>
|
|
<div class="draw" @click="dialogTableVisible = true">免费领取</div>
|
|
</div>
|
|
</div>
|
|
<!-- 功能对比 -->
|
|
<!-- 功能对比 -->
|
|
- <div class="Compare">各个版本功能对比</div>
|
|
|
|
|
|
+ <div class="Compare animate__animated animate__bounceInUp">各个版本功能对比</div>
|
|
</div>
|
|
</div>
|
|
- <div class="content">
|
|
|
|
|
|
+ <div class="content animate__animated animate__bounceInUp">
|
|
<img class="bigimage" :src="pricea.price.version_compare" alt="" />
|
|
<img class="bigimage" :src="pricea.price.version_compare" alt="" />
|
|
</div>
|
|
</div>
|
|
<application
|
|
<application
|
|
|
|
+ class="animate__animated animate__bounceInUp"
|
|
:titleinfo="infoa.info.scene_content"
|
|
:titleinfo="infoa.info.scene_content"
|
|
- :image="infoa.info.scene_image"
|
|
|
|
|
|
+ :image="infoa.info.scene_image"
|
|
></application>
|
|
></application>
|
|
<!-- <corporation></corporation> -->
|
|
<!-- <corporation></corporation> -->
|
|
<bottom></bottom>
|
|
<bottom></bottom>
|
|
@@ -128,6 +129,7 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
<script setup>
|
|
|
|
+import 'animate.css';
|
|
import { useRouter } from "vue-router";
|
|
import { useRouter } from "vue-router";
|
|
import { onMounted, ref, reactive } from "vue";
|
|
import { onMounted, ref, reactive } from "vue";
|
|
import bottom from "../../components/Layout/bottom.vue";
|
|
import bottom from "../../components/Layout/bottom.vue";
|
|
@@ -244,6 +246,7 @@ const close = () => {
|
|
width: 300px;
|
|
width: 300px;
|
|
height: 300px;
|
|
height: 300px;
|
|
margin-top: 22px;
|
|
margin-top: 22px;
|
|
|
|
+
|
|
}
|
|
}
|
|
.bottom_font {
|
|
.bottom_font {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-family: PingFangSC, PingFang SC;
|
|
@@ -345,12 +348,16 @@ const close = () => {
|
|
margin-top: 62px;
|
|
margin-top: 62px;
|
|
.image {
|
|
.image {
|
|
width: 380px;
|
|
width: 380px;
|
|
- height: 900px;
|
|
|
|
- cursor: pointer;
|
|
|
|
|
|
+ box-shadow: 2px 2px 2px 0px rgba(185, 185, 185, 0.1);
|
|
|
|
+ border-radius: 10px;
|
|
|
|
+
|
|
|
|
+ // height: 900px;
|
|
|
|
+ // cursor: pointer;
|
|
}
|
|
}
|
|
.flex {
|
|
.flex {
|
|
display: flex;
|
|
display: flex;
|
|
- justify-content: space-between;
|
|
|
|
|
|
+ column-gap: 28px;
|
|
|
|
+ // justify-content: space-between;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.tabs {
|
|
.tabs {
|