Browse Source

Merge branch 'iteration-20240822-goto'

lex 8 months ago
parent
commit
9d4ae0acbf
1 changed files with 7 additions and 7 deletions
  1. 7 7
      src/tenant/music/coursewarePlay/component/video.module.less

+ 7 - 7
src/tenant/music/coursewarePlay/component/video.module.less

@@ -184,13 +184,13 @@
     justify-content: flex-start;
     // width: 100%;
     color: #fff;
-    font-size: 10px;
+    font-size: 14px;
     padding: 4px 20px;
   }
 
   .slider {
     // width: 100%;
-    padding: 0 20px;
+    padding: 0 16px 0 20px;
     --van-slider-button-width: 13px !important;
     --van-slider-button-height: 13px !important;
     --van-slider-active-background-color: #ff7c97 !important;
@@ -236,8 +236,8 @@
 
     .actionBtn {
       display: flex;
-      width: 30px;
-      height: 30px;
+      width: 26px;
+      height: 26px;
       padding: 4px 0;
       background: transparent;
 
@@ -370,13 +370,13 @@
   background: url('./../image/btn_go_practice.png') no-repeat center;
   background-size: contain;
   position: absolute;
-  right: 12px;
+  right: 16px;
   bottom: 60px;
   z-index: 11;
   transition: all .5s ease;
 
 
   &.hide {
-    transform: translateX(65px);
+    transform: translateX(70px);
   }
-}
+}