解决背景图文字盖住html里面的dom元素
width:100%; background: url('../images/res.jpg') no-repeat 0 0px; background-attachment:fixed; background-size:100% 100%; height:auto; position: relative;
width:100%; background: url('../images/res.jpg') no-repeat 0 0px; background-attachment:fixed; background-size:100% 100%; height:auto; position: relative;
