小程序
小游戏
企业微信
微信支付
扫描小程序码分享
.section{
height: 30px;
width: 100%;
}
.section input{
width:95%;
margin-left: 2.5%;
border:1px solid #c3c3c3;
height:30px;
border-radius: 3px;
padding: 0 5px;
background: #fff
小程序一个input框,给了一个背景颜色,但是输入的时候背景颜色就消失了,问各位大神是怎么回事。
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
但是有提示coverview不可以嵌套input啊,要怎么解决?
<view class="section">
<input bindinput="bindInput" placeholder="搜索" focus="true" />
</view>
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
后面是地图吗?似乎地图会遮住控件.应该用coverview
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
但是有提示coverview不可以嵌套input啊,要怎么解决?
<view class="section">
<input bindinput="bindInput" placeholder="搜索" focus="true" />
</view>
后面是地图吗?似乎地图会遮住控件.应该用coverview