|
@@ -1,5 +1,5 @@
|
|
|
<!DOCTYPE html>
|
|
|
-<html>
|
|
|
+<html style="height: 100%">
|
|
|
|
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
@@ -17,7 +17,7 @@
|
|
|
<link rel="stylesheet" type="text/css" href="/jyapp/css/font.css?v={{Msg "seo" "version"}}"/>
|
|
|
</head>
|
|
|
|
|
|
-<body>
|
|
|
+<body style="height: 100%">
|
|
|
<div class="app-layout-header">
|
|
|
<span class="app-back jyapp-icon jyapp-icon-zuojiantou"></span>
|
|
|
区域选择
|
|
@@ -617,7 +617,6 @@
|
|
|
let minHeight = $('.result_text').css('min-height');
|
|
|
let rows = Math.round(Math.round(pHeight) / parseFloat(minHeight));
|
|
|
console.log("高度:" + pHeight, "最小高度" + minHeight, "行数:" + rows);
|
|
|
- $(".select-area-box .area-list").css("margin-top", $('.result_text').height() + 25);
|
|
|
if (rows == 1) {
|
|
|
$('.packup').hide();
|
|
|
$('.detail').hide();
|
|
@@ -641,14 +640,12 @@
|
|
|
$(".result").css("padding-bottom", "0.3rem");
|
|
|
$(this).hide();
|
|
|
$('.packup').show();
|
|
|
- $(".select-area-box .area-list").css("margin-top", $('.result_text').height() + 25);
|
|
|
});
|
|
|
$('.packup').click(function () {
|
|
|
$(".result").css("padding-bottom", "0.2rem");
|
|
|
$('.result_text').addClass('line_two');
|
|
|
$(this).hide();
|
|
|
$('.detail').show();
|
|
|
- $(".select-area-box .area-list").css("margin-top", $('.result_text').height() + 25);
|
|
|
});
|
|
|
$("body").on('click', '.slide a', function () {
|
|
|
var s = $(this).html();
|
|
@@ -721,7 +718,7 @@
|
|
|
}
|
|
|
} else {
|
|
|
$(this).parent('div').siblings('.tab').children().children('.checkbox').prop(
|
|
|
- 'checked', false)
|
|
|
+ 'checked', false).removeClass('half');
|
|
|
}
|
|
|
AreaChoose.isAllSelected()
|
|
|
AreaChoose.getResult($(this).parent('div').siblings('.tab').find('.province').text()) //出入选择的省份
|