From 410d691fd75a9170dc55a079d8eb92cd0ac49fae Mon Sep 17 00:00:00 2001 From: ChenQiuYu Date: Sat, 17 May 2025 10:53:19 +0800 Subject: [PATCH] dev --- src/views/social/directory.vue | 111 ++++++++++++++++++++------------- 1 file changed, 66 insertions(+), 45 deletions(-) diff --git a/src/views/social/directory.vue b/src/views/social/directory.vue index f7d2402..fcebca3 100644 --- a/src/views/social/directory.vue +++ b/src/views/social/directory.vue @@ -63,7 +63,7 @@ - +
-
+
开始更新
@@ -92,52 +92,57 @@
-
- -
- 开始更新 -
-
-
-
-
- {{ tip }} +
+
+ +
+ 开始更新
-
- +
+
+
+
+ {{ tip }} +
+
+ +
-
- -
- 开始更新 -
-
-
-
-
- {{ tip }} +
+
+ +
+ 开始更新
-
- +
+
+
+
+ {{ tip }} +
+
+ +
@@ -403,24 +408,36 @@ const update1319 = () => { } -.content-new{ +.content-new { height: 100%; display: flex; flex-direction: column; + .update_box { width: 100%; height: 90px; - padding: 24px 24px 0; + padding: 24px; display: flex; + justify-content: space-between; + + .startBtn { + height: 100%; + margin-left: 24px; + display: flex; + justify-content: center; + align-items: center; + } } + .tip-body { flex: 1; padding: 0 24px 24px; min-height: 0; + .tip { width: 100%; height: 100%; - background: #1458df; + background: #F9FAFC; border-radius: 8px; font-weight: 500; font-size: 16px; @@ -429,6 +446,7 @@ const update1319 = () => { display: flex; flex-direction: column; justify-content: space-between; + padding: 24px; } } } @@ -442,6 +460,9 @@ const update1319 = () => { font-size: 16px; color: #999999; font-style: normal; + display: flex; + flex-direction: column; + justify-content: space-between; &-message { margin-bottom: 24px;