-
Notifications
You must be signed in to change notification settings - Fork 281
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: jacknan <[email protected]>
- Loading branch information
Showing
4 changed files
with
49 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,32 @@ | ||
:root { | ||
--ti-mobile-search-height: 44px; | ||
--ti-mobile-search-input-height: 32px; | ||
--ti-mobile-search-input-border-radius: 32px; | ||
--ti-mobile-search-input-bg-color-gray: var(--ti-mobile-common-bg-color-dark-gray, #f5f5f5); | ||
--ti-mobile-search-input-bg-color-primary: rgba(255, 255, 255, 0.15); | ||
--ti-mobile-search-font-size: 14px; | ||
--ti-mobile-search-text-color-gray: var(--ti-mobile-common-color-text-primary, #191919); | ||
--ti-mobile-search-text-color-primary: var(--ti-mobile-common-color-text-white, #fff); | ||
--ti-mobile-search-icon-fill-color-gray: #dbdbdb; | ||
--ti-mobile-search-icon-fill-color-primary: #fff; | ||
--ti-mobile-search-caret-color-primary: var(--ti-mobile-common-color-line-white, #fff); | ||
--ti-mobile-search-caret-color-gray: var(--ti-mobile-common-color-line-hightlight, #4a79fe); | ||
--ti-mobile-search-bg-color-primary: var(--ti-mobile-common-bg-color-blue-1, #3168f1); | ||
--ti-mobile-search-bg-color-gray: var(--ti-mobile-common-bg-color-white, #fff); | ||
--ti-mobile-search-placeholder-text-color-primary: var(--ti-mobile-common-color-text-placeholder-primary, #dbe5fc); | ||
--ti-mobile-search-placeholder-text-color-gray: var(--ti-mobile-common-color-text-placeholder-gray, #acacac); | ||
// 搜索框高度 | ||
--ti-mobile-search-height: 56px; | ||
// 输入框高度 | ||
--ti-mobile-search-input-height: 40px; | ||
// 输入文字尺寸 | ||
--ti-mobile-search-font-size: var(--ti-mobile-font-size-l, 16px); | ||
// 灰色主题输入框背景色 | ||
--ti-mobile-search-input-bg-color-gray: var(--ti-mobile-color-bg-default, #f5f5f5); | ||
// 常规主题输入框背景色 | ||
--ti-mobile-search-input-bg-color-primary: var(--ti-mobile-color-bg-container-1, #fff); | ||
// 灰色主题文字颜色 | ||
--ti-mobile-search-text-color-gray: var(--ti-mobile-color-text-primary, #191919); | ||
// 常规主题文字颜色 | ||
--ti-mobile-search-text-color-primary: var(--ti-mobile-color-text-primary, #191919); | ||
// 灰色主题搜索图标填充色 | ||
--ti-mobile-search-icon-fill-color-gray: var(--ti-mobile-color-icon-default, #808080); | ||
// 常规主题搜索图标填充色 | ||
--ti-mobile-search-icon-fill-color-primary: var(--ti-mobile-color-icon-default, #808080); | ||
// 常规主题搜索图标填充色 | ||
--ti-mobile-search-caret-color-primary: var(--ti-mobile-color-text-primary, #191919); | ||
// 灰色主题搜索图标填充色 | ||
--ti-mobile-search-caret-color-gray: var(--ti-mobile-color-text-primary, #191919); | ||
// 常规主题背景色 | ||
--ti-mobile-search-bg-color-primary: var(--ti-mobile-color-bg-default, #f5f5f5); | ||
// 灰色主题背景色 | ||
--ti-mobile-search-bg-color-gray: var(--ti-mobile-color-bg-container-1, #fff); | ||
// 常规主题占位文字颜色 | ||
--ti-mobile-search-placeholder-text-color-primary: var(--ti-mobile-color-text-placeholder, #808080); | ||
// 灰色主题占位文字颜色 | ||
--ti-mobile-search-placeholder-text-color-gray: var(--ti-mobile-color-text-placeholder, #808080); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters