黄琪勇 hai 3 meses
pai
achega
3186dbd54f

+ 3 - 3
src/page-instrument/header-top/index.module.less

@@ -6,12 +6,12 @@
     flex-shrink: 0;
     margin-left: calc(-1 * var(--detailDataPaddingLeft));
     padding: 0 30px;
-    background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 19%, rgba(255,255,255,0.9) 100%);
+    background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 19%, rgba(255,255,255,1) 100%);
     &.follow{
-        background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(240,250,252,0.7) 19%, rgba(255,255,255,0.9) 100%);
+        background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(240,250,252,0.8) 19%, rgba(255,255,255,1) 100%);
     }
     &.evaluating{
-        background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(221,248,254,0.7) 19%, rgba(225,242,251,0.9) 100%);
+        background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(221,248,254,0.8) 19%, rgba(225,242,251,1) 100%);
     }
     &.headerTopRight {
         justify-content: flex-end;

+ 2 - 2
src/page-instrument/view-evaluat-report/component/share-top/index.module.less

@@ -404,9 +404,9 @@
         }
         .audioBga{
             position: absolute;
-            width: 110%;
+            width: 120%;
             top: 44%;
-            transform: translate(-5%, -50%);
+            transform: translate(-10%, -50%);
         }
         .audioVisualizer {
             position: absolute;