记录一些工作中或者在浏览论坛中看到的一些好玩有用的工具。

  1. vue-slideout:https://github.com/vouill/vue-slideout,作为
  2. slideout:

—2019-08-18—

input placeholder 在ios垂直不居中

1
2
3
4
5
6
input::-webkit-input-placeholder {
vertical-align: center;
line-height: normal;
color: #aab2bd; //字体颜色
font-size: 12px; // 字体大小
}

__END__

o0Chivas0o
文章作者:o0Chivas0o
文章出处记录一些工作中会使用或将使用的工具
作者签名:Rich ? DoSomethingLike() : DoSomethingNeed()
版权声明:文章除特别声明外,均采用 BY-NC-SA 许可协议,转载请注明出处