2012-09-22 27 views

回答

0

在你的CSS,指定此为您body元素:

body { 
    background-image: url("assets/main_bg.jpg"); 
    background-repeat: repeat-y; 
} 
相关问题