代码示例:(标识:eg_csse_background-repeat_no-repeat)
<html>
<head>

<style type="text/css">
body
{ 
background-image: url('/static/demo/images/eg_bg_03.gif');
background-repeat: no-repeat
}
</style>

</head>

<body>
</body>
</html>
运行结果: