更新:增加“搜索”功能
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user