瀏覽代碼

feat:美化书籍详情的展示

yangyi 1 月之前
父節點
當前提交
dd984bc317
共有 1 個文件被更改,包括 9 次插入0 次删除
  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;
 }
 
 /* ── 统计进度条行 ── */