tremble 4 years ago
parent
commit
7a64ad14ae
3 changed files with 7 additions and 5 deletions
  1. 4 4
      edit-backstage/css/main.css
  2. 1 1
      edit-backstage/js/manage.js
  3. 2 0
      web/src/views/gui/newguide.vue

+ 4 - 4
edit-backstage/css/main.css

@@ -831,7 +831,7 @@ hr {
 
 .icon-fullscreen-exit:before {
     content: "";
-    background: url("https://super.4dage.com/images/narrow_off.png") center top no-repeat;
+    background: url("../images/narrow_off.png") center top no-repeat;
     background-size: 100%;
     display: inline-block;
     width: 24px;
@@ -840,7 +840,7 @@ hr {
 
 .icon-fullscreen:before {
     content: "";
-    background: url("https://super.4dage.com/images/enlarge_on.png")center top no-repeat;
+    background: url("../images/enlarge_on.png")center top no-repeat;
     background-size: 100%;
     display: inline-block;
     width: 24px;
@@ -3712,7 +3712,7 @@ a.hasHover:hover, a:active {
 .gui-floor-icon {
     width: 32px;
     height: 29px;
-    background: url("https://super.4dage.com/images/floor-icon.png") left top no-repeat;
+    background: url("../images/floor-icon.png") left top no-repeat;
     background-size: 98%;
 }
 
@@ -6345,7 +6345,7 @@ a.hasHover.tag-link:hover {
     display: block;
     width: 18px;
     height: 18px;
-    background: url("https://super.4dage.com/images/4dage-logo.png")left top no-repeat;
+    background: url("../images/4dage-logo.png")left top no-repeat;
     background-size: 100%;
 }
 

+ 1 - 1
edit-backstage/js/manage.js

@@ -3,7 +3,7 @@ var Manage = function(){
     this.weixinURL = "https://res.wx.qq.com/open/js/jweixin-1.2.0.js",
     this.time = "?"+new Date().getTime();
     this.loadAudio();
-    this.loadWeixin();
+    // this.loadWeixin();
 }
 //动态加载js文件
 Manage.prototype.LoadJs = function(_files, succes){

+ 2 - 0
web/src/views/gui/newguide.vue

@@ -263,6 +263,7 @@ export default {
           >span{
             width: calc(100% - 4px);
             margin-left: 2px;
+            margin-bottom: 2px;
           }
         }
         .hoverCls{
@@ -270,6 +271,7 @@ export default {
           >span{
             width: calc(100% - 4px);
             margin-left: 2px;
+            margin-bottom: 2px;
           }
         }
       }