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