|
@@ -21,7 +21,7 @@ else |
|
@@ -21,7 +21,7 @@ else |
21
|
?>
|
21
|
?>
|
22
|
<div class="layout-item tiled">
|
22
|
<div class="layout-item tiled">
|
23
|
<div class="image-box">
|
23
|
<div class="image-box">
|
24
|
- <a href="<?php echo url('news/detail' ,array('id' => $news['id']))?>" title="<?php echo $news['title'];?>">
|
24
|
+ <a href="<?php echo url('news/detail' ,array('id' => $news['id']))?>" title="<?php echo $news['title'];?>" target="_blank">
|
25
|
<img src="<?php echo $thumb;?>" alt="" style="">
|
25
|
<img src="<?php echo $thumb;?>" alt="" style="">
|
26
|
<?php if(trim($news['tag']) == '视频'):?>
|
26
|
<?php if(trim($news['tag']) == '视频'):?>
|
27
|
<i class="play-icon"></i>
|
27
|
<i class="play-icon"></i>
|
|
@@ -31,7 +31,7 @@ else |
|
@@ -31,7 +31,7 @@ else |
31
|
</div>
|
31
|
</div>
|
32
|
<div class="content">
|
32
|
<div class="content">
|
33
|
<h2 <?php echo $news['main_title_type'] == 1 ? 'class="volupia"':'';?>>
|
33
|
<h2 <?php echo $news['main_title_type'] == 1 ? 'class="volupia"':'';?>>
|
34
|
- <a href="<?php echo url('news/detail' ,array('id' => $news['id']))?>"><?php echo $news['title'];?></a>
|
34
|
+ <a href="<?php echo url('news/detail' ,array('id' => $news['id']))?>" target="_blank"><?php echo $news['title'];?></a>
|
35
|
</h2>
|
35
|
</h2>
|
36
|
<p class="text-content"><?php echo $description;?></p>
|
36
|
<p class="text-content"><?php echo $description;?></p>
|
37
|
<p class="time"><?php echo date('Y.m.d', $news['create_time'])?></p>
|
37
|
<p class="time"><?php echo date('Y.m.d', $news['create_time'])?></p>
|