xyg 7 months ago
parent
commit
e7d9c1d815

+ 3 - 1
nngkxxdp/src/main/resources/static/naxsb/css/qjt.css

@@ -197,11 +197,13 @@ body {
 .blsl .list {
     width: 50%;
     display: flex;
-    height: 40%;
+    align-items: center;
+    height: 33%;
 }
 
 .blsl .list .img {
     width: 40%;
+    height: 90%;
     display: flex;
     justify-content: flex-end;
     margin-right: 0.625rem;

+ 8 - 3
nngkxxdp/src/main/resources/static/naxsb/indexsyyg.html

@@ -42,9 +42,10 @@
         }
 
         .indexcot .top {
+            width: 69%;
             display: flex;
             margin: auto;
-            justify-content: center;
+            justify-content: space-between;
         }
 
         .indexcot .logo {
@@ -84,9 +85,10 @@
 
         .indexcot .title {
             display: flex;
-            width: 100%;
+            width: 69%;
+            margin: auto;
             align-items: center;
-            justify-content: center;
+            justify-content: space-between;
             margin-top: 10vh;
         }
 
@@ -105,6 +107,7 @@
         }
 
         #titleTabs {
+            width: 80%;
             max-width: 1500px;
             margin: 0 auto;
             font-size: 1.25rem;
@@ -114,7 +117,9 @@
         }
 
         #titleTabs .tab {
+            width: 100%;
             display: flex;
+            justify-content: space-between;
         }
 
         #titleTabs .tab-contents {