Merge branch 'develop' of https://bdgit.trustie.net/hushasha/bigdata into develop
This commit is contained in:
commit
7ebb8d63b0
|
|
@ -67,12 +67,11 @@
|
|||
|
||||
<script>
|
||||
//之下六行代码是为了解决实训套件的套件数目不到两排而造成的翻页器离底部距离太远的问题
|
||||
var L = $(".sub-con").length;
|
||||
if($(".newContainer").height()>849) {
|
||||
var L = $(".pre_sub-con").length;
|
||||
//console.log(L);
|
||||
if($(".newContainer").height()>849&&L < 5) {
|
||||
var H = $(".newContainer").height() - 849;
|
||||
if (L < 5) {
|
||||
$("#new_expand").css("margin-top", H + "px");
|
||||
}
|
||||
$("#new_expand").css("margin-top", H + "px");
|
||||
}
|
||||
var timer="";
|
||||
$(".pre_sub-con").hover(function(ev){
|
||||
|
|
|
|||
Loading…
Reference in New Issue