Эх сурвалжийг харах

feat:美化书籍详情的展示

yangyi 1 сар өмнө
parent
commit
dd984bc317

+ 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;
 }
 
 /* ── 统计进度条行 ── */