generated from dellevin/template
111
This commit is contained in:
37
index.html
37
index.html
@@ -42,6 +42,43 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- 搜索功能 -->
|
||||
<div id="search-overlay" class="search-overlay">
|
||||
<div class="search-modal">
|
||||
<button class="search-lock-btn" id="search-lock-btn" title="搜索常驻">
|
||||
<svg id="lock-icon-open" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect>
|
||||
<path d="M7 11V7a5 5 0 0 1 10 0v4"></path>
|
||||
</svg>
|
||||
<svg id="lock-icon-closed" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" style="display: none;">
|
||||
<rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect>
|
||||
<path d="M7 11V7a5 5 0 0 1 9.9-1"></path>
|
||||
</svg>
|
||||
</button>
|
||||
<div class="search-box">
|
||||
<div class="search-engine-selector" id="search-engine-selector">
|
||||
<img src="./static/img/search_icon/google.png" alt="Google" id="search-engine-icon" />
|
||||
<div class="search-engine-dropdown" id="search-engine-dropdown">
|
||||
<div class="engine-option active" data-engine="google" data-icon="./static/img/search_icon/google.png">
|
||||
<img src="./static/img/search_icon/google.png" alt="Google" /> Google
|
||||
</div>
|
||||
<div class="engine-option" data-engine="baidu" data-icon="./static/img/search_icon/baidu.png">
|
||||
<img src="./static/img/search_icon/baidu.png" alt="Baidu" /> Baidu
|
||||
</div>
|
||||
<div class="engine-option" data-engine="duckduckgo" data-icon="./static/img/search_icon/DuckDuckGo.png">
|
||||
<img src="./static/img/search_icon/DuckDuckGo.png" alt="DuckDuckGo" /> DuckDuckGo
|
||||
</div>
|
||||
<div class="engine-option" data-engine="yandex" data-icon="./static/img/search_icon/Yandex.png">
|
||||
<img src="./static/img/search_icon/Yandex.png" alt="Yandex" /> Yandex
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<input type="text" id="global-search-input" placeholder="Search..." autocomplete="off" />
|
||||
<button id="global-search-btn">搜索</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="letter-container">
|
||||
<!-- 语言切换按钮 -->
|
||||
<div class="lang-switch-container">
|
||||
|
||||
Reference in New Issue
Block a user