Authored by 郭成尧

window-height-handle

... ... @@ -47,3 +47,10 @@ $btnSure.on('click', function() {
}
});
});
/**
* 动态更改页面高度
*/
$(function() {
$('.address-modify').css('height', $(window).height());
});
... ...
.address-modify {
position: fixed;
width: 100%;
top: 90px;
bottom: 0;
background-color: #f0f0f0;
.icon-info:before {
... ...