Commit e18da891 by caojingji

修改区域碰撞结果的样式以及修改字段名称

parent 7193a482
......@@ -25,8 +25,8 @@ function doClear(){
});
}
var table_title =[
{title:"类别参数",field:"objectValue",align:'center',width:'20%'},
{title:"类别名称",field:"objectTypeName",align:'center',width:'10%'},
{title:"标识号",field:"objectValue",align:'center',width:'20%'},
{title:"标识号类型",field:"objectTypeName",align:'center',width:'10%'},
{title:"姓名",field:"name",align:'center',width:'10%'},
{title:"证件类型",field:"zjlx",align:'center',width:'15%'},
{title:"证件号码",field:"zjhm",align:'center',width:'15%'},
......
......@@ -21,7 +21,8 @@
<style>
.float-div{float: left;margin: 15px 0 25px 0;width:100%;}
.xx-box{width:100%;height:240px;margin:0 auto;background: #fff;position: relative;}
.result{display: table;width:100%;}
.result{/*display: table;width:100%;*/}
.box-s {box-shadow: 3px 4px 18px #c7c4c4;width:99%;}
.lf-img{display: inline-block;width:36%;height:100%;float: left;}
.lf-img>img{width:135px;margin:0 10px;position: absolute;top:50%;margin-top:-83px;margin-left:25px;}
.rg-xx{display: inline-block;width:61%;position:relative;z-index:1000000;border: 1px solid #ececec;border-radius: 5px;padding-left:10px;}
......@@ -119,7 +120,7 @@
<td colspan="6" style="height:20px;"></td>
</tr>
<tr>
<td class="ar" width="13.3%">类别参数</td>
<td class="ar" width="13.3%">标识号</td>
<td style="width:20%;">
<span class="textbox">
<input name="objectValue" type="text" id="objectValue"/>
......@@ -143,7 +144,7 @@
<td style="width:20%;"></td>
</tr>
<tr>
<td class="ar">类别分类</td>
<td class="ar">标识号类型</td>
<td colspan="5" class="radil_td">
<input type="checkbox" name="objectType" value="558" class="radio_inp"/>QQ
<input type="checkbox" name="objectType" value="4615" class="radio_inp"/>微信ID
......
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