gpttemp
This commit is contained in:
20
code/app/home/view/videoGpt1/head/head_18.html
Normal file
20
code/app/home/view/videoGpt1/head/head_18.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user