在uniapp中,你可以通过placeholder-class和placeholder-style来设置placeholder的样式。如果placeholder-class不生效,你可以尝试使用placeholder-style直接在组件上设置样式: html <input type="text" placeholder="请输入内容" placeholder-style="color: gray; font-size: 14px;" /> 4. 解决scoped样式作用域...
一、问题描述: input框中的placeholder属性是可以更改样式,更改的方式为placeholder-class="你的style名" example: <viewclass="top_one"><text>姓名</text>//(注释)这里--- placeholder_text</view><viewclass="top_two"><text>手机号码</text></view>.placeholder_class { font-family: 'Source Han Sans...
应该是生效的,可能你有其它样式影响了,最好自己调试看看
尝试将样式设置到 App.vue 中
组件声明了addGlobalClass为true是表示你在class里用的样式可以影响input,并没说placeholder-class可以直接...
placeholder-class 不生效 style 为scoped时 写法为 /deep/.inp-plc { text-align: right; color: rgba(194, 194, 194, 1); font-size: 28rpx; font-weight: 400; }
2、input组件placeholder字体颜色 写在placeholder-class里面的color并不生效,需要写在placeholder-style里面...
2、input组件placeholder字体颜色 写在placeholder-class里面的color并不生效,需要写在placeholder-style里面...
){this.showtexteare=true})如此 placeholder-style="color:red"placeholder-class="plcst"才会生效 ...
场景: 需要更改uniapp中input输入框的placeholder样式 使用了UNIapp的placeholder-class和placeholder-style未生效 解决:.input为input类名 .input::placeholder{ font-size: 28rpx; color: