add search
This commit is contained in:
parent
2c970966a8
commit
cbc081caed
|
@ -27,7 +27,7 @@ $this->headLink()->appendStylesheet('/static-sanjy-np/css/about.css');
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content-warp">
|
||||
<div class="content">
|
||||
<div class="container">
|
||||
<div class="col-md-8 txtLeft" style="padding-left: 0;">
|
||||
<?php if (!empty($this->mdinfo)) { ?>
|
||||
|
@ -40,12 +40,12 @@ $this->headLink()->appendStylesheet('/static-sanjy-np/css/about.css');
|
|||
</div>
|
||||
|
||||
<div class="col-md-4" style="padding-right: 0;">
|
||||
<h5>站内搜索</h5>
|
||||
<h6>站内搜索</h6>
|
||||
<div class="searchBox">
|
||||
<i>搜索</i>
|
||||
<input type="text" placeholder="请输入搜索内容" />
|
||||
</div>
|
||||
<h5>热点新闻</h5>
|
||||
<h6>热点新闻</h6>
|
||||
<div class="block current">
|
||||
<ul class="widget-list">
|
||||
<li>
|
||||
|
|
|
@ -405,7 +405,7 @@ h2.post-title {
|
|||
margin-top: 0;
|
||||
margin-bottom: 12px;
|
||||
line-height: 1.4;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue