qiushang 1 年之前
父节点
当前提交
e3d9acaa68
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      public/static/ebook/ebook.css
  2. 1 1
      resources/views/home/http/common/header.blade.php

+ 1 - 1
public/static/ebook/ebook.css

@@ -9,7 +9,7 @@
     -moz-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
     -ms-transform: translateY(-10px);}
     -ms-transform: translateY(-10px);}
 
 
-.head{background:url(../bg1.png) center center no-repeat;background-size:100% 100%;height:581px;}
+.head{background:url(./bg1.png) center center no-repeat;background-size:100% 100%;height:581px;}
 .head .logolay{float:left;width:100%;margin-top:20px;}
 .head .logolay{float:left;width:100%;margin-top:20px;}
 .head .logolay img{float:left;margin-right:20px;}
 .head .logolay img{float:left;margin-right:20px;}
 .head .logolay span{float:left;height:40px;line-height:40px;font-size:26px;color:#fff;}
 .head .logolay span{float:left;height:40px;line-height:40px;font-size:26px;color:#fff;}

+ 1 - 1
resources/views/home/http/common/header.blade.php

@@ -88,7 +88,7 @@ $uri = \Illuminate\Support\Facades\Route::getCurrentRoute()->uri();
     }
     }
 
 
     // jiance
     // jiance
-    checkLogin();
+    //checkLogin();
 
 
     /**
     /**
      * todo 测试登录 后期删除
      * todo 测试登录 后期删除