Sfoglia il codice sorgente

更改弹窗弹出

mabaoyi 5 mesi fa
parent
commit
4d710ff823

+ 8 - 24
dist/index.html

@@ -1,4 +1,3 @@
-<<<<<<< HEAD
 <!DOCTYPE html>
 <html lang="en">
   <head>
@@ -10,33 +9,13 @@
     />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>云厂长</title>
-    <script type="module" crossorigin src="./assets/index-BsGjXa_G.js"></script>
-    <link rel="stylesheet" crossorigin href="./assets/index-D_c4N80q.css">
+    <script type="module" crossorigin src="./assets/index-DScBbrL5.js"></script>
+    <link rel="stylesheet" crossorigin href="./assets/index-CmXlnt-2.css">
   </head>
   <body>
     <div id="app"></div>
   </body>
 </html>
-=======
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="UTF-8" />
-    <link
-      rel="icon"
-      type="image/svg+xml"
-      href="./src/assets/image/a8e890b2-ad35-490e-b0cc-1548d7dd1401.png"
-    />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>云厂长</title>
-    <script type="module" crossorigin src="./assets/index-DNds3G-z.js"></script>
-    <link rel="stylesheet" crossorigin href="./assets/index-D_c4N80q.css">
-  </head>
-  <body>
-    <div id="app"></div>

-  </body>
-</html>
->>>>>>> a62153ac52fecf00919ba53e19ad355ae9346334
 <style lang="scss">* {
   margin: 0;
   padding: 0;
@@ -47,9 +26,14 @@ html {
   margin: 0;
   padding: 0;
   border-radius: 0;
+  overflow-x: hidden;
 }
 #app {
   width: 100%;
   min-height: 100vh;
 }
-</style>
+button:hover {
+  opacity: 0.7;
+  transform: scale(1.1, 1.1);
+}
+</style>

+ 6 - 2
src/assets/css/common.less

@@ -8,8 +8,7 @@ html {
   margin: 0;
   padding: 0;
   border-radius: 0;
-  // overflow-x: hidden;
-  // overflow: hidden;
+  overflow-x: hidden;
 }
 #app {
   width: 100%;
@@ -17,3 +16,8 @@ html {
   // overflow-x: hidden;
   // overflow: hidden;
 }
+
+button:hover {
+  opacity: 0.7;
+  transform: scale(1.1, 1.1);
+}

BIN
src/assets/image/phonebg.png


+ 10 - 3
src/components/Banne/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="block text-center">
-    <el-carousel arrow="never" interval="5000" motion-blur>
+    <el-carousel arrow="never" interval="5000">
       <el-carousel-item
         v-for="(item, index) in props.banneImageList"
         :key="index"
@@ -46,8 +46,8 @@
 <script setup lang="ts">
 import { ref } from "vue";
 import { ElMessage } from "element-plus";
-import ContactExpert from '../../view/Home/component/contactExpert.vue'
-import Form from '../../components/Form/from.vue'
+import ContactExpert from "../../view/Home/component/contactExpert.vue";
+import Form from "../../components/Form/from.vue";
 
 const dialogTableVisible = ref(false);
 const dialogTableVisible2 = ref(false);
