소스 검색

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