20 lines
853 B
HTML
20 lines
853 B
HTML
<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>
|