update about style

This commit is contained in:
avene 2018-06-24 12:35:20 +08:00
parent 24509ab614
commit e85f975ea7
2 changed files with 8 additions and 6 deletions

View File

@ -46,7 +46,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/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> </div>
<div class="main inner-left col-md-9" style="padding-right:0 ;"> <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'] != '') { ?> <?php if ($v['image'] != '') { ?>
<a href="<?php echo $v['url']; ?>"><img class="img-responsive" src="<?= $v['image'] ?>"></a> <a href="<?php echo $v['url']; ?>"><img class="img-responsive" src="<?= $v['image'] ?>"></a>
<?php } else { ?> <?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 } ?> <?php } ?>
</figure> </figure>
<div class="entry-summary post-summary"> <div class="entry-summary post-summary">
<header class="entry-header"> <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> </header>
<div class="entry-meta post-meta"> <div class="entry-meta post-meta">
<ul> <ul>
@ -88,9 +90,7 @@ $this->headLink()->appendStylesheet('/static-sanjy-np/css/about.css')
<?php <?php
} }
} else { } else {
echo '<div class="blog-article hentry format-image"> echo '<div class="blog-article hentry format-image"><div class="alert alert-warning" role="alert">暂无数据。</div></div>';
<div class="alert alert-warning" role="alert">暂无数据。</div>
</div>';
} }
?> ?>
<div class="pagination-wrap"> <div class="pagination-wrap">

View File

@ -346,12 +346,14 @@
text-align: center; text-align: center;
border: 1px solid #54a1f7; border: 1px solid #54a1f7;
color: #54a1f7; color: #54a1f7;
float:right;
} }
.blog-article .read-more-link:hover { .blog-article .read-more-link:hover {
background: #54a1f7 ; background: #54a1f7 ;
color: #FFFFFF!important; color: #FFFFFF!important;
border: 1px solid #54a1f7; border: 1px solid #54a1f7;
text-decoration: none; text-decoration: none;
} }
.blog-article .post-meta { .blog-article .post-meta {
color: #a5aaae; color: #a5aaae;