yangg 18 tuntia sitten
vanhempi
sitoutus
342009ccc0
1 muutettua tiedostoa jossa 11 lisäystä ja 6 poistoa
  1. 11 6
      src/views/report.vue

+ 11 - 6
src/views/report.vue

@@ -7713,8 +7713,8 @@ button,
   position: fixed;
   bottom: 10%;
   right: 5%;
-  width: 50px;
-  height: 50px;
+  width: 45px;
+  height: 45px;
   background: #4096ff;
   border-radius: 50%;
   display: flex;
@@ -7724,6 +7724,7 @@ button,
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
   transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
   z-index: 1000;
+   opacity: 0.6;
 }
 
 /* 响应式定位 - 确保在不同屏幕尺寸下都在合适位置 */
@@ -7733,6 +7734,7 @@ button,
     right: 5%;
     width: 45px;
     height: 45px;
+     opacity: 0.6;
   }
 }
 
@@ -7742,6 +7744,7 @@ button,
     right: 15%;
     width: 40px;
     height: 40px;
+     opacity: 0.6;
   }
 }
 
@@ -7750,8 +7753,9 @@ button,
   .fab {
   bottom: 10%;
   right: 5%;
-    width: 55px;
-    height: 55px;
+    width: 45px;
+    height: 45px;
+    opacity: 0.6;
   }
  
 }
@@ -7761,8 +7765,9 @@ button,
   .fab {
    bottom: 10%;
   right: 5%;
-    width: 60px;
-    height: 60px;
+   width: 45px;
+    height: 45px;
+    opacity: 0.6;
   }
 }