var height=document.body.scrollHeight;parent.document.all("rightFrame").style.height=height;parent.parent.document.getElementById('contentFrame').style.height=height+100;
我的设计稿是640px的,所以设置font-size:62.5%比较写值,但是屏幕缩小后的font-size比例我不知如何把控,不知这样写对不对?min-width:580px和max-width:580px会不会冲突呢?media only screen and(min-width:640px){ ...