mirror of
https://gitee.com/coder-xiaomo/notes
synced 2025-09-09 04:31:38 +08:00
创建vuepress项目
This commit is contained in:
25
docs/.vuepress/public/css/search.css
Normal file
25
docs/.vuepress/public/css/search.css
Normal file
@@ -0,0 +1,25 @@
|
||||
/* 搜索框样式 */
|
||||
:root {
|
||||
--search-input-width: 12rem;
|
||||
--search-result-width: 25rem;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
:root {
|
||||
--search-bg-color: #ffffff;
|
||||
--search-accent-color: #3eaf7c;
|
||||
--search-text-color: #2c3e50;
|
||||
--search-border-color: #eaecef;
|
||||
|
||||
--search-item-text-color: #5d81a5;
|
||||
--search-item-focus-bg-color: #f3f4f5;
|
||||
|
||||
--search-input-width: 8rem;
|
||||
--search-result-width: 20rem;
|
||||
}
|
||||
|
||||
body {
|
||||
background: black;
|
||||
}
|
||||
*/
|
BIN
docs/.vuepress/public/images/logo.png
Normal file
BIN
docs/.vuepress/public/images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
Reference in New Issue
Block a user