场景: 需要更改uniapp中input输入框的placeholder样式

使用了UNIapp的placeholder-class和placeholder-style未生效

解决:.input为input类名

.input::placeholder{
      font-size: 28rpx;
      color: #AAAAAA;
    }

 

相关文章:

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