forked from p51497208/geo_info_platform
yuyin
This commit is contained in:
parent
2eee750f50
commit
6dd85eaa1c
|
@ -131,6 +131,11 @@
|
|||
function cancelVoice(){
|
||||
$(".voicePanel").removeClass("active");
|
||||
}
|
||||
function sureVoice(){
|
||||
$(".voicePanel").removeClass("active");
|
||||
$(".fixed-left").addClass("collpased").css({left:"0px"});
|
||||
init(name);
|
||||
}
|
||||
$(function(){
|
||||
$(".show_detail").hover(function(){
|
||||
$(this).find(".detail_info").show();
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<title>详细信息</title>
|
||||
<link rel="stylesheet" href="./detail.css"/>
|
||||
<script src="./js/jQuery-1.8.3.min.js"></script>
|
||||
<script src="https://cdn.bootcss.com/html2canvas/0.5.0-beta4/html2canvas.js"></script>
|
||||
<script src="./js/html2canvas.js"></script>
|
||||
<script src="https://cdn.bootcss.com/jspdf/1.3.4/jspdf.debug.js"></script>
|
||||
</head>
|
||||
|
||||
|
|
|
@ -55,9 +55,6 @@ h3{
|
|||
font-weight: 400;
|
||||
margin-left: 25px;
|
||||
}
|
||||
.img-con{
|
||||
float: right;
|
||||
}
|
||||
.header{
|
||||
clear: both;
|
||||
height: 40px;
|
||||
|
@ -71,13 +68,14 @@ h3{
|
|||
padding-left: 10px;
|
||||
}
|
||||
.img-list{
|
||||
display: flex;
|
||||
height: 120px;
|
||||
padding-top: 15px;
|
||||
text-align: left;
|
||||
}
|
||||
.img-list > div{
|
||||
margin: auto;
|
||||
width: 250px;
|
||||
height: 180px;
|
||||
float: left;
|
||||
}
|
||||
.img-list > div>img{
|
||||
width: 80%;
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue