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