From d4addf82cbc987e5322e787adffd09b3fc2da979 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 23 九月 2025 16:40:49 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
server/src/main/resources/templates/assets/solution_child.css | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/server/src/main/resources/templates/assets/solution_child.css b/server/src/main/resources/templates/assets/solution_child.css
new file mode 100644
index 0000000..1217130
--- /dev/null
+++ b/server/src/main/resources/templates/assets/solution_child.css
@@ -0,0 +1,28 @@
+.index-b {
+ width: 100%;
+ padding: 60px 0;
+ box-sizing: border-box;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ flex-direction: column;
+}
+.index-b-title {
+ font-weight: 600;
+ font-size: 32px;
+ color: #191B1F;
+}
+.index-b-info {
+ font-weight: 400;
+ font-size: 16px;
+ color: #7B7F87;
+ margin-top: 15px;
+}
+.index-b-img {
+ width: 1000px;
+ height: auto;
+ margin-top: 50px;
+}
+.index-b-img img {
+ width: 100%;
+}
--
Gitblit v1.9.3