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/about.css |  128 +++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 123 insertions(+), 5 deletions(-)

diff --git a/web/assets/about.css b/web/assets/about.css
index 1e3a4a8..e2f938b 100644
--- a/web/assets/about.css
+++ b/web/assets/about.css
@@ -54,8 +54,7 @@
     height: 16px;
 }
 .index-y {
-    width: 1200px;
-    margin: 0 auto;
+    width: 100%;
     padding: 60px 0;
     box-sizing: border-box;
     display: flex;
@@ -77,7 +76,8 @@
     margin-top: 18px;
 }
 .index-y-c {
-    width: 100%;
+    width: 1200px;
+    margin: 0 auto;
     height: 470px;
     display: flex;
     align-items: center;
@@ -120,7 +120,8 @@
     color: #191B1F;
 }
 .index-y-l {
-    width: 100%;
+    width: 1200px;
+    margin: 0 auto;
     margin-top: 40px;
     display: flex;
     align-items: center;
@@ -151,7 +152,8 @@
     color: #191B1F;
 }
 .index-y-img {
-    width: 100%;
+    width: 1200px;
+    margin: 0 auto;
     height: 1127px;
     margin-top: 50px;
 }
@@ -214,3 +216,119 @@
     margin-top: 40px;
     cursor: pointer;
 }
+.index-y-list {
+    width: 1200px;
+    margin: 0 auto;
+    display: flex;
+    align-items: center;
+    flex-wrap: wrap;
+    justify-content: space-between;
+    margin-top: 40px;
+}
+.index-y-list-item {
+    width: 216px;
+    display: flex;
+    flex-direction: column;
+    align-items: center;
+    justify-content: center;
+    margin-bottom: 38px;
+}
+.index-y-list-item img {
+    width: 216px;
+    height: 155px;
+}
+.index-y-list-item span {
+    font-weight: 500;
+    font-size: 15px;
+    color: #191B1F;
+    margin-top: 24px;
+}
+.index-fa-btn {
+    width: 124px;
+    height: 46px;
+    padding: 12px 20px;
+    box-sizing: border-box;
+    background: #FF7900;
+    box-shadow: 0 2px 10px 0 rgba(255,121,0,0.4);
+    border-radius: 30px;
+    display: flex;
+    align-items: center;
+    justify-content: space-between;
+    cursor: pointer;
+    margin-top: 30px;
+}
+.index-fa-btn span {
+    font-weight: 500;
+    font-size: 16px;
+    color: #FFFFFF;
+}
+.index-fa-btn img {
+    width: 16px;
+    height: 16px;
+}
+.index-y-zy {
+    width: 1200px;
+    margin: 0 auto;
+    margin-top: 40px;
+    display: flex;
+    align-items: center;
+    justify-content: space-between;
+}
+.index-y-zy-item {
+    width: 585px;
+    height: 340px;
+    background: rgba(255,255,255,0.98);
+    box-shadow: 0 2px 14px 0 rgba(223,226,232,0.36);
+    border-radius: 8px;
+    display: flex;
+    align-items: start;
+    justify-content: space-between;
+    position: relative;
+}
+.index-y-zy-item-tip {
+    position: absolute;
+    bottom: 40px;
+    right: 36px;
+    width: 37px;
+    height: 9px;
+}
+.index-y-zy-item-tip img {
+    width: 100%;
+    height: 100%;
+}
+.index-y-zy-item-img {
+    flex-shrink: 0;
+    width: 221px;
+    height: 100%;
+    display: flex;
+    align-items: center;
+    justify-content: center;
+}
+.index-y-zy-item-img img {
+    width: 100%;
+    height: 100%;
+}
+.index-y-zy-item-box {
+    flex: 1;
+    padding: 50px 36px;
+    box-sizing: border-box;
+    display: flex;
+    flex-direction: column;
+}
+.index-y-zy-item-box span:nth-child(1) {
+    font-weight: 600;
+    font-size: 20px;
+    color: #222222;
+}
+.index-y-zy-item-box span:nth-child(2) {
+    font-weight: 400;
+    font-size: 13px;
+    color: #7B7F87;
+    margin-top: 13px;
+}
+.index-y-fuwu {
+    width: 1060px;
+    height: 143px;
+    margin: 0 auto;
+    margin-top: 40px;
+}

--
Gitblit v1.9.3