Browse Source

修改球的大小,修改图片

黄琪勇 11 months ago
parent
commit
416c68beec
2 changed files with 6 additions and 6 deletions
  1. BIN
      src/views/creation/images/videobg.png
  2. 6 6
      src/views/creation/index.module.less

BIN
src/views/creation/images/videobg.png


+ 6 - 6
src/views/creation/index.module.less

@@ -41,7 +41,7 @@
           z-index: initial;
           .plyr__controls{
               background: initial;
-              padding: 0 12px;
+              padding: 0 12px 2px;
               opacity: 1 !important;
               transform: translateY(0) !important;
               pointer-events: initial !important;
@@ -54,9 +54,9 @@
                       height: 2px;
                   }
                   input[type="range"]::-webkit-slider-thumb {
-                      width: 8px;
-                      height: 8px;
-                      margin-top: -3px;
+                      width: 6px;
+                      height: 6px;
+                      margin-top: -2px;
                       box-shadow: initial;
                   }
                   .plyr__progress__buffer{
@@ -158,10 +158,10 @@
   }
   .staffBox{
     width: 100%;
-    height: calc(var(--staffBoxHeight) + 10px);
+    height: calc(var(--staffBoxHeight) + 12px);
     position: absolute;
     bottom: 0;
-    padding-bottom: 10px;
+    padding-bottom: 12px;
     visibility: hidden;
     background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
     z-index: 1;