小程序
小游戏
企业微信
微信支付
扫描小程序码分享
textarea的placeholder在安卓机上不显示?安卓机版本7.0.8
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
贴个代码看看?
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
<view class='inputArea'>
<textarea placeholder='请输入口味、偏好等要求,' placeholder-class='placeholder' maxlength="50" value='{{input}}' bindinput='writeRemark'></textarea>
<view class='num'>{{inputLength}}/50字</view>
</view>
<button class='confirm' bindtap='confrim'>确定</button>
.inputArea {
width: 690rpx;
height: 284rpx;
background: #f8f8f8;
border-radius: 20rpx;
padding: 30rpx 20rpx 15rpx 20rpx;
margin: 0 auto;
margin-top: 20rpx;
}
textarea {
width: 100%;
height: 90%;
font-size: 28rpx;
color: #333;
line-height: 40rpx;
.placeholder {
color: #b4b4b4 !important;
用你的代码测试未复现问题的,具体是什么表现呢?
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
贴个代码看看?
<view class='inputArea'>
<textarea placeholder='请输入口味、偏好等要求,' placeholder-class='placeholder' maxlength="50" value='{{input}}' bindinput='writeRemark'></textarea>
<view class='num'>{{inputLength}}/50字</view>
</view>
<button class='confirm' bindtap='confrim'>确定</button>
.inputArea {
width: 690rpx;
height: 284rpx;
background: #f8f8f8;
border-radius: 20rpx;
padding: 30rpx 20rpx 15rpx 20rpx;
margin: 0 auto;
margin-top: 20rpx;
}
textarea {
width: 100%;
height: 90%;
font-size: 28rpx;
color: #333;
line-height: 40rpx;
}
.placeholder {
font-size: 28rpx;
color: #b4b4b4 !important;
line-height: 40rpx;
}
用你的代码测试未复现问题的,具体是什么表现呢?