背景图

<!DOCTYPE html>
<html>
<head>
<style>
body{
	width: 100%;
	height: 100%;
	background-image :url('bg0.jpg');
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
</style>
</head>
<body >

</body>
</html>

效果图


猜你喜欢

转载自blog.csdn.net/dumiaoxin/article/details/80723233
今日推荐