Commit 8713dade authored by liuqiao's avatar liuqiao

出租房源列表封面图

parent 1ae8bba1
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
<tr> <tr>
<td class="td w10"></td> <td class="td w10"></td>
<td class="td second" style="width:300px;"> <td class="td second" style="width:300px;">
<div style="float: left;margin-top: 20px"> <div style="float: left;margin-top: 10px">
<img src="<?= $value['pic1'] ?>" <img src="<?= $value['pic1'] ?>"
style="width: 80px; height: 65px;"> style="width: 80px; height: 65px;">
</div> </div>
......
...@@ -204,11 +204,11 @@ ...@@ -204,11 +204,11 @@
<tr> <tr>
<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"> <td class="td second">
<div style="float: left;margin-top: 20px"> <div style="float: left;margin-top: 10px">
<img src="<?= $value['pic1'] ?>" <img src="<?= $value['pic1'] ?>"
style="width: 80px; height: 65px;"> style="width: 80px; height: 65px;">
</div> </div>
<div style="float: left;width: 260px;margin-left: 10px"> <div style="float: left;width: 170px;margin-left: 10px">
<div class="itemTex"> <div class="itemTex">
<a class="name" title = "<?php echo $value['address'];?>" href="<?php echo $value['info_url'];?>" target="_blank"><?php echo $value['address_str'];?></a> <a class="name" title = "<?php echo $value['address'];?>" href="<?php echo $value['info_url'];?>" target="_blank"><?php echo $value['address_str'];?></a>
</div> </div>
......
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