update about style
This commit is contained in:
parent
24509ab614
commit
e85f975ea7
|
@ -46,7 +46,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>
|
||||
<div class="in_phone"><p class="y_1 color_3">02164057520</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 class="main inner-left col-md-9" style="padding-right:0 ;">
|
||||
|
@ -59,13 +59,15 @@ $this->headLink()->appendStylesheet('/static-sanjy-np/css/about.css')
|
|||
<?php if ($v['image'] != '') { ?>
|
||||
<a href="<?php echo $v['url']; ?>"><img class="img-responsive" src="<?= $v['image'] ?>"></a>
|
||||
<?php } else { ?>
|
||||
<a href="<?php echo $v['url']; ?>"><img class="img-responsive" src="/static-sanjy-np/img/banner03.jpg"></a>
|
||||
<a href="<?php echo $v['url']; ?>"><img class="img-responsive"
|
||||
src="/static-sanjy-np/img/banner03.jpg"></a>
|
||||
<?php } ?>
|
||||
|
||||
</figure>
|
||||
<div class="entry-summary post-summary">
|
||||
<header class="entry-header">
|
||||
<h2 class="entry-title post-title"><a href="<?php echo $v['url']; ?>"><?php echo $v['title']; ?></a></h2>
|
||||
<h2 class="entry-title post-title"><a
|
||||
href="<?php echo $v['url']; ?>"><?php echo $v['title']; ?></a></h2>
|
||||
</header>
|
||||
<div class="entry-meta post-meta">
|
||||
<ul>
|
||||
|
@ -88,9 +90,7 @@ $this->headLink()->appendStylesheet('/static-sanjy-np/css/about.css')
|
|||
<?php
|
||||
}
|
||||
} else {
|
||||
echo '<div class="blog-article hentry format-image">
|
||||
<div class="alert alert-warning" role="alert">暂无数据。</div>
|
||||
</div>';
|
||||
echo '<div class="blog-article hentry format-image"><div class="alert alert-warning" role="alert">暂无数据。</div></div>';
|
||||
}
|
||||
?>
|
||||
<div class="pagination-wrap">
|
||||
|
|
|
@ -346,12 +346,14 @@
|
|||
text-align: center;
|
||||
border: 1px solid #54a1f7;
|
||||
color: #54a1f7;
|
||||
float:right;
|
||||
}
|
||||
.blog-article .read-more-link:hover {
|
||||
background: #54a1f7 ;
|
||||
color: #FFFFFF!important;
|
||||
border: 1px solid #54a1f7;
|
||||
text-decoration: none;
|
||||
|
||||
}
|
||||
.blog-article .post-meta {
|
||||
color: #a5aaae;
|
||||
|
|
Loading…
Reference in New Issue