无限星辰工作室-客户无限互联网动力之源

标题: placeholder的字体大小统一设置 [打印本页]

作者: crx349    时间: 2022-10-25 15:30
标题: placeholder的字体大小统一设置
在公用的css文件里面写上:

  1. /*输入框提示字体*/
  2. input::-webkit-input-placeholder {  /* WebKit browsers */     font-size: 0.9rem; } input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */     font-size: 0.9rem; } input::-moz-placeholder { /* Mozilla Firefox 19+ */     font-size: 0.9rem; } input :-ms-input-placeholder { /* Internet Explorer 10+ */     font-size: 0.9rem; }
  3. /*输入框提示字体*/
复制代码


留着,备用,同时分享~





欢迎光临 无限星辰工作室-客户无限互联网动力之源 (https://www.xmspace.net/) Powered by Discuz! X3.4