急求css部分源代码!!
急求css部分源代码!!
急求css部分源代码!!
2018-05-15
<style type="text/css">
body,
form,
input {
margin: 0;
padding: 0;
font-size: 12px
}
body {
margin-left: 50px
}
form {
height: 30px;
line-height: 30px
}
.text {
height: 20px;
vertical-align: middle
}
.btn {
height: 24px;
width: 50px;
vertical-align: middle;
border: 1px solid #333;
background: #ccc;
}
</style>
举报