feat: 百科rag

This commit is contained in:
Blizzard
2026-04-23 11:13:23 +08:00
parent 40f3a8cfa8
commit 9fe2fd42e0
23 changed files with 1129 additions and 69 deletions
+18 -8
View File
@@ -83,9 +83,19 @@
flex-shrink: 0;
}
.garden-banner {
.garden-banner-bg {
width: 100%;
height: 100%;
background: linear-gradient(135deg, #558B2F 0%, #7CB342 40%, #AED581 100%);
display: flex;
align-items: center;
justify-content: center;
}
.banner-deco {
font-size: 56rpx;
letter-spacing: 24rpx;
opacity: 0.4;
}
.banner-overlay {
@@ -207,23 +217,23 @@
position: fixed;
right: 40rpx;
bottom: 60rpx;
background: #558B2F;
background: rgba(85, 139, 47, 0.92);
backdrop-filter: blur(12px);
color: white;
padding: 24rpx 40rpx;
border-radius: 60rpx;
padding: 20rpx 36rpx;
border-radius: 48rpx;
display: flex;
align-items: center;
gap: 12rpx;
box-shadow: 0 12rpx 32rpx rgba(85, 139, 47, 0.4);
gap: 10rpx;
box-shadow: 0 8rpx 28rpx rgba(85, 139, 47, 0.35);
z-index: 1000;
font-size: 28rpx;
font-size: 26rpx;
font-weight: 700;
transition: all 0.2s ease;
}
.floating-add-btn:active {
transform: scale(0.92);
box-shadow: 0 4rpx 16rpx rgba(85, 139, 47, 0.2);
}
/* List Footer */
.list-footer {