瀏覽代碼

修改样式

shaogen1995 3 年之前
父節點
當前提交
28eb1e8795

+ 7 - 7
SuperTwo762/css/main.css

@@ -3450,10 +3450,10 @@ a.hasHover:hover, a:active {
 
 .pinBottom.left {
     z-index: 50;
-    background: rgba(0, 0, 0, 0.2);
+    /* background: rgba(0, 0, 0, 0.2); */
     border-radius: 10px;
     left: 10px;
-    bottom: 10px;
+    bottom: 20px;
 }
 
 .pinBottom.left .icon {
@@ -3480,7 +3480,7 @@ a.hasHover:hover, a:active {
 }
 
 #gui-modes-map>div[rel]:hover, .pinBottom.right .rightViewContainer>div:hover, #play:hover {
-    background: rgba(0, 0, 0, 0.25);
+    /* background: rgba(0, 0, 0, 0.25); */
 }
 
 /*#gui-modes-map > div:hidden{ border-top-right-radius: 10px; border-bottom-right-radius:10px; }*/
@@ -3932,7 +3932,7 @@ a.hasHover:hover, a:active {
 }
 
 #gui-parent #pullTab.opened, #gui-parent #gui-modes-map>div.active {
-    background: rgba(0, 0, 0, 0.3);
+    /* background: rgba(0, 0, 0, 0.3); */
 }
 
 #pullTab.opened .icon-dpad-up:before {
@@ -3992,7 +3992,7 @@ a.hasHover:hover, a:active {
 }
 
 #gui .pinBottom.open {
-    bottom: 140px
+    bottom: 150px
 }
 
 #gui .pinBottom.open.noScroll {
@@ -4000,7 +4000,7 @@ a.hasHover:hover, a:active {
 }
 
 #gui .pinBottom.open.playing {
-    bottom: 150px
+    bottom: 178px
 }
 
 #gui .pinBottom-container.drawerOpen .pinBottom.open.noScroll.playing {
@@ -4012,7 +4012,7 @@ a.hasHover:hover, a:active {
 }
 
 #gui #drawer.playing, #gui .pinBottom.playing {
-    bottom: 20px
+    bottom: 31px
 }
 
 #thumb-container .thumbImg {

二進制
SuperTwo762/images/auto-suspend.png


二進制
SuperTwo762/images/auto.png


二進制
SuperTwo762/images/dollhouse.png


二進制
SuperTwo762/images/floor.png


二進制
SuperTwo762/images/inside.png


二進制
SuperTwo762/images/pause.png


二進制
SuperTwo762/images/play.png


+ 8 - 1
SuperTwo762/index.html

@@ -43,7 +43,14 @@
           opacity: 0.9;
             font-size: 12px;
         }
-    
+    .viewContainer img {
+        width: 85px;
+        height: 95px;
+    }
+    #gui-modes-map div img {
+        width: 85px;
+        height: 95px;
+    }
     </style>
 </head>
 

+ 2 - 2
SuperTwo762/js/myShow.js

@@ -1,7 +1,7 @@
 var g_ProjectName=window.location.pathname.substring(window.location.pathname.indexOf("/")+1,window.location.pathname.lastIndexOf("/"));
-// var g_Prefix="https://super.4dage.com/";
+var g_Prefix="http://192.168.0.44:8110/";
 // var g_Prefix=window.location.href.substring(0,window.location.href.indexOf("/index.html")+1);
-var g_Prefix=window.location.origin+'/';
+// var g_Prefix=window.location.origin+'/';
 
 var s = window.location.href.split('/');
 s.pop();

+ 1 - 1
code/src/pages/index/index.vue

@@ -33,7 +33,7 @@ import bg from '@/components/background'
 
 
 // http://192.168.0.44:8110/
-let temp = ''
+let temp = 'http://192.168.0.44:8110'
 const outKey = "791"
 const inKey = "762"