完成you may like

master
csk 8 years ago
parent 4629f389fa
commit 5a1be5a786

@ -1,9 +1,9 @@
<?php if(!empty($data)){?>
<div class="YouMayLike">
<div class="YouMayLike row">
<h2>You May Like</h2>
<?php foreach ($data as $key => $value) {?>
<div class="col-md-12 col-sm-12 col-xs-24 infoList">
<a href="<?php echo $value->ic_url;?>"><img src="<?php echo $value->ic_photo;?>" /><strong><?php echo $value->ic_url_title;?></strong></a>
<a href="<?php echo $value->ic_url;?>"><img src="<?php echo "http://data.asiahighlights.com/images".$value->ic_photo?$value->ic_photo:"https://data.asiahighlights.com/image/asia-highlights-article.jpg";?>" /><strong><?php echo $value->ic_url_title;?></strong></a>
</div>
<?php }?>
</div>

@ -278,4 +278,7 @@ a:hover { text-decoration: none; color: #b61326; }
.textBlock { width:100% !important; float: none !important; font-size:14px !important; margin-left:0 !important;}
.textBlock span { padding:5px 0 7px !important;}
.textBlock span a { font-size:14px !important; width:200px !important}
}
}
/* may you like*/
.YouMayLike{margin-left: 0px;}
.YouMayLike .infoList{height: 70px;overflow: hidden;}
Loading…
Cancel
Save