/* 设置input框提示内容的样式 */
input::-webkit-input-placeholder {
font-size: 14px;
color: #ccc;
font-weight: 400;
font-family: sans-serif;
} /*webkit 内核浏览器*/
input::-moz-placeholder {
font-size: 14px;
color: #ccc;
font-weight: 400;
font-family: sans-serif;
} /*Mozilla Firefox 19+*/
input:-moz-placeholder {
font-size: 14px;
color: #ccc;
font-weight: 400;
font-family: sans-serif;
} /*Mozilla Firefox 4 to 18*/
input:-ms-input-placeholder {
font-size: 14px;
color: #ccc;
font-weight: 400;
font-family: sans-serif;
} /* 设置textarea框提示内容的样式 */
textarea::-webkit-input-placeholder {
font-size: 14px;
color: #ccc;
font-weight: 400;
font-family: sans-serif;
} /*webkit 内核浏览器*/
textarea::-moz-placeholder {
font-size: 14px;
color: #ccc;
font-weight: 400;
font-family: sans-serif;
} /*Mozilla Firefox 19+*/
textarea:-moz-placeholder {
font-size: 14px;
color: #ccc;
font-weight: 400;
font-family: sans-serif;
} /*Mozilla Firefox 4 to 18*/
textarea:-ms-input-placeholder {
font-size: 14px;
color: #ccc;
font-weight: 400;
font-family: sans-serif;
}

  

最新文章

  1. Leetcode 笔记 35 - Valid Soduko
  2. 用python实现的百度音乐下载器-python-pyqt-改进版
  3. Scrapy的中Css 选择器
  4. SQL Server 数据库备份
  5. 隐藏 input 标签的边框
  6. 连连看的设计与实现——四人小组项目(GUI)
  7. UVALive 3713 Astronauts (2-SAT,变形)
  8. MAC X OS 自定义分辨率
  9. 用DOS命令获取文件列表
  10. set RowCount 与 top n
  11. “.Net 社区大会”(dotnetConf) 2017 Day 1 Keynote: .NET Everywhere
  12. java 修饰符之修饰范围
  13. 如何控制input框!
  14. C控制台实现模拟平抛运动算法
  15. <六>企业级开源仓库nexus3实战应用–使用nexus3配置yum私有仓库
  16. js数组作为参数用ajax向后台传参数
  17. TortoiseSVN切换更改登录账号密码
  18. 《Android应用性能优化》1——代码
  19. vue中实现中,自动补全功能
  20. C#学习笔记-外观模式

热门文章

  1. VS2022 17.1.6在windows10下打开winform设计器报timed out while connecting to named pipe错误
  2. supervisor 安装及基本使用
  3. linux开机出现grub界面
  4. 【Frida】打印方法的调用堆栈
  5. golang 用gorm生成module文件
  6. 利用Word文档的宏命令,仿信纸写文件报告
  7. Linux系统Shell脚本第三章:for、while循环及脚本实操
  8. hadoop服务异常,磁盘坏道critical medium error,dev sdh,sector xxxx
  9. [WSL-1-Ubuntu]使用oh-my-zsh美化你的WSL(附脚本)
  10. 南大ics-pa/PA1.1过程及感想