html select 选择框 和input输入框 水平 不对齐 解决


        <div style="margin-top:20px;margin-bottom:10px;">
            <div style="display: inline-block;vertical-align: bottom;">
                <select style="width:100%;" id="type0"></select>
            </div>
            <div style="display: inline-block;">
                <input type="text" value="" id="where" placeholder="查询条件" />
                <input type="button" value="查询" onclick="post_test('list');" />
                <input type="button" value="新增" onclick="post_test('show');" />
                <input type="button" value="批量删除" />
            </div>
        </div>

转自 : https://blog.csdn.net/weixin_38465980/article/details/84380175

禁用下拉框 

pointer-events: none;

转自:https://www.cnblogs.com/Bud-blog/p/10271282.html


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM