修改input属性placeholder的样式

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="木人子韦一日尘">
<title>修改input属性placeholder的样式</title>
<style>
#canChange::-webkit-input-placeholder{
color:red;
font-size:2em;
}
</style>
</head>
<body>
<input type="text" placeholder="我是可以改变的">
<input type="text" placeholder="我是可以改变的" id="canChange">
</body>
</html>

修改input属性placeholder的样式

浏览器是否支持,添加前缀就是,比如webkit就由是webkit内核的浏览器,ms是ms内核的浏览器

上一篇:443 B. Table Tennis


下一篇:5G信令(就是用户身份信息)——手机开机后,先从USIM中读取之前运营商分配的临时身份信息GUTI/TMSI,发送携带该身份信息的信令给基站,请求接入运营商网络。