html中input框架如何改變顏色 求css樣式及調(diào)用語句
1 回答

呼如林
TA貢獻(xiàn)1798條經(jīng)驗(yàn) 獲得超3個(gè)贊
<style type="text/css">
.input1{ width:100px; height:20px; background:#ddd; border:1px solid #960;}
</style>
<body>
<input class="input1" type="text">
</body>
添加回答
舉報(bào)
0/150
提交
取消