Commit 6c96864d authored by xishifeng's avatar xishifeng

优化

parent 8847156b
...@@ -52,21 +52,28 @@ ...@@ -52,21 +52,28 @@
<!--<td colspan="2">对内项目优势:{{d.internal_item_advantage}}</td>--> <!--<td colspan="2">对内项目优势:{{d.internal_item_advantage}}</td>-->
<td colspan="2">标签:{{d.shop_sign}}</td> <td colspan="2">标签:{{d.shop_sign}}</td>
</tr> </tr>
<tr> <tr class="border-bottom">
<td>营业时间:{{d.do_business_date}}</td> <td>营业时间:{{d.do_business_date}}</td>
<td v-if="!d.shop_type">招商时间:{{d.opening_date}}</td> <td v-if="!d.shop_type">招商时间:{{d.opening_date}}</td>
<td v-if="!d.shop_type">开业时间:{{d.start_business_date}}</td> <td v-if="!d.shop_type">开业时间:{{d.start_business_date}}</td>
</tr> </tr>
<tr class="tr-seat">
<td colspan="4"></td>
</tr>
<tr> <tr>
<td colspan="2">经纪人对本铺的评价:{{d.external_item_advantage}}</td> <td colspan="4">周边配套:{{d.rim_mating}}</td>
</tr> </tr>
<tr> <tr>
<td colspan="2">周边配套:{{d.rim_mating}}</td> <td colspan="4">所处地段:{{d.section}}</td>
<td colspan="2">所处地段:{{d.section}}</td>
</tr> </tr>
<tr> <tr>
<td colspan="2">附近人流:{{d.crowd}}</td> <td colspan="4">附近人流:{{d.crowd}}</td>
<td colspan="2">其他补充:{{d.other}}</td> </tr>
<tr class="border-bottom">
<td colspan="4">其他补充:{{d.other}}</td>
</tr>
<tr class="tr-seat">
<td colspan="4"></td>
</tr> </tr>
<tr> <tr>
<td>面宽:{{d.area_width}}米</td> <td>面宽:{{d.area_width}}米</td>
...@@ -80,7 +87,7 @@ ...@@ -80,7 +87,7 @@
<td>上水:{{(d.running_water == 1)?'有':'无'}}</td> <td>上水:{{(d.running_water == 1)?'有':'无'}}</td>
<td>下水:{{(d.downriver == 1)?'有':'无'}}</td> <td>下水:{{(d.downriver == 1)?'有':'无'}}</td>
</tr> </tr>
<tr> <tr class="border-bottom">
<td colspan="2">目前证照经营范围:{{d.business_scope}}</td> <td colspan="2">目前证照经营范围:{{d.business_scope}}</td>
<td colspan="2">交付装修:{{switchDecoration(d.decoration)}}</td> <td colspan="2">交付装修:{{switchDecoration(d.decoration)}}</td>
</tr> </tr>
......
...@@ -17,14 +17,8 @@ table td{ ...@@ -17,14 +17,8 @@ table td{
.tr-seat{ .tr-seat{
height: 20px; height: 20px;
} }
tbody>tr:nth-of-type(10), tbody>tr.border-bottom{
tbody>tr:nth-of-type(14), border-bottom: 1px solid #999;
tbody>tr:nth-of-type(16),
tbody>tr:nth-of-type(18),
tbody>tr:nth-of-type(20),
tbody>tr:nth-of-type(22){
margin-top: 20px;
border-top: 1px solid #999;
} }
.img-list>li{ .img-list>li{
......
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