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_details.css | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 50 insertions(+), 0 deletions(-)
diff --git a/web/assets/dynamics_details.css b/web/assets/dynamics_details.css
new file mode 100644
index 0000000..fb6fc18
--- /dev/null
+++ b/web/assets/dynamics_details.css
@@ -0,0 +1,50 @@
+
+.index-a {
+ width: 1200px;
+ height: 84px;
+ margin: 0 auto;
+ display: flex;
+ align-items: center;
+}
+.index-a-tips {
+ font-weight: 400;
+ font-size: 16px;
+ color: #191B1F;
+}
+.index-a-go {
+ font-weight: 400;
+ font-size: 16px;
+ color: #CCCCCC;
+ margin: 0 10px;
+}
+.index-a-tips1 {
+ font-weight: 500;
+ font-size: 16px;
+ color: #191B1F;
+}
+.index-a-info {
+ width: 1200px;
+ margin: 0 auto;
+ padding-bottom: 60px;
+ box-sizing: border-box;
+}
+.index-a-info-title {
+ font-weight: bold;
+ font-size: 50px;
+ color: #191B1F;
+}
+.index-a-info-date {
+ font-weight: 400;
+ font-size: 16px;
+ color: #7B7F87;
+ margin-top: 20px;
+}
+.index-a-info-x {
+ width: 100%;
+ height: 1px;
+ margin: 40px 0;
+ background-color: #DFE2E8;
+}
+.index-a-info-content {
+
+}
--
Gitblit v1.9.3