mac开发者工具对textarea的font-weight显示有问题

发布于 7 年前作者 xiulanyang4537 次浏览最后编辑 7 年前来自 ask
  • 当前 Bug 的表现(可附上截图)

textarea 的 placeholder-class 属性的 font-weight 没有生效

  • 预期表现

图中输入备注应该 font-weight:300 的粗细

  • 复现路径

  • 提供一个最简复现 Demo
<textarea placeholder="输入备注(如货物类别及跟车人数)" placeholder-class="input_p" maxlength="50" auto-height="true"></textarea>
 
.input_p {
  font-weight: 300;
  color: #cccccc;
}
1 回复
daina
daina1 楼5 年前

还没修????我今天又遇到又是坏的