在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
微信小程序学习:加减控件 /*全局样式*/ page { padding: 20px 0; } /*主容器*/ .stepper { width:80px; height:26px; margin: 0 auto; border: 1px solid #ccc; border-radius: 3px; } /*加号和减号*/ .stepper text { float: left; width: 19px; line-height: 26px; text-align: center; } /*数值*/ .stepper input { width: 40px; height: 26px; float: left; margin: 0 auto; text-align: center; font-size: 12px; border-left: 1px solid #ccc; border-right: 1px solid #ccc; } /*普通样式*/ .stepper .normal {
color:black;
}
/*禁用样式*/ .stepper .disable {
color: #ccc;
}
微信小程序效果图:
|
请发表评论