From 8241849c550dc5da716737c0805dff692756be6f Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Thu, 4 Sep 2025 13:47:34 +0800 Subject: [PATCH] 'commit' --- dsLightRag/static/LibLib/wenshengtu.html | 360 ++++++++++++----------- 1 file changed, 181 insertions(+), 179 deletions(-) diff --git a/dsLightRag/static/LibLib/wenshengtu.html b/dsLightRag/static/LibLib/wenshengtu.html index be6d5457..5e2c251f 100644 --- a/dsLightRag/static/LibLib/wenshengtu.html +++ b/dsLightRag/static/LibLib/wenshengtu.html @@ -129,18 +129,18 @@ .model-select { margin-bottom: 20px; } - + .model-link { margin-top: 8px; font-size: 14px; color: #666; } - + .model-link a { color: #007bff; text-decoration: none; } - + .model-link a:hover { text-decoration: underline; } @@ -221,30 +221,34 @@ .close-modal:hover { color: #ccc; } - + /* 生成历史样式 */ .history-section { margin-top: 40px; padding-top: 20px; border-top: 1px solid #eee; } + .history-title { color: #333; margin-bottom: 15px; font-size: 18px; font-weight: bold; } + .history-images { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; } + .history-image-item { width: calc(20% - 15px); min-width: 120px; cursor: pointer; } + .history-image-item img { width: 100%; height: 250px; @@ -253,11 +257,12 @@ border: 2px solid #ddd; transition: all 0.3s ease; } + .history-image-item img:hover { border-color: #007bff; transform: scale(1.05); } - + /* 响应式调整 */ @media (max-width: 992px) { .model-card { @@ -274,7 +279,7 @@ .model-card img { height: 250px; } - + .param-group { min-width: 100%; } @@ -290,14 +295,15 @@ -