点击input输入框实现页面跳转功能

1.wxml页面代码:
< view class = "section__title">
<!-- 搜索框 -->
< input class = "center-input input-search" type = "text" placeholder = "搜索商品" placeholder-class = "placeholder-class" bindfocus = "intoSearchFunc" / >
</ view >
2.wxss页面代码:
.center-input { width: 100% ; height: 30px ; font: 16px / 1 "microsoft yahei" ; color: #333 }
/* input::-ms-input-placeholder{text-align: center;}
input::-webkit-input-placeholder{text-align: center;} */
.placeholder-class { text-align: center ;}
input { border: 1px solid white ; background-color: transparent ; text-align: center ;}
.left-overflow { overflow-x: hidden ; overflow-y: hidden ;}
.input-search {
background-image: url ( http://211.159.165.227/my/search.png ); /*设置小图标*/
background-size: 25px 25px ; /*小图标的大小*/
background-position: 65% 4px ; /*小图标在input的位置*/
background-repeat: no-repeat ; /*背景小图标不重复*/
}
3.js页面代码:
intoSearchFunc: function (e) {
wx.navigateTo({
url: '../search/search'
})
},
4.运行截图:

小程序教程地址:小程序教程集合地址
如果大家对文章有什么问题或者疑意之类的、想要源代码的、想看更多此类文章的,都可以可以加我订阅号,订阅号上面我会定期更新最新博客和资源。 如果嫌麻烦可以直接加我wechat:lzqcode

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值