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