Browse Source

update ai customer

andy 4 weeks ago
parent
commit
8387427967

+ 1 - 1
layouts/index.html

@@ -3,7 +3,7 @@
 
 {{ partial "components/head.html" . }}
 <!-- Start of HubSpot Embed Code -->
-<script type="text/javascript" id="hs-script-loader" async defer src="//js-na1.hs-scripts.com/20485755.js"></script>
+<!-- <script type="text/javascript" id="hs-script-loader" async defer src="//js-na1.hs-scripts.com/20485755.js"></script> -->
 <!-- End of HubSpot Embed Code -->
 
 <body>

+ 6 - 0
layouts/partials/footer.html

@@ -46,6 +46,12 @@
     </a>
   </div>
 
+  <iframe src="https://cmm.ai/chuz/#/" width="375px" height="700px"
+    style="position: fixed; bottom: 75px; right: 3px; border: none; z-index: 1000; overflow: hidden;"
+    scrolling="no"></iframe>
+
+
+
   <!-- AI 客服嵌入按鈕 -->
   <!-- <div class="embed-ai-btn">
     <iframe src="https://cmm.ai/embed-ai/#/" height="100%" width="100%" frameborder="0" allow="camera;microphone"></iframe>

File diff suppressed because it is too large
+ 0 - 0
static/css/contact/styles-contact.css.map


File diff suppressed because it is too large
+ 207 - 28
static/css/style.css


File diff suppressed because it is too large
+ 0 - 0
static/css/style.css.map


+ 13 - 15
static/css/style.scss

@@ -1842,7 +1842,6 @@
 }
 
 @media (max-width: 767px) {
-
   // .header {
   //   height: 70vh;
   // }
@@ -2629,7 +2628,7 @@
   }
 
   .card-content {
-    &>div {
+    & > div {
       display: flex;
       flex-direction: column;
       // border: 2px solid #ffebe2;
@@ -3267,7 +3266,7 @@
     position: absolute;
     top: 30px;
     z-index: -1;
-    opacity: .5;
+    opacity: 0.5;
     transform: scale(1.5);
   }
 
@@ -3539,7 +3538,6 @@
       }
     }
 
-
     .a-item {
       display: flex;
       justify-content: end;
@@ -3686,7 +3684,7 @@
       filter: invert(33%) sepia(55%) saturate(2232%) hue-rotate(357deg) brightness(102%) contrast(89%);
     }
 
-    .content>div {
+    .content > div {
       margin-bottom: 40px;
       padding: 0px 15px;
       border-left: 1px solid rgba(0, 0, 0, 0.125);
@@ -4088,7 +4086,7 @@
     .row {
       padding: 0 5vw;
 
-      &>div {
+      & > div {
         display: flex;
         flex-direction: column;
         align-items: center;
@@ -4679,15 +4677,15 @@
       }
     }
 
-    .table-striped>tbody>tr:nth-child(odd)>td,
-    .table-striped>tbody>tr:nth-child(odd)>th {
+    .table-striped > tbody > tr:nth-child(odd) > td,
+    .table-striped > tbody > tr:nth-child(odd) > th {
       box-shadow: none;
       background-color: #fdeae1;
       border-bottom-width: 0px !important;
     }
 
-    .table-striped>tbody>tr:nth-child(even)>td,
-    .table-striped>tbody>tr:nth-child(even)>th {
+    .table-striped > tbody > tr:nth-child(even) > td,
+    .table-striped > tbody > tr:nth-child(even) > th {
       border-bottom-width: 0px !important;
     }
 
@@ -5666,12 +5664,12 @@
 .line-btn {
   a {
     position: fixed;
-    bottom: 85px;
-    right: 15px;
+    bottom: 10px;
+    right: 18px;
   }
 
   img {
-    width: 63px;
+    width: 60px;
     height: 63px;
     transition: all 0.2s ease-in-out;
 
@@ -5820,7 +5818,7 @@
     }
 
     .form-check-input {
-      margin-top: .3rem !important;
+      margin-top: 0.3rem !important;
     }
   }
-}
+}

Some files were not shown because too many files changed in this diff