瀏覽代碼

新增积分系统

XieXing 3 月之前
父節點
當前提交
9d6cf98be6
共有 1 個文件被更改,包括 11 次插入11 次删除
  1. 11 11
      shudao-vue-frontend/src/views/mobile/m-Index.vue

+ 11 - 11
shudao-vue-frontend/src/views/mobile/m-Index.vue

@@ -898,10 +898,10 @@ onBeforeUnmount(() => {
     
     .mobile-ai-chat-icon {
       position: absolute;
-      top: 15px;
-      left: 15px;
-      width: 70px;
-      height: 70px;
+      top: 20px;
+      left: 30px;
+      width: 110px;
+      height: 110px;
       z-index: 3;
       
       .mobile-chat-icon-img {
@@ -913,16 +913,16 @@ onBeforeUnmount(() => {
     
     .mobile-ai-chat-images {
       position: absolute;
-      top: 20px;
+      top: 40px;
       right: 10px;
-      width: 140px;
-      height: 100px;
+      width: 182px;
+      height: 130px;
       z-index: 3;
       
       .mobile-chat-img {
         position: absolute;
-        width: 90px;
-        height: 50px;
+        width: 117px;
+        height: 65px;
         object-fit: cover;
         border-radius: 6px;
         border: 2px solid #FFFFFF;
@@ -936,8 +936,8 @@ onBeforeUnmount(() => {
       }
       
       .mobile-chat-img-front {
-        top: 20px;
-        left: 35px;
+        top: 26px;
+        left: 45.5px;
         transform: rotate(6deg);
         z-index: 2;
       }