gpttemp
This commit is contained in:
19
code/app/home/view/videoGpt1/head/head_12.html
Normal file
19
code/app/home/view/videoGpt1/head/head_12.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<header class="{$TpStyle.dom_prefix}-h12-wrap">
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-h12-top"></div>
|
||||
|
||||
<div class="{$TpStyle.dom_prefix}-h12-main">
|
||||
<div class="{$TpStyle.dom_prefix}-h12-logo">{$DomainModel->d_name}</div>
|
||||
|
||||
<form class="{$TpStyle.dom_prefix}-h12-search" action="{$strSearchListUrlTemp}">
|
||||
<input type="text" name="keyword" placeholder="试试输入关键词…" />
|
||||
<button type="submit" class="{$TpStyle.dom_prefix}-h12-searchBtn">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
Reference in New Issue
Block a user