body {background-image:url( ../xxx/xxx/background.jpg); background-repeat:no-repeat}
你这样加个样式看看
background-repeat:no-repeat //背景图片不重复
不行的话你加 background-position:
写成body {background-image:url( ../xxx/xxx/background.jpg); background-repeat:no-repeat;background-position: 100% 100%;
}
你自己去改下比例。也可用JavaScript 语法去动态调控属性,如object.style.backgroundPosition="center