更新:增加“搜索”功能

This commit is contained in:
2025-11-13 10:31:08 +08:00
parent d2389b2ed1
commit 6ba3781375
7 changed files with 564 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ page {
--wot-fs-title: 18px; // 标题字号/重要正文字号
--wot-fs-content: 16px; // 普通正文
--wot-fs-secondary: 14px; // 次要信息,注释/补充/正文
--wot-fs-tertiary: 12px; // 次次要信息,注释/补充/正文
// 导航栏
--wot-navbar-background: #fff;
@@ -130,8 +131,9 @@ uni-textarea {
// font-size: var(--wot-fs-content) !important;
// }
// // tag
// .wd-tag {
// font-size: var(--wot-fs-secondary) !important;
// border-radius: 4px !important;
// }
// tag
.wd-tag {
font-size: var(--wot-fs-tertiary) !important;
border-radius: 4px !important;
padding: 2px 6px !important;
}