Commit ca9bbd52 authored by liuqiao's avatar liuqiao

Merge branch 'feature-lq-04' into release_preview

parents 7397ec0e 1ae8bba1
......@@ -151,7 +151,7 @@
<?php if( is_array($data_info) && !empty($data_info)){ ?>
<?php foreach ($data_info as $key => $value ) { ?>
<div class="yz-zcon" style="display: none;"></div>
<div class="itemInfoBach radius4">
<div class="itemInfoBach itemInfoBachAuto radius4">
<table class="table">
<tr>
<td class="td w10"></td>
......@@ -160,7 +160,7 @@
<img src="<?= $value['pic1'] ?>"
style="width: 80px; height: 65px;">
</div>
<div style="float: left;width: 260px;margin-left: 10px">
<div style="float: left;width: 170px;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