Forráskód Böngészése

fix:修改屏幕大于2200px产生的错位

aamin 2 éve
szülő
commit
13e7c5b58c

BIN
H5场景本地化/dist.zip


+ 7 - 0
H5场景本地化/public/static/css/css/main.css

@@ -3882,6 +3882,13 @@ a.hasHover:hover, a:active {
     cursor: pointer;
 }
 
+@media screen and (min-width: 1920) {
+    #play, #pause{
+        justify-content: left;
+    }
+  }
+
+
 @media screen and (max-width: 800px) {
     #play, #pause{
         margin-top: -5px ;

+ 1 - 3
H5场景本地化/public/static/css/main.css

@@ -4403,11 +4403,9 @@ a.tag-link {
   }
 }
 
-@media only screen and (min-width: 1700px) and (max-width: 2200px) {
+@media only screen and (min-width: 1700px) {
   #play,
   #pause {
-    /* width: 200px; */
-    /* margin-left: 5vw; */
     justify-content: left;
     margin-top: -4px;
   }