input的怎么根据type和多个css定义样式

 我来答
百度网友6b46965
推荐于2017-10-07 · TA获得超过5583个赞
知道小有建树答主
回答量:957
采纳率:84%
帮助的人:424万
展开全部
第一种:
.style1{color:red;}
.style2{color:green;}
<input type="text" class="style1" />
<input type="password" class="style2" />

第二种:
<input type="text" style="color:red;" />
<input type="password" style="color:green;" />
第三种:css3选择器,ie低版本不支持
input[type=text]{color:red;}
input[type=password]{color:green;}

<input type="text" />
<input type="password" />
当然还可以根据js去做
百度网友41a87c6
推荐于2017-09-27 · 超过51用户采纳过TA的回答
知道小有建树答主
回答量:152
采纳率:0%
帮助的人:127万
展开全部
第一种:
.style1{color:red;}
.style2{color:green;}
<input type="text" class="style1" />
<input type="password" class="style2" />

第二种:
<input type="text" style="color:red;" />
<input type="password" style="color:green;" />
第三种:css3选择器,ie低版本不支持
input[type=text]{color:red;}
input[type=password]{color:green;}

<input type="text" />
<input type="password" />
当然还可以根据js去做
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
edelwissliu
2012-08-17 · 超过12用户采纳过TA的回答
知道答主
回答量:44
采纳率:0%
帮助的人:27.8万
展开全部
就直接给input里面加个style=“” 引号里面写你的样式就可以,
或者你给input引入个类,在css文件里面写。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式