wangtao пре 6 часа
родитељ
комит
cd2ed81412
1 измењених фајлова са 8 додато и 8 уклоњено
  1. 8 8
      src/assets/styles/common/style.css

+ 8 - 8
src/assets/styles/common/style.css

@@ -6642,12 +6642,12 @@
                 position: relative;
             }
             .feedBackBox .contactAi .aiMask {
-                width:200px;
+                width:150px;
                 height:40px;
                 position: absolute;
-                left:-405px;
-                bottom:-170px;
-                background: #fff;
+                left:-250px;
+                top:-183px;
+                background: #fafbfc;
                 /* display: none; */
             }
             .feedBackBox .contactAi .aiMask img{
@@ -6655,8 +6655,8 @@
                 margin:10px auto;
             }
             .feedBackBox .contactAi .content {
-                width: 400px;
-                height:400px;
+                width: 800px;
+                height:600px;
                 padding:8px;
                 border-radius: 20px;
                 background: #fff;
@@ -6664,7 +6664,7 @@
                 /* display: none; */
                 position: absolute;
                 right: 58px;
-                bottom: -180px
+                bottom: -360px
             }
             /* .feedBackBox .contactAi:hover div {
                 display: block
@@ -6674,7 +6674,7 @@
             .feedBackBox .contactAi .content::after {
                 content: '';        /* 伪元素必备,空值即可 */
                 position: absolute; /* 脱离文档流,自由定位 */
-                top: 50%;           /* 垂直方向居中 */
+                top: 37%;           /* 垂直方向居中 */
                 right: -10px;       /* 贴紧容器右侧(数值=箭头大小,关键) */
                 transform: translateY(-50%); /* 精准垂直居中,抵消自身高度 */
                 width: 0;