Commit e79b0e82 authored by liuqiao's avatar liuqiao

出售房源列表封面图

parent ea599f8e
......@@ -213,12 +213,12 @@
<table class="table gl_table">
<tr>
<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;position:relative ">
<div style="left: 10px;position: absolute;top: 15%">
<td class="td second" style="width:380px;">
<div style="float: left;margin-top: 5%">
<img src="<?= $value['pic1'] ?>"
style="width: 80px; height: 65px;">
</div>
<div style="left: 90px;width: 260px;margin-left: 10px;position: absolute;top: 0">
<div style="float: left;width: 260px;margin-left: 10px">
<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>
</div>
......
......@@ -155,12 +155,12 @@
<table class="table">
<tr>
<td class="td w10"></td>
<td class="td second" style="width:380px;position:relative ">
<div style="left: 10px;position: absolute;top: 15%">
<td class="td second" style="width:380px;">
<div style="float: left;margin-top: 5%">
<img src="<?= $value['pic1'] ?>"
style="width: 80px; height: 65px;">
</div>
<div style="left: 90px;width: 260px;margin-left: 10px;position: absolute;top: 0">
<div style="float: left;width: 260px;margin-left: 10px">
<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>
</div>
......
......@@ -203,12 +203,12 @@
<table class="table">
<tr>
<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;position:relative ">
<div style="left: 10px;position: absolute;top: 15%">
<td class="td second" style="width:380px;">
<div style="float: left;margin-top: 5%">
<img src="<?= $value['pic1'] ?>"
style="width: 80px; height: 65px;">
</div>
<div style="left: 90px;width: 260px;margin-left: 10px;position: absolute;top: 0">
<div style="float: left;width: 260px;margin-left: 10px">
<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>
</div>
......
......@@ -267,12 +267,12 @@
<table class="table gl_table">
<tr>
<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;position:relative ">
<div style="left: 10px;position: absolute;top: 15%">
<td class="td second" style="width:380px;">
<div style="float: left;margin-top: 5%">
<img src="<?= $value['pic1'] ?>"
style="width: 80px; height: 65px;">
</div>
<div style="left: 90px;width: 260px;margin-left: 10px;position: absolute;top: 0">
<div style="float: left;width: 260px;margin-left: 10px">
<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>
</div>
......
......@@ -158,12 +158,12 @@
<table class="table">
<tr>
<td class="td w10"></td>
<td class="td second" style="width:380px;position:relative ">
<div style="left: 10px;position: absolute;top: 15%">
<td class="td second" style="width:380px;">
<div style="float: left;margin-top: 5%">
<img src="<?= $value['pic1'] ?>"
style="width: 80px; height: 65px;">
</div>
<div style="left: 90px;width: 260px;margin-left: 10px;position: absolute;top: 0">
<div style="float: left;width: 260px;margin-left: 10px">
<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>
</div>
......
......@@ -211,12 +211,12 @@
<table class="table">
<tr>
<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;position:relative ">
<div style="left: 10px;position: absolute;top: 15%">
<td class="td second" style="width:380px;">
<div style="float: left;margin-top: 5%">
<img src="<?= $value['pic1'] ?>"
style="width: 80px; height: 65px;">
</div>
<div style="left: 90px;width: 260px;margin-left: 10px;position: absolute;top: 0">
<div style="float: left;width: 260px;margin-left: 10px">
<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>
</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