css(解决背景图随页面变小后,部分内容无背景)

min-width:785px;
width:e xpression(document.body.clientWidth < 800 ? "785px" : "100%" );

你可能感兴趣的:(css)