19 lines
845 B
HTML
19 lines
845 B
HTML
<header class="{$TpStyle.dom_prefix}-h13-wrap">
|
|
|
|
<div class="{$TpStyle.dom_prefix}-h13-row">
|
|
<div class="{$TpStyle.dom_prefix}-h13-logo">{$DomainModel->d_name}</div>
|
|
|
|
<button class="{$TpStyle.dom_prefix}-h13-btn" onclick="document.querySelector('.{$TpStyle.dom_prefix}-h13-input').focus();">
|
|
<svg viewBox="0 0 16 16" width="16" height="16">
|
|
<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 class="{$TpStyle.dom_prefix}-h13-form" action="{$strSearchListUrlTemp}">
|
|
<input type="text" class="{$TpStyle.dom_prefix}-h13-input" name="keyword" placeholder="输入影片名试试看…" />
|
|
</form>
|
|
|
|
</header>
|