zoukankan      html  css  js  c++  java
  • 超简洁的网页分类信息代码

    <!DOCTYPE html>
    <dl>
    <dd>
    <table><tbody>
    <tr>
    <th width="70">
    <p style="text-align: left;color: rgb(0, 0, 255);line-height:10px;font-size: 20px">小区名称:</p></th>
    <td width="150"<p style="font-size: 20px">{esf_xiaoqu_value}</p></td>
    <th width="70">
    <p style="text-align: left;color: rgb(0, 0, 255);line-height:10px;font-size: 20px">房屋位置:</p></th>
    <td width="380"<p style="font-size: 20px">{esf_weizhi_value}</p> </td>
    </tr>
    <hr>
    <tr>
    <th>
    <p style="text-align: left;color: rgb(0, 0, 255);line-height:2px;font-size: 20px">房屋总价:</p></th>
    <td><p style="font-size: 20px">{esf_zongjia_value}</p> </td>
    <th>
    <p style="text-align: left;color: rgb(0, 0, 255);line-height:2px;font-size: 20px">房屋单价:</p></th>
    <td><p style="font-size: 20px">{esf_danjia_value}元/² </p> </td>
    </tr>
    <tr>
    <th>
    <p style="text-align: left;color: rgb(0, 0, 255);line-height:2px;font-size: 20px">房屋户型:</p></th>
    <td><p style="font-size: 20px">{esf_shi_value}室{esf_ting_value}厅{esf_wei_value}卫</p></td>
    <th>
    <p style="text-align: left;color: rgb(0, 0, 255);line-height:2px;font-size: 20px">房屋面积:</p></th>
    <td><p style="font-size: 20px">{esf_mianji_value}㎡</p></td>
    </tr>
    <tr>
    <th>
    <p style="text-align: left;color: rgb(0, 0, 255);line-height:2px;font-size: 20px">房屋楼层:</p></th>
    <td><p style="font-size: 20px">第{esf_louceng_value}层/共{esf_zlouceng_value}层</p></td>
    <th>
    <p style="text-align: left;color: rgb(0, 0, 255);line-height:2px;font-size: 20px">房屋朝向:</p></th>
    <td><p style="font-size: 20px">{esf_chaoxiang_value}</p></td>
    </tr>
    <tr>
    <th>
    <p style="text-align: left;color: rgb(0, 0, 255);line-height:2px;font-size: 20px">房屋装修:</p></th>
    <td><p style="font-size: 20px">{esf_zhuangxiu_value}</p></td>
    <th>
    <p style="text-align: left;color: rgb(0, 0, 255);line-height:2px;font-size: 20px">房屋年代:</p></th>
    <td><p style="font-size: 20px">{esf_niandai_value}</p></td>
    </tr>
    <tr>
    <th>
    <p style="text-align: left;color: rgb(0, 0, 255);line-height:2px;font-size: 20px">联系人:</p></th>
    <td><p style="font-size: 20px">{esf_man_value}</p></td>
    <th>
    <p style="text-align: left;color: rgb(0, 0, 255);line-height:2px;font-size: 20px">联系电话:</p></th>
    <td><p style="font-size: 20px">{esf_dianhua_value}</p></td>
    </tr>
    <tr><th>
    <p style="text-align: left;color: rgb(0, 0, 255);line-height:2px;font-size: 20px">配套设施:</p></th>
    <td <p style="font-size: 20px">&nbsp;</p></td> 
    </tr>
    </tbody></table>
    <hr>
    <div style="color: #FF0000; text-align: left; font-size: 24px; padding-right: 10px; padding-bottom: 10px; font-weight: bolder;"><strong style="">房源描述:</div>
    <hr>
    </dd>
    </dl>
    生命的意义在于学习,学习让生活变得精彩
  • 相关阅读:
    python编码
    异常、调试
    python的优点
    循环、判断
    对象
    模块
    函数
    变量
    Socket编程(九)
    进程简单了解和使用
  • 原文地址:https://www.cnblogs.com/gougouwang/p/11400556.html
Copyright © 2011-2022 走看看