Browse Source

样式修改

黄琪勇 1 month ago
parent
commit
1869354f00

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

@@ -11,7 +11,7 @@
         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.8) 19%, rgba(225,242,251,1) 100%);
+        background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(225,242,251,0.8) 19%, rgba(225,242,251,1) 100%);
     }
     &.headerTopRight {
         justify-content: flex-end;

+ 2 - 0
src/page-instrument/header-top/settting/index.module.less

@@ -221,7 +221,9 @@
                 }
                 &.speCon{
                     .tit{
+                        margin-top: 4px;
                         flex-shrink: 0;
+                        align-self: flex-start;
                     }
                     .radioBox {
                         flex-wrap: wrap;

+ 7 - 2
src/view/rhythm/index.module.less

@@ -72,6 +72,7 @@
         }
         .rhythmBox{
             flex-wrap: wrap;
+            justify-content: initial;
             .rhythmImg{
                 &.active{
                     background-color: #ffffff;
@@ -82,10 +83,14 @@
                 height: 40px;
                 border-radius: 10px;
                 background-size: 36px 36px;
+                &:nth-child(2){
+                    margin-left: 1px;
+                }
                 &:nth-child(4){
                     margin-right: 0;
                 }
                 &:nth-child(5){
+                    margin-left: 1px;
                     margin-bottom: 0;
                 }
                 &:nth-child(6){
@@ -96,7 +101,7 @@
                     margin-bottom: 0;
                 }
                 &:first-child{
-                    margin-left: 20px;
+                    margin-left: 21px;
                     margin-right: 20px;
                     width: 110px;
                     height: 110px;
@@ -105,7 +110,7 @@
                     box-shadow: 0 0 0 4px #FFFFFF;
                     background-color: #35A8FF;
                     &.highlight {
-                        background-color: #fff;
+                        box-shadow: 0 0 0 4px transparent;
                     }
                 }
             }