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

posted @ 2019-12-26 15:23  enych  阅读(2564)  评论(0编辑  收藏  举报