程序-手写下拉组件,实现搜索、弹出、关闭、点击选择、静态数据模糊查询等

网友投稿 747 2022-11-26

小程序-手写下拉组件,实现搜索、弹出、关闭、点击选择、静态数据模糊查询等

小程序-手写下拉组件,实现搜索、弹出、关闭、点击选择、静态数据模糊查询等

wxml

请选择小区

wxss

#cp_tanchuang_body{ width: 100%; height: 300px; background-color: #e9e9e9; padding: 10px; overflow: hidden; position: absolute; bottom: 0px; z-index: 1000;}.cp_tanchuang_x{ position: absolute; right:50px; width: 30PX; height: 30PX; font-size: 20PX; font-weight: 600; text-align: right; z-index: 1001;}.wx-input{ width: 70%; height: 34px; margin-top:10px; background-color: #fff; border: #eee solid 1px; display:inline-block;}.wx-button{ display: inline-block; width: 20%; height: 36px; line-height: 36px;}.section__body{ width: 100%; height: 300px; overflow:scroll; }.section__list{ height: 36px; line-height: 36px; padding-left:10px; border-bottom: #e5e5e5 solid 1px;}

js

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:c# winform两个列表控件公用一个数据集,右边的列表里不能出现左边列表里选中的项
下一篇:c# .net 生成 rfc3339标准时间格式
相关文章

 发表评论

暂时没有评论,来抢沙发吧~