update style
This commit is contained in:
parent
a970941a8f
commit
c58ebc1d98
|
@ -42,8 +42,10 @@ $this->headLink()->appendStylesheet('/static-sanjy-np/css/about.css');
|
||||||
<div class="col-md-4" style="padding-right: 0;">
|
<div class="col-md-4" style="padding-right: 0;">
|
||||||
<h6>站内搜索</h6>
|
<h6>站内搜索</h6>
|
||||||
<div class="searchBox">
|
<div class="searchBox">
|
||||||
<i>搜索</i>
|
<i onclick="$('#search-form').submit()">搜索</i>
|
||||||
<input type="text" placeholder="请输入搜索内容" />
|
<form action="/search" id="search-form">
|
||||||
|
<input type="text" name="q" id="q" class="form-control" placeholder="搜素关键词">
|
||||||
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<h6>热点新闻</h6>
|
<h6>热点新闻</h6>
|
||||||
<div class="block current">
|
<div class="block current">
|
||||||
|
|
|
@ -45,7 +45,7 @@ $this->headLink()->appendStylesheet('/static-sanjy-np/css/about.css')
|
||||||
?>
|
?>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><img src="/static-sanjy-np/img/map_img.jpg" width="183" height="174"></p>
|
<p><img src="/static-sanjy-np/img/sjy-02.jpg" width="242" height="174"></p>
|
||||||
<div class="in_phone"><p class="y_1 color_3">0931-4967287</p><span class="y_2">欢迎您来电咨询</span></div>
|
<div class="in_phone"><p class="y_1 color_3">0931-4967287</p><span class="y_2">欢迎您来电咨询</span></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue