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

21 lines
842 B
HTML

<header class="{$TpStyle.dom_prefix}-h18-wrap">
<div class="{$TpStyle.dom_prefix}-h18-row">
<div class="{$TpStyle.dom_prefix}-h18-logo">{$DomainModel->d_name}</div>
<button class="{$TpStyle.dom_prefix}-h18-btn" onclick="document.querySelector('.{$TpStyle.dom_prefix}-h18-input').focus();">
<svg viewBox="0 0 16 16" width="14">
<circle cx="7" cy="7" r="5" stroke="#fff" stroke-width="2" fill="none"></circle>
<line x1="11" y1="11" x2="15" y2="15" stroke="#fff" stroke-width="2"></line>
</svg>
</button>
</div>
<form style="margin-top:8px;" action="{$strSearchListUrlTemp}">
<input type="text" class="{$TpStyle.dom_prefix}-h18-input"
name="keyword"
placeholder="输入影片名称…" />
</form>
</header>