placeholder样式设置:

input::-webkit-input-placeholder{
  color: #D9D9D9;
  font-size: 36px;
}

  

布局设置:

input::-webkit-input-placeholder{
  color: #D9D9D9;
  font-size: 36px;
  transform: translate(0, -10px);
}

  

input::-webkit-input-placeholder{
    line-height: 25px
  }

  

相关文章:

  • 2022-12-23
  • 2021-11-13
  • 2021-11-13
  • 2022-12-23
  • 2021-04-17
  • 2022-12-23
猜你喜欢
  • 2021-11-13
  • 2021-11-13
  • 2021-08-01
  • 2021-06-29
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案