Browse Source

feat:美化书籍详情的展示

yangyi 1 month ago
parent
commit
dd984bc317
1 changed files with 9 additions and 0 deletions
  1. 9 0
      client/src/main/resources/css/style.css

+ 9 - 0
client/src/main/resources/css/style.css

@@ -311,6 +311,15 @@
 /* ── 分割线 ── */
 .separator {
     -fx-background-color: -color-border;
+    -fx-pref-height: 1px;
+    -fx-min-height: 1px;
+    -fx-max-height: 1px;
+    -fx-padding: 0;
+    -fx-opacity: 0.6;
+}
+.separator .line {
+    -fx-border-width: 0;
+    -fx-padding: 0;
 }
 
 /* ── 统计进度条行 ── */