banner图上的区域遮盖banner图
在那个banner图上加一块内容,我并没给它设置背景颜色,但是那块内容的背景颜色默认是白色的,这就把我的banner图的那块区域遮挡住了,老师写的时候为啥是透明的
正在回答
<div class="banner">
<img src="banner3.jpg"/>
<div class="opacity"></div>
<div class="fujia">
<input class="o" type="text" name="username" placeholder="your name"/>
<input class="o" type="text" name="userphone" placeholder="your phone"/>
<input class="o" type="text" name="useremail" placeholder="your email"/>
<input class="p" type="text" name="usercomment" placeholder="your comment"/>
<button>SEND MESSAGE</button>
.banner{width:100%;height:600px;margin-top: 0;}
.banner img{width:100%;height:600px;}
.banner .opacity{width:100%;height:600px;color:black;position:absolute;
opacity:0.5;top:100px;left:0;}
.banner .fujia{width:500px;height:300px; float:left;position: absolute;
top: 50%;left: 50%;margin-top: -150px;margin-left: -250px;z-index: 2;}
.banner .fujia .o{width: 500px;height:40px;border: 1px white solid;}
.banner .fujia .p{width: 500px;height:150px;border: 1px white solid;}
button{width:200px;height:30px;margin-left: 150px}
- 参与学习 人
- 提交作业 11218 份
- 解答问题 36713 个
从一个不会编程的小白到一个老司机是需要过程的,首先得入门,学习基础知识,然后才能进阶,最后再到精通,本专题是你走进前端世界的不二选择!
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星