微信小程序实现MUI数字输入框效果

本文实例为大家分享微信小程序实现MUI数字输入框的具体代码,供大家参考,具体内容如下

效果

数字输入框效果图

WXML

rush:xml;"> gallery-list"> gallery-list">

WXSS

rush:css;"> .tui-number-group{ display: table; table-layout: fixed; width: 300rpx; text-align: center; border-radius: 6px; border: 1px solid #bbb; overflow: hidden; } .tui-number-cell{ display: table-cell; line-height: 1.7; border-radius: 0; } button::after{ border-bottom: none; border-top: none; border-radius: 0; }

JS

= 10 ? 10 : this.data.number1 + 1,disabled1: this.data.number1 !== 0 ? false : true,disabled2: this.data.number1 !== 10 ? false : true }); },nextNum1() { this.setData({ number1: this.data.number1 <= 0 ? 0 : this.data.number1 - 1,disabled2: this.data.number1 !== 10 ? false : true }); } })

注意

button组件的边框和圆角设置在button::after,需要对其重置。

DEMO

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持编程之家。

相关文章

开发微信小程序的用户授权登录功能
小程序开发页面如何实现跳转?
浅谈小程序开发中蓝牙连接错误分析及解决方法
什么是小程序?它有哪些功能?
如何配置小程序开发项目结构?(教程)
怎么把自己的店加入小程序