mpvue——小程序修改input的placehold样式
时间:2019-03-01 13:36:03
收藏:0
阅读:566
前言
官方地址
https://developers.weixin.qq.com/miniprogram/dev/component/input.html
用placeholder-class的时候没生效,就直接用placeholder-style,效果立马出来了

代码段
<input type="number" placeholder="在此输入其他数" placeholder-style="color: rgba(216, 205, 255, 1);font-size:12px;">
效果图

原文:https://www.cnblogs.com/wangyang0210/p/10455855.html
评论(0)