具体代码如下样式*{
margin: 0px;
padding: 0px;
}
body{
background-color: pink;
width: 100%;
height: 100%;
}
.bigbox{
width: 50%;
margin: 150px auto;
border: 2px solid #ff90a3;
border-radius: 10px;
}
form{
width: 100%;
height: 400px;
background-color: #fff;
border-radius: 10px 10px 0 0;
}
textarea{
width: 100%;
border: none;
border-radius: 0 0 10px 10px;
outline: none;
}结构 <div class="bigbox">
<form action="">11</form>
<textarea name="" id="" cols="30" rows="10"></textarea>
</div>运行后如图:请问下面的边距是哪来的?
- 2 回答
- 0 关注
- 7972 浏览
相关问题推荐
添加回答
举报
0/150
提交
取消