正在回答 回答被采纳积分+1
.contact_us {
width: 1425px;
}
.contact_us > form {
width: 1000px;
height: 500px;
margin: auto;
}
.contact_us > form > .name {
float: left;
width: 480px;
height: 50px;
margin-top: 50px;
border: solid;
border-width: thin;
border-color: #b1b2b1;
}
.contact_us > form > .email {
float: right;
width: 480px;
height: 50px;
margin-top: 50px;
border: solid;
border-width: thin;
border-color: #b1b2b1;
}
.contact_us > form > .message {
width: 100%;
height: 200px;
margin: 15px auto 20px;
resize: none;
border: solid;
border-width: thin;
border-color: #b1b2b1;
}
.contact_us > form > .submit {
font-size: 18px;
display: block;
width: 180px;
height: 50px;
margin: auto;
color: #fff;
background-color: #f46208;
}
.contact_us > form > .submit:hover {
cursor: pointer;
}
- 参与学习 1887 人
- 提交作业 4643 份
- 解答问题 5760 个
有HTML和CSS基础,却不知道如何进阶?本路径带你通过系统学习,完成从“会做网页”到“做出好的动态网页”的蜕变,迈出成为前端工程师的第一步。
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星