为什么我的背景图不出来

div部分

<section class="section sec1 global_class"></section>

Css部分

*{margin: 0 ;padding: 0}
body{font-size: 14px;color: #fff;font-family: '微软雅黑'}
html,body{ height:100%; overflow:hidden;position: relative}
.section{ display: none; position:absolute; top:0; left:0; width:100%; height:100%;}
.section.sec1{background: url("images/bg.png")no-repeat center ;width: 100%;height: 100%;background-size: 100% 100%;}


薏苡x
浏览 1542回答 1
1回答

FSYu

你css第四行display:none;把这个元素隐藏了啊!所以看不到
打开App,查看更多内容
随时随地看视频慕课网APP