.mescroll{
position: fixed;
top: 184px;
bottom: 0;
height: auto;
} height的高度设置为auto,是相对于屏幕的,比如top设置为100,屏幕总高为800,那么height为700.如果bottom设置100,那么height剩余为600