Commit b1f92a30 by caoyin

修改人员画像基本信息样式-zsn

parent b3253261
......@@ -150,6 +150,17 @@ public class RyhxController {
return modelAndView;
}
/**
* 人员画像ifram界面
* @return
*/
@RequestMapping("/toGetRyhxjbxx")
public ModelAndView toGetRyhxjbxx(){
ModelAndView model = new ModelAndView();
model.setViewName("ryhx/jbxx");
return model;
}
/*轨迹信息查询*/
......
<%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib uri="http://www.atg.com/taglibs/json" prefix="json" %>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>人员画像</title>
<link rel="icon" href="/images/bkxxInsertFavicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="/css/animate.min.css">
<link rel="stylesheet" type="text/css" href="/common/layer/skin/layer.css">
<link rel="stylesheet" type="text/css" href="/css/base-ryhx.css">
</head>
<body class="ryhx-body">
<div id="content1" class="content">
<div id ="zjhm">${zjhm}</div>
<div class="new1 animated pulse"><span class="zdm"><span class="birthdate">姓名:${ryxx.xm}</span></div>
<div id ="zjhm" style="display:none">${zjhm}</div>
<div class="new1 animated pulse"><span class="zdm"><span class="birthdate">姓名:${ryxx.xm}</span></span></div>
<!--一条折线对应一条内容,左侧-->
<div class="new2 animated pulse"><span class="address">性别:${ryxx.xbdm}</span></div>
<!--一条折线对应一条内容,左侧-->
......@@ -12,6 +26,13 @@
<!--一条折线对应一条内容,左侧-->
<div class="new6 animated pulse"><span class="others3">现住地:${ryxx.xzzDzmc}</span></div>
<div class="new7 animated pulse w69"><span class="others4">常用证件号码:${ryxx.cyzjZjhm}</span></div>
<%--<div class="new8 animated pulse w69"><span class="others5">${ryxx.zylbdm}</span></div>--%>
</div>
<div class="new8 animated pulse w69"><span class="others5">${ryxx.zylbdm}</span></div>
</div>
<script type="text/javascript" src="/js/jquery-1.11.3.js"></script>
<script type="text/javascript" src="/common/layer/layer.js"></script>
<script type="text/javascript" src="/js/ryhx.js"></script>
<script>
</script>
</body>
</html>
\ No newline at end of file
......@@ -50,20 +50,7 @@
<div class="right-people">
<img src="/images/people.png" class="people" style=""/>
<div id="content1" class="content">
<div id ="zjhm" style="display:none">${zjhm}</div>
<div class="new1 animated pulse"><span class="zdm"><span class="birthdate">姓名:${ryxx.xm}</span></div>
<!--一条折线对应一条内容,左侧-->
<div class="new2 animated pulse"><span class="address">性别:${ryxx.xbdm}</span></div>
<!--一条折线对应一条内容,左侧-->
<div class="new3 animated pulse"><span class="hjxx">电话:${ryxx.lxdh}</span></div>
<!--一条折线对应一条内容,左侧-->
<div class="new4 animated pulse"><span class="others1">民族:${ryxx.mzdmmc}</span></div>
<!--一条折线对应一条内容,左侧-->
<div class="new5 animated pulse"><span class="others2">户籍地:${ryxx.csdDzmc}</span></div>
<!--一条折线对应一条内容,左侧-->
<div class="new6 animated pulse"><span class="others3">现住地:${ryxx.xzzDzmc}</span></div>
<div class="new7 animated pulse w69"><span class="others4">常用证件号码:${ryxx.cyzjZjhm}</span></div>
&lt;%&ndash;<div class="new8 animated pulse w69"><span class="others5">${ryxx.zylbdm}</span></div>&ndash;%&gt;
<iframe name="myiframe" id="" src="/toGetRyhxjbxx?yhCate=00&projectName=00" frameborder="0" align="left" width="100%" height="100%" scrolling="yes"></iframe>
</div>
<div id="content2" class="content" style="display:none;">
<c:forEach var="xnxx" items="${relationList}">
......@@ -299,6 +286,11 @@
}*/
}
$(function(){
$("iframe").each(function(){
$(this).height($(".right-people").height());
})
})
</script>
</body>
</html>
\ No newline at end of file
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