Files
2025-12-31 00:49:32 +08:00

18 lines
718 B
HTML

<header class="{$TpStyle.dom_prefix}-h11-wrap">
<div class="{$TpStyle.dom_prefix}-h11-logo">
{$DomainModel->d_name}
</div>
<form class="{$TpStyle.dom_prefix}-h11-search" action="{$strSearchListUrlTemp}">
<input type="text" name="keyword" placeholder="搜索电影、电视剧、演员…" />
<button type="submit" class="{$TpStyle.dom_prefix}-h11-btn">
<svg viewBox="0 0 16 16" width="16" height="16">
<circle cx="7" cy="7" r="5" stroke="currentColor" stroke-width="2" fill="none"></circle>
<line x1="11" y1="11" x2="15" y2="15" stroke="currentColor" stroke-width="2"></line>
</svg>
</button>
</form>
</header>