Browse Source

样式修改

黄琪勇 8 months ago
parent
commit
ba77e00e21

+ 2 - 2
src/page-instrument/component/the-music-list/index.module.less

@@ -165,7 +165,7 @@
         flex-grow: 1;
         overflow: hidden;
         .name{
-            line-height: 17px;
+            line-height: 20px;
             font-weight: 600;
             font-size: 16px;
             color: #333333;
@@ -176,7 +176,7 @@
         .detail{
             display: flex;
             align-items: center;
-            margin-top: 8px;
+            margin-top: 6px;
             height: 14px;
             .usedNum{
                 display: flex;

+ 8 - 8
src/page-instrument/custom-plugins/ExerciseStatistics/index.module.less

@@ -1,6 +1,6 @@
 .exerciseStatistics {
     position: fixed;
-    left: 12px;
+    left: 17px;
     bottom: 28px;
     box-sizing: border-box;
     z-index: 110;
@@ -21,8 +21,8 @@
     .icon {
         position: relative;
         display: block;
-        width: 32px;
-        height: 32px;
+        width: 37px;
+        height: 37px;
         transition: all var(--animation-time);
         // box-shadow: 0px 2px 4px 0px rgba(2,91,86,0.63);
         filter: drop-shadow(0px 2px 4px rgba(2, 91, 86, 0.4));
@@ -31,14 +31,14 @@
     .btnTietle {
         position: absolute;
         left: -20%;
-        bottom: -25%;
+        bottom: -22%;
         background: linear-gradient(180deg, #FF9941 0%, #FFC174 100%);
         border-radius: 6px;
         box-shadow: 0px 2px 4px 0px rgba(2, 91, 86, 0.4);
-        font-size: 9px;
+        font-size: 11px;
         white-space: nowrap;
         padding: 0 4px;
-        line-height: 12px;
+        line-height: 16px;
         transition: all var(--animation-time);
         transform-origin: center center;
     }
@@ -53,8 +53,8 @@
         padding: 3px;
         background: rgba(0, 73, 68, .4);
         .icon {
-            width: 22px;
-            height: 22px;
+            width: 26px;
+            height: 26px;
             filter:none;
         }
         .btnTietle{

+ 1 - 1
src/page-instrument/evaluat-model/earphone/index.module.less

@@ -20,7 +20,7 @@
     .earphoneBtn {
         position: absolute;
         left: 50%;
-        bottom: 24px;
+        bottom: 28px;
         width: 133px;
         height: 39px;
         transform: translateX(-50%);

+ 1 - 1
src/page-instrument/evaluat-model/index.module.less

@@ -151,7 +151,7 @@
     .earphoneBtn {
         position: absolute;
         left: 50%;
-        bottom: 24px;
+        bottom: 28px;
         width: 133px;
         height: 39px;
         transform: translateX(-50%);

+ 1 - 1
src/page-instrument/follow-model/microphone/index.module.less

@@ -66,7 +66,7 @@
     .earphoneBtn {
         position: absolute;
         left: 50%;
-        bottom: 26px;
+        bottom: 28px;
         transform: translateX(-50%);
         display: flex;
         .earBtn{

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

@@ -1,7 +1,7 @@
 .speedContainer{
     width: 334px;
     &.isHideBeat .content{
-        height: 190px;
+        height: 172px;
     }
     .head{
         height: 42px;