在编写css中,浏览器窗口缩小,页面的div就会变形
用body{min-width:1360 px}
设置一个最小宽度,当页面小于1360 px,HTML就会以1360 px作为页面的宽度;
或者用white-space:nowrap也可;