Browse Source

修改样式

lex-xin 3 months ago
parent
commit
3658e36076

+ 1 - 1
src/views/coursewarePlay/component/video.module.less

@@ -383,7 +383,7 @@
 .sliderPopup {
   position: absolute;
   z-index: 9999;
-  left: 115px;
+  left: 120px;
   bottom: 46px;
   display: flex;
   align-items: center;

+ 3 - 2
src/views/coursewarePlay/index.module.less

@@ -404,7 +404,7 @@
 .playRecordTime {
   // width: 90px;
   // margin-right: 10px;
-  background: rgba(0, 0, 0, 0.1);
+  background: rgba(0, 0, 0, 0.4);
   border-radius: 20px;
   font-size: 12px;
   padding: 6px 8px;
@@ -417,9 +417,10 @@
     width: 4px;
     height: 4px;
     background: #ff4e19;
-    // border: 0.5px solid #ffffff;
+    border: 0.5px solid #ffffff;
     border-radius: 50%;
     margin-right: 6px;
+    box-sizing: content-box;
     // animation: loadFade 1s ease-in-out infinite;
   }
 }