html中input框架如何改变颜色 求css样式及调用语句
1 回答
呼如林
TA贡献1798条经验 获得超3个赞
<style type="text/css">
.input1{ width:100px; height:20px; background:#ddd; border:1px solid #960;}
</style>
<body>
<input class="input1" type="text">
</body>
- 1 回答
- 0 关注
- 957 浏览
相关问题推荐
添加回答
举报
0/150
提交
取消