具體代碼如下樣式*{
?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;
}結(jié)構(gòu)?<div?class="bigbox">
??<form?action="">11</form>
??<textarea?name=""?id=""?cols="30"?rows="10"></textarea>
?</div>運(yùn)行后如圖:請問下面的邊距是哪來的?
添加回答
舉報
0/150
提交
取消