标签: css image twitter-bootstrap-3 background
我的CSS如下
git
答案 0 :(得分:0)
只需将背景scroll换成fixed
scroll
fixed
body { background: rgba(0, 0, 0, 0) url("../images/mom-bg.jpg") no-repeat fixed 0 0 / cover; font: 16px "anitypewritermedium"; margin: 0 !important; padding: 0 !important; }
在线示例:http://jsfiddle.net/adaknLw4/