소스 검색

样式修改

黄琪勇 6 달 전
부모
커밋
4ec053e484

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
src/page-instrument/header-top/image/glMode.json


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
src/page-instrument/header-top/image/lxMode.json


+ 5 - 7
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.7) 100%);
+    background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 19%, rgba(255,255,255,0.9) 100%);
     &.follow{
-        background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(240,250,252,0.7) 19%, rgba(255,255,255,0.7) 100%);
+        background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(240,250,252,0.7) 19%, rgba(255,255,255,0.9) 100%);
     }
     &.evaluating{
-        background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(221,248,254,0.7) 19%, rgba(225,242,251,0.7) 100%);
+        background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(221,248,254,0.7) 19%, rgba(225,242,251,0.9) 100%);
     }
     &.headerTopRight {
         justify-content: flex-end;
@@ -122,14 +122,12 @@
     position: fixed;
     top: 20px;
     right: 30px;
-    height: 36px;
-    border-radius: 16px;
+    border-radius: 20px;
     background: #FFFFFF;
-    border-radius: 16px;
     border: 3px solid #B5ECF1;
     display: flex;
     align-items: center;
-    padding: 0 10px;
+    padding: 6px 10px;
 
     .img {
         width: 18px;

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

@@ -404,9 +404,9 @@
         }
         .audioBga{
             position: absolute;
-            width: 100%;
+            width: 110%;
             top: 44%;
-            transform: translateY(-50%);
+            transform: translate(-5%, -50%);
         }
         .audioVisualizer {
             position: absolute;
@@ -505,7 +505,7 @@
     flex-wrap: wrap;
     margin-top: 16px;
     position: relative;
-    padding-bottom: 22px;
+    padding-bottom: 16px;
 
     .item {
         width: 50%;

+ 1 - 1
src/view/selection/index.module.less

@@ -84,7 +84,7 @@
 .scoreItem {
     position: absolute;
     left: 80%;
-    top: -120%;
+    top: -45px;
     transform: translateX(-50%);
     font-size: 18px;
     font-family: "Roboto", sans-serif;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.