小程序输入框text问题
发布于 6 年前 作者 taoyang 20155 次浏览 来自 问答

.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

回到顶部