Browse Source

修改bug

Jing 2 days ago
parent
commit
b2a5b67d6e

+ 1 - 1
.nuxt/manifest/latest.json

@@ -1 +1 @@
-{"id":"c85c9af1-89ef-4b30-b1a9-bbe6538b0b31","timestamp":1744855848358}
+{"id":"31432f0d-727a-45f9-bbfd-a4276b1bba88","timestamp":1744857677837}

+ 1 - 0
.nuxt/manifest/meta/31432f0d-727a-45f9-bbfd-a4276b1bba88.json

@@ -0,0 +1 @@
+{"id":"31432f0d-727a-45f9-bbfd-a4276b1bba88","timestamp":1744857677837,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}

+ 0 - 1
.nuxt/manifest/meta/c85c9af1-89ef-4b30-b1a9-bbe6538b0b31.json

@@ -1 +0,0 @@
-{"id":"c85c9af1-89ef-4b30-b1a9-bbe6538b0b31","timestamp":1744855848358,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}

+ 1 - 1
.nuxt/tsconfig.json

@@ -102,7 +102,7 @@
         "./imports"
       ],
       "#app-manifest": [
-        "./manifest/meta/c85c9af1-89ef-4b30-b1a9-bbe6538b0b31.json"
+        "./manifest/meta/31432f0d-727a-45f9-bbfd-a4276b1bba88.json"
       ],
       "#components": [
         "./components"

+ 62 - 21
assets/css/public/head.less

@@ -1,8 +1,32 @@
+.userInfo11 {
+    width: 100px;
+    height: 80px;
+    background-color: #fff;
+    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
+    border-radius: 3px;
+    position: absolute;
+    top: 40px;
+    right: 35px;
+    font-size: 14px;
+    z-index: 999;
+
+    li {
+        height: 40px;
+        line-height: 40px;
+        color: #333333;
+        padding-left: 10px;
+    }
+
+    >li:hover {
+        color: #dd7d18;
+    }
+}
+
 .tips {
     padding: 20px 0;
     text-align: center;
     font-size: 20px;
-    color: #333333;
+    color: #40663B;
     font-weight: bold;
 
     img {
@@ -29,11 +53,11 @@
 /* 页面头部 */
 header {
     width: 100%;
-    height: 201px;
+    height: 180px;
     font-size: 12px;
     font-family: PingFang SC-Regular;
     color: #666666;
-    background: url("../../../public/head/headtopbg.png") repeat-x;
+    background: url("http://img.bjzxtw.org.cn/master/bjzxtw/public/head/headtopbg.png") repeat-x;
 }
 
 .headerNav {
@@ -43,12 +67,13 @@ header {
 }
 
 .headerNav .left>span {
-    margin-right: 47px;
+    margin-right: 20px;
 }
 
 .headerNav .right {
     display: flex;
     margin-right: 10px;
+    position: relative;
 
     button {
         font-size: 12px;
@@ -102,6 +127,14 @@ header {
         vertical-align: -3px;
     }
 
+    .home {
+        background-image: url("http://img.bjzxtw.org.cn/master/bjzxtw/public/image/search.png");
+    }
+
+    .collection {
+        background-image: url("http://img.bjzxtw.org.cn/master/bjzxtw/public/image/search.png");
+    }
+
     .exit {
         line-height: 30px;
     }
@@ -113,28 +146,35 @@ header {
 
 /* // 头部logo */
 .headerLogo {
-    width: 100%;
-    height: 174px;
-
+    height: 145px;
+    position: relative;
+    //background: url("../../public/head/topBg.png") no-repeat center;
+    .titlead {
+        position: absolute;
+        bottom: 14px;
+        right: 26px;
+        width: 830px;
+        height: 110px;
+        overflow: hidden;
+        a {
+            display: block;
+            width: 830px;
+            height: 110px;
+            overflow: hidden;
+        }
+        img {
+            width: 100%;
+            height:110px;
+        }
+    }
     .inner {
-        display: flex;
-        justify-content: space-between;
-        width: 1200px;
-        margin: 0 auto;
         position: relative;
-        height: 174px;
-
-        .titlead {
-            position: absolute;
-            bottom: 30px;
-            right: 0px;
-        }
+        height: 145px;
     }
-
     .inner>img {
         width: 297px;
-        height: 114px;
-        margin-top: 30px;
+        height: 110px;
+        margin-top: 20px;
         cursor: pointer;
     }
 
@@ -153,6 +193,7 @@ header {
             display: inline-block;
             width: 30px;
             height: 30px;
+            background: url("http://img.bjzxtw.org.cn/master/bjzxtw/public/image/search.png") no-repeat;
             position: absolute;
             top: 5px;
             left: 15px;