浏览代码

压缩图片

shaogen1995 3 年之前
父节点
当前提交
5464daf7ca

+ 2 - 2
SuperTwo762/css/main.css

@@ -2497,7 +2497,7 @@ body, html {
     user-select: none;
     width: 100%;
     height: 100%;
-    background: url(../images//bigBAC.png) no-repeat center;
+    background: url(../images//bigBAC.jpg) no-repeat center;
     background-size: cover;
     /* 不加这个退出全屏时带font的图标可能消失 */
 }
@@ -3344,7 +3344,7 @@ a.hasHover:hover, a:active {
 
 .darkGlass {
     background-color: rgba(207, 123, 14, 1);
-    /* background: url(../images//bigBAC.png) no-repeat center;
+    /* background: url(../images//bigBAC.jpg) no-repeat center;
     background-size: cover; */
 }
 

+ 1 - 1
SuperTwo762/css/oldVer/main0.css

@@ -39,7 +39,7 @@ iframe{
 	/* margin: 80px auto; */
 	display: none;
 	z-index: 101;
-	background: url(../../images/bigBAC.png) no-repeat center;
+	background: url(../../images/bigBAC.jpg) no-repeat center;
 	background-size: cover;
 }
 .popup-content{

二进制
SuperTwo762/images/bigBAC.jpg


二进制
SuperTwo762/images/bigBAC.png


+ 1 - 1
SuperTwo791/css/main.css

@@ -3348,7 +3348,7 @@ a.hasHover:hover, a:active {
 
 .darkGlass {
     background-color: rgba(207, 123, 14, 1);
-    /* background: url('../images/bigBAC.png') no-repeat center;
+    /* background: url('../images/bigBAC.jpg') no-repeat center;
     background-size: cover; */
 }
 

二进制
SuperTwo791/images/bigBAC.jpg


二进制
SuperTwo791/images/bigBAC.png


+ 1 - 1
SuperTwo791/index.html

@@ -44,7 +44,7 @@
             font-size: 12px;
         }
         #player{
-            background: url('./images/bigBAC.png') no-repeat center;
+            background: url('./images/bigBAC.jpg') no-repeat center;
             background-size: cover;
         }
     </style>