收藏
回答

请教input字体颜色的设置问题

框架类型 问题类型 操作系统 工具版本
小程序 需求 Windows 1.02.180250


如上图,我想设置200那里是黑色(现在是灰色)。 下面是代码,看要如何修改?谢谢!

//wxml

<view style="display:flex;" >

<label>用户编号:</label>

<view class="inputView2">  

<input  color="#000000" type="number" placeholder="200" bindinput="phoneInput" height="10px" />

</view>

</view>


//css

.inputView2 {

background-color: #fff;

line-height: 20px;

}


回答关注问题邀请回答
收藏

3 个回答

  • XWT56
    XWT56
    2018-11-23



    设置placeholder-class

    2018-11-23
    有用 1
    回复 1
    • 2018-11-23

      这种方法可以了。谢谢!

      2018-11-23
      回复
  • 极品新
    极品新
    2018-11-23

    你的那个 “200” 是placeholder-class 的样式

    2018-11-23
    有用 1
    回复 1
    • 2018-11-23

      可以了,谢谢!

      2018-11-23
      回复
  • 这都申请了
    这都申请了
    2018-11-23

    style='color:#000',怎么说呢,建议先学一下css

    2018-11-23
    有用
    回复 2
    • 2018-11-23

      谢谢!但改为以下,也不行。

      <view style="display:flex;" >

      <label>用户编号:</label>

      <view class="inputView2">  

      <input  style="color:#000000" type="number" placeholder="200" bindinput="phoneInput" height="10px" />

      </view>

      </view>


      2018-11-23
      回复
    • 这都申请了
      这都申请了
      2018-11-23回复

      不应该吧,调试一下是怎样的

      2018-11-23
      回复
登录 后发表内容