1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > 修改input提示文字样式

修改input提示文字样式

时间:2019-05-31 20:25:37

相关推荐

修改input提示文字样式

1 <!DOCTYPE html>2 <html>3 <head>4<meta charset="utf-8">5<title></title>6<style>78input::-webkit-input-placeholder {9 /* placeholder颜色 */10 color: #aab2bd;11 /* placeholder字体大小 */12 font-size: 12px;13 /* placeholder位置 */14 text-align: right;15}16input {17 border: 1px solid red;18}19</style>20 </head>21 <body>2223<input type="text" placeholder="请输入手机号">2425 </body>26 </html>

原文地址:/ooo0/p/6141764.html

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。