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;">
|
||||
<h6>站内搜索</h6>
|
||||
<div class="searchBox">
|
||||
<i>搜索</i>
|
||||
<input type="text" placeholder="请输入搜索内容" />
|
||||
<i onclick="$('#search-form').submit()">搜索</i>
|
||||
<form action="/search" id="search-form">
|
||||
<input type="text" name="q" id="q" class="form-control" placeholder="搜素关键词">
|
||||
</form>
|
||||
</div>
|
||||
<h6>热点新闻</h6>
|
||||
<div class="block current">
|
||||
|
@ -56,10 +58,10 @@ $this->headLink()->appendStylesheet('/static-sanjy-np/css/about.css');
|
|||
</figure>
|
||||
<div class="sn-wrapper">
|
||||
<p class="s-desc">
|
||||
<a href="" >大众不惧苹果谷歌 全新电动车充电仅需大众不惧苹果谷歌大众不惧苹果谷歌</a>
|
||||
<a href="">大众不惧苹果谷歌 全新电动车充电仅需大众不惧苹果谷歌大众不惧苹果谷歌</a>
|
||||
</p>
|
||||
<span class="comments">
|
||||
<img src="../img/icon2.png" alt="" />
|
||||
<img src="../img/icon2.png" alt=""/>
|
||||
2018-05-12
|
||||
</span>
|
||||
</div>
|
||||
|
@ -75,7 +77,7 @@ $this->headLink()->appendStylesheet('/static-sanjy-np/css/about.css');
|
|||
<a href="" title="大众不惧苹果谷歌 全新电动车充电仅需">大众不惧苹果谷歌 全新电动车充电仅需</a>
|
||||
</p>
|
||||
<span class="comments">
|
||||
<img src="/static-sanjy-np/img/icon2.png" alt="" />
|
||||
<img src="/static-sanjy-np/img/icon2.png" alt=""/>
|
||||
2018-05-12
|
||||
</span>
|
||||
</div>
|
||||
|
@ -91,7 +93,7 @@ $this->headLink()->appendStylesheet('/static-sanjy-np/css/about.css');
|
|||
<a href="" title="大众不惧苹果谷歌 全新电动车充电仅需">大众不惧苹果谷歌 全新电动车充电仅需</a>
|
||||
</p>
|
||||
<span class="comments">
|
||||
<img src="/static-sanjy-np/img/icon2.png" alt="" />
|
||||
<img src="/static-sanjy-np/img/icon2.png" alt=""/>
|
||||
2018-05-12
|
||||
</span>
|
||||
</div>
|
||||
|
|
|
@ -45,7 +45,7 @@ $this->headLink()->appendStylesheet('/static-sanjy-np/css/about.css')
|
|||
?>
|
||||
</li>
|
||||
</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>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue