From de39945b61c0ae3ad0acc39e889514b6c2dddda6 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 09 七月 2025 18:26:09 +0800
Subject: [PATCH] 提交

---
 web/assets/dynamics.css |   73 +++++++++++++++++++++++++++++++-----
 1 files changed, 63 insertions(+), 10 deletions(-)

diff --git a/web/assets/dynamics.css b/web/assets/dynamics.css
index 4cddd77..53d3b3d 100644
--- a/web/assets/dynamics.css
+++ b/web/assets/dynamics.css
@@ -51,15 +51,51 @@
     height: 16px;
 }
 .index-y {
-    width: 100%;
-    padding: 60px 0;
+    width: 1200px;
+    margin: 0 auto;
+    padding: 30px 0 60px 0;
     display: flex;
     align-content: center;
-    justify-content: center;
+    justify-content: space-between;
     box-sizing: border-box;
 }
+.index-y-cate {
+    width: 100%;
+    margin-bottom: 40px;
+}
+.index-y-cate-list {
+    width: 100%;
+    margin-bottom: 26px;
+}
+.index-y-cate-l {
+    width: 100%;
+    padding-left: 55px;
+    box-sizing: border-box;
+    display: flex;
+    flex-direction: column;
+}
+.index-y-cate-l-val {
+    font-weight: 400;
+    font-size: 16px;
+    color: #333333;
+    margin-bottom: 20px;
+    cursor: pointer;
+}
+.index-y-cate-l-val:hover {
+    color: #FF7900;
+}
+.index-y-cate-l-val:last-child {
+    margin: 0 !important;
+}
+.index-y-cate-list-label {
+    font-weight: 600;
+    font-size: 24px;
+    color: #191B1F;
+    padding-bottom: 11px;
+    border-bottom: 1px solid #DFE2E8;
+}
 .index-y-list {
-    width: 1200px;
+    flex: 1;
     display: flex;
     flex-direction: column;
 }
@@ -79,10 +115,10 @@
 }
 .item-img {
     flex-shrink: 0;
-    width: 360px;
-    height: 270px;
+    width: 240px;
+    height: 180px;
     border-radius: 8px;
-    margin-right: 30px;
+    margin-right: 24px;
     display: flex;
     align-content: center;
     justify-content: center;
@@ -94,7 +130,7 @@
 }
 .item-info {
     flex: 1;
-    height: 100%;
+    height: 180px;
     display: flex;
     justify-content: space-between;
     flex-direction: column;
@@ -105,12 +141,12 @@
 }
 .item-info-top span:nth-child(1) {
     font-weight: 500;
-    font-size: 30px;
+    font-size: 24px;
     color: #191B1F;
 }
 .item-info-top span:nth-child(2) {
     font-weight: 400;
-    font-size: 16px;
+    font-size: 14px;
     color: #333333;
     margin-top: 20px;
 }
@@ -130,3 +166,20 @@
     align-items: end;
     justify-content: end;
 }
+.index-address {
+    width: 1200px;
+    margin: 0 auto;
+    display: flex;
+    align-items: center;
+    margin-top: 30px;
+}
+.index-address span:nth-child(1) {
+    font-weight: 400;
+    font-size: 16px;
+    color: #7B7F87;
+}
+.index-address span:nth-child(2) {
+    font-weight: 400;
+    font-size: 16px;
+    color: #191B1F;
+}

--
Gitblit v1.9.3