Commit 641bd713 by caojingji

修改样式

parent fce1a6de
...@@ -77,14 +77,14 @@ ...@@ -77,14 +77,14 @@
.result-wrap2 .left-search{width:25%;max-height:500px;overflow-y: auto;} .result-wrap2 .left-search{width:25%;max-height:500px;overflow-y: auto;}
.result-wrap2 .right-list{width:75%;} .result-wrap2 .right-list{width:75%;}
.result-wrap2 .newNavbody{margin:0;} .result-wrap2 .newNavbody{margin:0;}
.result-wrap2 .newNavInfo .newNavA{ .result-wrap2 .newNavInfo .newNavA,.result-wrap2 .newNavMoreInfo .newNavA{
border-right: 2px solid #56AADC; border-right: 2px solid #56AADC;
padding: 0 7px; padding: 0 7px;
margin: 3px 0px; margin: 3px 0px;
height: 14px; height: 14px;
line-height: 13px; line-height: 13px;
} }
.result-wrap2 .newNavInfo .newNavA:last-child{border-right:none;} .result-wrap2 .newNavInfo .newNavA:last-child,.result-wrap2 .newNavMoreInfo .newNavA:last-child{border-right:none;}
.result-wrap2 .navCategory{background:none;} .result-wrap2 .navCategory{background:none;}
.result-wrap2 .current-icon{margin-left:0;} .result-wrap2 .current-icon{margin-left:0;}
.result-wrap2 .datagrid-header-inner{width: inherit;} .result-wrap2 .datagrid-header-inner{width: inherit;}
......
...@@ -897,7 +897,7 @@ function showDialog(tjType) { ...@@ -897,7 +897,7 @@ function showDialog(tjType) {
id:dialogId, id:dialogId,
url:'/toTjDialog?taskId='+taskId+"&isCount=false&tjCount="+ count+"&tjType="+tjType+"&asjbh="+asjbh+"&sfzhUser="+sfzhUser+"&fsrjh="+fsrjh+"&djsjStr="+djsjStr+"&yhCate=00&projectName=刑专智慧侦查脑图", url:'/toTjDialog?taskId='+taskId+"&isCount=false&tjCount="+ count+"&tjType="+tjType+"&asjbh="+asjbh+"&sfzhUser="+sfzhUser+"&fsrjh="+fsrjh+"&djsjStr="+djsjStr+"&yhCate=00&projectName=刑专智慧侦查脑图",
title:'智能推荐', title:'智能推荐',
width:1000, width:1100,
height:408, height:408,
cache:false, cache:false,
onClose:function(){ onClose:function(){
......
...@@ -36,7 +36,7 @@ function esbfydatathread(page,limit) { ...@@ -36,7 +36,7 @@ function esbfydatathread(page,limit) {
} }
$(".eclipse1:last").html(data.name); $(".eclipse1:last").html(data.name);
var ychy='<img src="/images/asjxx_ychy.png" width=20 height=20 onclick="sksjzcYchy(this,\''+''+'\',\''+data.zjhm+'\',\''+''+'\',\'1\')"/>'; var ychy='<img src="/images/asjxx_ychy.png" width=20 height=20 onclick="sksjzcYchy(this,\''+''+'\',\''+data.zjhm+'\',\''+''+'\',\'1\')"/>';
$(".eclipse2:last").html(data.zjhm+ychy); $(".eclipse2:last").html("<span style='position: relative;top:-5px;'>"+data.zjhm+"</span>"+ychy);
if(data.sfGwry=="1"){ if(data.sfGwry=="1"){
tjly="高危"; tjly="高危";
} }
...@@ -61,7 +61,7 @@ function esbfydatathread(page,limit) { ...@@ -61,7 +61,7 @@ function esbfydatathread(page,limit) {
$(".result-box-hm:last").clone().appendTo(".dialog-content"); $(".result-box-hm:last").clone().appendTo(".dialog-content");
$(".ryzp:last").attr("src", "/images/telephone.png"); $(".ryzp:last").attr("src", "/images/telephone.png");
var ychy='<img src="/images/asjxx_ychy.png" width=20 height=20 onclick="sksjzcYchy(this,\''+''+'\',\''+data.sjhm+'\',\''+''+'\',\'3\')"/>'; var ychy='<img src="/images/asjxx_ychy.png" width=20 height=20 onclick="sksjzcYchy(this,\''+''+'\',\''+data.sjhm+'\',\''+''+'\',\'3\')"/>';
$(".eclipse1:last").html(data.sjhm+ychy); $(".eclipse1:last").html("<span style='position: relative;top:-5px;'>"+data.sjhm+"</span>"+ychy);
$(".eclipse3:last").html(esbdatas.tjly); $(".eclipse3:last").html(esbdatas.tjly);
$(".result-box-hm:last").show(); $(".result-box-hm:last").show();
...@@ -69,7 +69,7 @@ function esbfydatathread(page,limit) { ...@@ -69,7 +69,7 @@ function esbfydatathread(page,limit) {
$(".result-box-cl:last").clone().appendTo(".dialog-content"); $(".result-box-cl:last").clone().appendTo(".dialog-content");
$(".ryzp:last").attr("src", "/images/car.png"); $(".ryzp:last").attr("src", "/images/car.png");
var ychy='<img src="/images/asjxx_ychy.png" width=20 height=20 onclick="sksjzcYchy(this,\''+data.objectValue+'\',\''+''+'\',\''+data.objectType+'\',\'2\',\'1\')"/>'; var ychy='<img src="/images/asjxx_ychy.png" width=20 height=20 onclick="sksjzcYchy(this,\''+data.objectValue+'\',\''+''+'\',\''+data.objectType+'\',\'2\',\'1\')"/>';
$(".eclipse1:last").html(data.objectValue+ychy); $(".eclipse1:last").html("<span style='position: relative;top:-5px;'>"+data.objectValue+"</span>"+ychy);
$(".eclipse3:last").html("全区域"); $(".eclipse3:last").html("全区域");
$(".result-box-cl:last").show(); $(".result-box-cl:last").show();
} }
......
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