From 82d483406921aa92b6ce3a1af5d17d80ccb78256 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 04 七月 2025 09:39:57 +0800
Subject: [PATCH] 提交

---
 web/assets/dynamics.css |  132 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 132 insertions(+), 0 deletions(-)

diff --git a/web/assets/dynamics.css b/web/assets/dynamics.css
new file mode 100644
index 0000000..4cddd77
--- /dev/null
+++ b/web/assets/dynamics.css
@@ -0,0 +1,132 @@
+
+.index-banner {
+    width: 100%;
+    height: 800px;
+    background-image: url("../assets/images/banner_news@2x.png");
+    background-repeat: no-repeat;
+    background-size: 100% 100%;
+}
+.index-banner-c {
+    width: 1200px;
+    height: 100%;
+    margin: 0 auto;
+    display: flex;
+    flex-direction: column;
+    align-items: start;
+    justify-content: center;
+}
+.index-banner-c-a {
+    font-weight: bold;
+    font-size: 60px;
+    color: #191B1F;
+    margin-bottom: 12px;
+}
+.index-banner-c-b {
+    font-weight: 400;
+    font-size: 16px;
+    color: #191B1F;
+    margin-bottom: 50px;
+}
+.index-banner-c-c {
+    width: 124px;
+    height: 46px;
+    padding: 0 19px;
+    box-sizing: border-box;
+    display: flex;
+    align-items: center;
+    justify-content: space-between;
+    background: #FF7900;
+    box-shadow: 0 2px 10px 0 rgba(255,121,0,0.2);
+    border-radius: 30px;
+    cursor: pointer;
+}
+.index-banner-c-c span {
+    font-weight: 500;
+    font-size: 16px;
+    color: #FFFFFF;
+    margin-right: 5px;
+}
+.index-banner-c-c img {
+    width: 16px;
+    height: 16px;
+}
+.index-y {
+    width: 100%;
+    padding: 60px 0;
+    display: flex;
+    align-content: center;
+    justify-content: center;
+    box-sizing: border-box;
+}
+.index-y-list {
+    width: 1200px;
+    display: flex;
+    flex-direction: column;
+}
+.index-y-list a {
+    width: 100%;
+    margin-bottom: 50px;
+}
+.item1 {
+    width: 100%;
+    display: flex;
+    align-content: center;
+    justify-content: space-between;
+    cursor: pointer;
+}
+.item1:last-child {
+    margin: 0 !important;
+}
+.item-img {
+    flex-shrink: 0;
+    width: 360px;
+    height: 270px;
+    border-radius: 8px;
+    margin-right: 30px;
+    display: flex;
+    align-content: center;
+    justify-content: center;
+    overflow: hidden;
+}
+.item-img img {
+    width: 100%;
+    height: 100%;
+}
+.item-info {
+    flex: 1;
+    height: 100%;
+    display: flex;
+    justify-content: space-between;
+    flex-direction: column;
+}
+.item-info-top {
+    display: flex;
+    flex-direction: column;
+}
+.item-info-top span:nth-child(1) {
+    font-weight: 500;
+    font-size: 30px;
+    color: #191B1F;
+}
+.item-info-top span:nth-child(2) {
+    font-weight: 400;
+    font-size: 16px;
+    color: #333333;
+    margin-top: 20px;
+}
+.item-info-bottom {
+    font-weight: 400;
+    font-size: 16px;
+    color: #7B7F87;
+}
+.fenye {
+    display: flex;
+    align-items: center;
+    justify-content: center;
+}
+.fenye-hz {
+    width: 1200px;
+    display: flex;
+    align-items: end;
+    justify-content: end;
+}

--
Gitblit v1.9.3