Authored by tmq

yohood

<?php $this->_extends('layout/default_layout');?>
<?php $this->_block('main');?>
<div class="bd">
<div class="contact-us-wrap clearfix">
<!-- 联系我们 start -->
<div class="info-list contact-us-info">
<h1 class="info-title contact-us-title">联系我们</h1>
<div class="contact-us">
<div class="contact-us-section">
<h2>客户服务:</h2>
... ... @@ -37,6 +42,7 @@
<p>Email:haizheng.zhao@yoho.cn</p>
</div>
</div>
</div>
<!-- 公众号信息 start -->
<div class="info-list public-number-info">
<h1 class="info-title public-number-title">在这可以找到我们</h1>
... ... @@ -54,4 +60,6 @@
</div>
</div>
<!-- 公众号信息 end -->
</div>
</div>
<?php $this->_endblock();?>
\ No newline at end of file
... ...
... ... @@ -27,7 +27,7 @@ $width = 308;
</div>
<div class="item-info">
<a class="fluid-tag item-tag brand-info" href="/news/index/tag/<?php echo $news['tag']?>"><?php echo $news['tag']?></a>
<span class="item-time"><?php echo date('Y.m.d', $news['create_time']);?></span>
<span class="item-time"><?php $en = array('01'=>'January','02'=>'February','03'=>'March','04'=>'April','05'=>'May','06'=>'June','07'=>'July','08'=>'August','09'=>'September','10'=>'October','11'=>'November','12'=>'December');$m=date('m', $news['create_time']);echo $en[$m]?>&nbsp;&nbsp;&nbsp;<?php ECHO $m=date('d.Y', $news['create_time'])?></span>
</div>
<div class="content">
<h2 <?php echo $news['main_title_type'] == 1 ? 'class="volupia"':'';?> style="white-space:nowrap;text-overflow:ellipsis;overflow: hidden;">
... ...