Authored by 郭成尧

window-height-handle

@@ -47,3 +47,10 @@ $btnSure.on('click', function() { @@ -47,3 +47,10 @@ $btnSure.on('click', function() {
47 } 47 }
48 }); 48 });
49 }); 49 });
  50 +
  51 +/**
  52 + * 动态更改页面高度
  53 + */
  54 +$(function() {
  55 + $('.address-modify').css('height', $(window).height());
  56 +});
1 .address-modify { 1 .address-modify {
2 - position: fixed;  
3 width: 100%; 2 width: 100%;
4 - top: 90px;  
5 - bottom: 0;  
6 background-color: #f0f0f0; 3 background-color: #f0f0f0;
7 4
8 .icon-info:before { 5 .icon-info:before {