@@ -138,4 +138,11 @@ const toUrl = (url: string) => {
 .el-carousel__item:nth-child(2n + 1) {
   background-color: #d3dce6;
 }
+
+.el-carousel__item.is-animating {
+  -webkit-transition: -webkit-transform 1s ease-in-out;
+  transition: -webkit-transform 1s ease-in-out;
+  transition: transform 1s ease-in-out;
+  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
+}
 </style>

+ 2 - 2
src/components/Form/from.vue

@@ -11,7 +11,7 @@
       <div class="topfont">请填写表单信息,我们团队将尽快与您联系</div>
     </div>
     <div class="formbox">
-      <el-form :model="formLabelAlign" style="max-width: 660px">
+      <el-form :model="formLabelAlign">
         <el-form-item label="您的姓名">
           <el-input
             v-model="formLabelAlign.name"
@@ -61,7 +61,7 @@
 import { useRouter } from "vue-router";
 import { onMounted, ref, reactive, watch } from "vue";
 import * as configApi from "../../api/config";
-import { ElMessage } from 'element-plus'
+import { ElMessage } from "element-plus";
 onMounted(() => {});
 //表单数据
 const formLabelAlign = reactive({

+ 10 - 5
src/components/Layout/header.vue

@@ -248,10 +248,10 @@ const toLogin = () => {
 //注册
 const register = () => {
   router.push({
-    name:'/login',
-    query:{
-      isLogin:false
-    }
+    name: "/login",
+    query: {
+      isLogin: "false",
+    },
   });
 };
 
@@ -425,9 +425,14 @@ onMounted(() => {
 }
 
 :deep(.el-dropdown__popper) {
-  inset: 48px auto auto 0px !important;
+  inset: 49px auto auto 0px !important;
   left: 0 !important;
 }
+
+.item-01 {
+  inset: auto auto auto auto;
+}
+
 :deep(.dropdown-product) {
   width: 100vw;
   background-color: #fff;

+ 116 - 98
src/components/anchorPoint/index.vue

@@ -1,85 +1,63 @@
 <template>
-  <el-affix position="bottom" :offset="400">
-    <div class="seek-from">
-      <el-popover
-        :width="180"
-        placement="left"
-        popper-style="box-shadow: rgb(14 18 22 / 35%) 0px 10px 38px -10px, rgb(14 18 22 / 20%) 0px 10px 20px -15px; padding: 20px;"
-      >
-        <template #reference>
-          <div class="advice">
-            <img
-              class="advice-img"
-              src="../../assets/image/dianhua.png"
-              alt=""
-            />
-            <p class="advice-name">电话咨询</p>
-          </div>
-        </template>
-        <template #default>
-          <div
-            class="demo-rich-conent"
-            style="display: flex; gap: 16px; flex-direction: column"
-          >
-            <p class="seek">400免费咨询热线</p>
-            <p class="phone">{{ configData.pre_sale_mobile }}</p>
-          </div>
-        </template>
-      </el-popover>
-      <el-popover
-        :width="200"
-        placement="left"
-        popper-style="box-shadow: rgb(14 18 22 / 35%) 0px 10px 38px -10px, rgb(14 18 22 / 20%) 0px 10px 20px -15px; padding: 20px;"
-      >
-        <template #reference>
-          <div class="advice">
-            <img class="advice-img" src="../../assets/image/guwen.png" alt="" />
-            <p class="advice-name">专属顾问</p>
-          </div>
-        </template>
-        <template #default>
-          <div
-            class="demo-rich-conent"
-            style="display: flex; gap: 16px; flex-direction: column"
-          >
-            <p class="scan">扫描添加专属顾问</p>
-            <img class="qr-code" :src="configData.service_qr_code" alt="" />
-          </div>
-        </template>
-      </el-popover>
-      <el-popover
-        :width="200"
-        placement="left"
-        popper-style="box-shadow: rgb(14 18 22 / 35%) 0px 10px 38px -10px, rgb(14 18 22 / 20%) 0px 10px 20px -15px; padding: 20px;"
-      >
-        <template #reference>
-          <div class="advice">
-            <img
-              class="advice-img"
-              src="../../assets/image/gongzhonghao.png"
-              alt=""
-            />
-            <p class="advice-name">微信</p>
-            <p class="advice-name">公众号</p>
-          </div>
-        </template>
-        <template #default>
-          <div
-            class="demo-rich-conent"
-            style="display: flex; gap: 16px; flex-direction: column"
-          >
-            <p class="scan">扫描关注微信公众号</p>
-            <img class="qr-code" :src="configData.official_qr_code" alt="" />
-          </div>
-        </template>
-      </el-popover>
+  <div class="seek-from">
+    <div
+      class="advice advice-1"
+      @mouseenter="handleMouseenter('phone')"
+      @mouseleave="handleMouseLeave"
+    >
+      <img class="advice-img" src="../../assets/image/dianhua.png" alt="" />
+      <p class="advice-name">电话咨询</p>
+      <div class="demo-rich-conent" v-if="typeName == 'phone'">
+        <p class="seek">400免费咨询热线</p>
+        <p class="phone">{{ configData.pre_sale_mobile }}</p>
+      </div>
     </div>
-  </el-affix>
+
+    <div
+      class="advice"
+      @mouseenter="handleMouseenter('adviser')"
+      @mouseleave="handleMouseLeave"
+    >
+      <img class="advice-img" src="../../assets/image/guwen.png" alt="" />
+      <p class="advice-name">专属顾问</p>
+      <div class="demo-rich-conent-2" v-if="typeName == 'adviser'">
+        <p class="scan">扫描添加专属顾问</p>
+        <img class="qr-code" :src="configData.service_qr_code" alt="" />
+      </div>
+    </div>
+
+    <div
+      class="advice advice-3"
+      @mouseenter="handleMouseenter('wx')"
+      @mouseleave="handleMouseLeave"
+    >
+      <img
+        class="advice-img"
+        src="../../assets/image/gongzhonghao.png"
+        alt=""
+      />
+      <p class="advice-name">微信</p>
+      <p class="advice-name">公众号</p>
+      <div class="demo-rich-conent-2" v-if="typeName == 'wx'">
+        <p class="scan">扫描关注微信公众号</p>
+        <img class="qr-code" :src="configData.official_qr_code" alt="" />
+      </div>
+    </div>
+  </div>
 </template>
 <script setup lang="ts">
 import { ref, onMounted } from "vue";
 import { config } from "../../api/config";
 const configData: any = ref({});
+const typeName: any = ref("");
+
+const handleMouseenter = (value: string) => {
+  typeName.value = value;
+};
+
+const handleMouseLeave = () => {
+  typeName.value = "";
+};
 
 const getInfo = () => {
   config({ module: "basic" }).then((res) => {
@@ -92,46 +70,86 @@ onMounted(() => {
 </script>
 <style scoped lang="less">
 .seek-from {
-  width: 64px;
-  height: 198px;
-  background: #ffffff;
   box-shadow: 0px 2px 18px -6px rgba(0, 0, 0, 0.1);
-  border-radius: 32px;
   display: flex;
   flex-direction: column;
   justify-content: space-around;
   align-items: center;
-  padding: 22px 0;
-  position: absolute;
-  right: 260px;
+  position: fixed;
+  right: 360px;
+  bottom: 100px;
+  z-index: 1000;
+  .advice-1 {
+    border-radius: 32px 32px 0 0;
+    padding-top: 10px;
+  }
+  .advice-3 {
+    border-radius: 0 0 32px 32px;
+    padding-bottom: 10px;
+  }
   .advice {
+    width: 64px;
+    height: 70px;
     display: flex;
     flex-direction: column;
     align-items: center;
+    background: #ffffff;
+    justify-content: center;
+    position: relative;
     .advice-img {
       width: 24px;
       height: 24px;
+      margin-bottom: 6px;
     }
     .advice-name {
       font-size: 12px;
       color: #222;
+      user-select: none;
+    }
+    .demo-rich-conent {
+      position: absolute;
+      background-image: url("../../assets/image/phonebg.png");
+      width: 150px;
+      height: 98px;
+      background-size: 100% 100%;
+      right: 60px;
+      display: flex;
+      flex-direction: column;
+      padding-top: 25px;
+      padding-left: 24px;
+      .seek {
+        font-size: 12px;
+        color: #222;
+        margin-bottom: 8px;
+        margin-top: 10px;
+      }
+      .phone {
+        color: #0d0fff;
+        font-size: 16px;
+      }
+    }
+    .demo-rich-conent-2 {
+      position: absolute;
+      background-image: url("../../assets/image/phonebg.png");
+      width: 230px;
+      height: 260px;
+      background-size: 100% 100%;
+      right: 60px;
+      display: flex;
+      flex-direction: column;
+      align-items: center;
+      justify-content: center;
+      padding: 14px 0;
+      .scan {
+        font-size: 12px;
+        text-align: center;
+        margin-bottom: 10px;
+      }
+      .qr-code {
+        width: 160px;
+        height: 160px;
+      }
     }
   }
 }
-.seek {
-  font-size: 12px;
-  color: #222;
-}
-.phone {
-  color: #0d0fff;
-  font-size: 16px;
-}
-.scan {
-  font-size: 12px;
-  text-align: center;
-}
-.qr-code {
-  width: 160px;
-  height: 160px;
-}
 </style>

+ 5 - 3
src/view/Cooperate/index.vue

@@ -169,8 +169,8 @@ onMounted(() => {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
-    justify-content: space-between;
-    width: 64%;
+    justify-content: center;
+    width: 70%;
     margin: 0 auto;
     margin-top: 60px;
     .card {
@@ -184,6 +184,7 @@ onMounted(() => {
       align-items: center;
       padding-left: 46px;
       margin-bottom: 26px;
+      margin-right: 24px;
       .card-back-img {
         position: absolute;
         top: 0;
@@ -245,7 +246,7 @@ onMounted(() => {
   .cooperate-card-list {
     display: flex;
     align-items: center;
-    justify-content: space-around;
+    justify-content: center;
     width: 64%;
     margin: 0 auto;
     .card {
@@ -256,6 +257,7 @@ onMounted(() => {
       display: flex;
       align-items: center;
       flex-direction: column;
+      margin-right: 30px;
       .card-img {
         width: 104px;
         height: 122px;

+ 2 - 2
src/view/Home/component/increase.vue

@@ -76,14 +76,14 @@ const emits = defineEmits(["contant"]);
   .increase-content {
     display: flex;
     align-items: center;
-    justify-content: space-between;
+    justify-content: center;
     width: 70%;
     margin: 0 auto;
     margin-top: 50px;
     .increase-card {
       width: 228px;
       height: 326px;
-      //   margin-right: 16px;
+      margin-right: 16px;
       background-color: #f5f9ff;
       display: flex;
       flex-direction: column;

+ 2 - 1
src/view/Home/component/solveQuestion.vue

@@ -104,13 +104,14 @@ onMounted(() => {
     }
     .card-list {
       display: flex;
-      justify-content: space-between;
+      justify-content: center;
       .card {
         width: 278px;
         height: 440px;
         background-color: #fff;
         border-radius: 4px;
         position: relative;
+        margin-right: 16px;
         .rail {
           width: 100%;
           height: 6px;

+ 1 - 2
src/view/Home/index.vue

@@ -91,8 +91,6 @@ const toPlugIn = () => {
 
 //试用
 const startTrial = () => {
-  console.log(window);
-  return;
   dialogTableVisible2.value = true;
 };
 
@@ -173,6 +171,7 @@ onMounted(() => {
       background-color: #e3e9ff;
       border: none;
       cursor: pointer;
+      font-size: 16px;
     }
     .explanation {
       background-color: #0d0fff;

+ 7 - 7
src/view/Login/index.vue

@@ -144,14 +144,14 @@ const checked1 = ref("");
 const time = ref(60);
 
 //跳转协议
-const agreement = (type)=>{
+const agreement = (type) => {
   router.push({
-    path:'/agreement',
-    query:{
-      type:type
-    }
-  })
-}
+    path: "/agreement",
+    query: {
+      type: type,
+    },
+  });
+};
 
 //登录接口
 const __topic__ = async () => {