Commit 1b1527e7 authored by liuqiao's avatar liuqiao

出售房源列表封面图

parent 7e5e8854
...@@ -215,8 +215,10 @@ ...@@ -215,8 +215,10 @@
<td class="td first"><input class="jsSelectItem" type="checkbox" name="rows_id" value="<?php echo $value['id'];?>"/></td> <td class="td first"><input class="jsSelectItem" type="checkbox" name="rows_id" value="<?php echo $value['id'];?>"/></td>
<td class="td second" style="width:380px;"> <td class="td second" style="width:380px;">
<div style="float: left;margin-top: 5%"> <div style="float: left;margin-top: 5%">
<a class="name" title = "<?php echo $value['address'];?>" href="<?php echo $value['info_url'];?>" target="_blank">
<img src="<?= $value['pic1'] ?>" <img src="<?= $value['pic1'] ?>"
style="width: 80px; height: 65px;"> style="width: 80px; height: 65px;">
</a>
</div> </div>
<div style="float: left;width: 260px;margin-left: 10px"> <div style="float: left;width: 260px;margin-left: 10px">
<div class="itemTex"> <div class="itemTex">
......
...@@ -157,8 +157,10 @@ ...@@ -157,8 +157,10 @@
<td class="td w10"></td> <td class="td w10"></td>
<td class="td second" style="width:380px;"> <td class="td second" style="width:380px;">
<div style="float: left;margin-top: 5%"> <div style="float: left;margin-top: 5%">
<a class="name" title = "<?php echo $value['address'];?>" href="<?php echo $value['info_url'];?>" target="_blank">
<img src="<?= $value['pic1'] ?>" <img src="<?= $value['pic1'] ?>"
style="width: 80px; height: 65px;"> style="width: 80px; height: 65px;">
</a>
</div> </div>
<div style="float: left;width: 260px;margin-left: 10px"> <div style="float: left;width: 260px;margin-left: 10px">
<div class="itemTex"> <div class="itemTex">
......
...@@ -205,8 +205,10 @@ ...@@ -205,8 +205,10 @@
<td class="td first"><input class="jsSelectItem" type="checkbox" name="rows_id" value="<?php echo $value['id'];?>"/></td> <td class="td first"><input class="jsSelectItem" type="checkbox" name="rows_id" value="<?php echo $value['id'];?>"/></td>
<td class="td second" style="width:380px;"> <td class="td second" style="width:380px;">
<div style="float: left;margin-top: 5%"> <div style="float: left;margin-top: 5%">
<a class="name" title = "<?php echo $value['address'];?>" href="<?php echo $value['info_url'];?>" target="_blank">
<img src="<?= $value['pic1'] ?>" <img src="<?= $value['pic1'] ?>"
style="width: 80px; height: 65px;"> style="width: 80px; height: 65px;">
</a>
</div> </div>
<div style="float: left;width: 260px;margin-left: 10px"> <div style="float: left;width: 260px;margin-left: 10px">
<div class="itemTex"> <div class="itemTex">
......
...@@ -269,8 +269,10 @@ ...@@ -269,8 +269,10 @@
<td class="td first"><input class="jsSelectItem" type="checkbox" name="rows_id" value="<?php echo $value['id'];?>"/></td> <td class="td first"><input class="jsSelectItem" type="checkbox" name="rows_id" value="<?php echo $value['id'];?>"/></td>
<td class="td second" style="width:380px;"> <td class="td second" style="width:380px;">
<div style="float: left;margin-top: 5%"> <div style="float: left;margin-top: 5%">
<a class="name" title = "<?php echo $value['address'];?>" href="<?php echo $value['info_url'];?>" target="_blank">
<img src="<?= $value['pic1'] ?>" <img src="<?= $value['pic1'] ?>"
style="width: 80px; height: 65px;"> style="width: 80px; height: 65px;">
</a>
</div> </div>
<div style="float: left;width: 260px;margin-left: 10px"> <div style="float: left;width: 260px;margin-left: 10px">
<div class="itemTex"> <div class="itemTex">
......
...@@ -160,8 +160,9 @@ ...@@ -160,8 +160,9 @@
<td class="td w10"></td> <td class="td w10"></td>
<td class="td second" style="width:380px;"> <td class="td second" style="width:380px;">
<div style="float: left;margin-top: 5%"> <div style="float: left;margin-top: 5%">
<img src="<?= $value['pic1'] ?>" <a class="name" title = "<?php echo $value['address'];?>" href="<?php echo $value['info_url'];?>" target="_blank"> <img src="<?= $value['pic1'] ?>"
style="width: 80px; height: 65px;"> style="width: 80px; height: 65px;">
</a>
</div> </div>
<div style="float: left;width: 260px;margin-left: 10px"> <div style="float: left;width: 260px;margin-left: 10px">
<div class="itemTex"> <div class="itemTex">
......
...@@ -213,8 +213,10 @@ ...@@ -213,8 +213,10 @@
<td class="td first"><input class="jsSelectItem" type="checkbox" name="rows_id" value="<?php echo $value['id'];?>"/></td> <td class="td first"><input class="jsSelectItem" type="checkbox" name="rows_id" value="<?php echo $value['id'];?>"/></td>
<td class="td second" style="width:380px;"> <td class="td second" style="width:380px;">
<div style="float: left;margin-top: 5%"> <div style="float: left;margin-top: 5%">
<a class="name" title = "<?php echo $value['address'];?>" href="<?php echo $value['info_url'];?>" target="_blank">
<img src="<?= $value['pic1'] ?>" <img src="<?= $value['pic1'] ?>"
style="width: 80px; height: 65px;"> style="width: 80px; height: 65px;">
</a>
</div> </div>
<div style="float: left;width: 260px;margin-left: 10px"> <div style="float: left;width: 260px;margin-left: 10px">
<div class="itemTex"> <div class="itemTex">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment