Browse Source

Update musicScore.module.less

lex 10 months ago
parent
commit
8a7f4d00df
1 changed files with 21 additions and 11 deletions
  1. 21 11
      src/views/courseware-play/component/musicScore.module.less

+ 21 - 11
src/views/courseware-play/component/musicScore.module.less

@@ -4,6 +4,7 @@
   height: 100%;
   -webkit-overflow-scrolling: touch;
   overflow: scroll;
+
   .container {
     position: relative;
     display: block;
@@ -12,6 +13,7 @@
     height: 100%;
     z-index: 10;
   }
+
   .musicModel {
     position: absolute;
     left: 0;
@@ -20,6 +22,7 @@
     bottom: 0;
   }
 }
+
 .errorModel {
   position: absolute;
   left: 0;
@@ -33,22 +36,25 @@
   overflow: hidden;
 }
 
-.startBtn{
+.startBtn {
   position: absolute;
   left: 1%;
-  bottom: 0.83333rem;
+  bottom: 1.93333rem;
   z-index: 11;
-  &:active{
+
+  &:active {
     opacity: .8;
   }
 }
-.loading{
+
+.loading {
   position: absolute;
   left: 4%;
   top: 50%;
   margin-top: -15Px;
 }
-.skeletonWrap{
+
+.skeletonWrap {
   position: absolute;
   left: 0;
   top: 0;
@@ -63,20 +69,24 @@
   background: #fff;
   pointer-events: none;
 }
+
 .skeleton {
   --van-skeleton-paragraph-height: 24px;
-  :global{
-    .van-skeleton__content{
-      .van-skeleton-paragraph{
+
+  :global {
+    .van-skeleton__content {
+      .van-skeleton-paragraph {
         margin: 12px auto;
         width: 80% !important;
-        &:first-child{
+
+        &:first-child {
           width: 60% !important;
         }
-        &:last-child{
+
+        &:last-child {
           width: 80% !important;
         }
       }
     }
   }
-}
+}