| | |
| | | <div class="select-box"> |
| | | <div class="hd"> |
| | | <label for="hd-select">河段:</label> |
| | | <select id="hd-select" class="hd-select" name="hd" > |
| | | <!-- <select id="hd-select" class="hd-select" name="hd" >--> |
| | | </select> |
| | | <!--做模糊查询选择框时使用--> |
| | | <!-- <input type="text" name="hd-input" id="hd-input" class="hd-input" placeholder="请选择或输入" />--> |
| | | <!-- <select name="hd-select" id="hd-select" size="10" style="display:none;">--> |
| | | <!-- </select>--> |
| | | <input type="text" name="hd-input" id="hd-input" class="hd-input" placeholder="请选择或输入"/> |
| | | <select name="hd-select" id="hd-select" size="10"> |
| | | </select> |
| | | </div> |
| | | <div class="smx"> |
| | | <label for="smx-select">水面线:</label> |
| | |
| | | <div class="sw"> |
| | | <label for="sw-input">水位:</label> |
| | | <div style="display: flex;flex-direction: column"> |
| | | <input id="sw-input" class="sw-input" type="text" name="word" autocomplete="off" maxlength="256"/> |
| | | <input id="sw-input" class="sw-input" type="text" name="word" autocomplete="off" |
| | | maxlength="256"/> |
| | | <span class="tip">正数为水位上涨,负数为水位下降</span> |
| | | </div> |
| | | </div> |
| | |
| | | <div class="flood-history"> |
| | | <div class="search-box"> |
| | | <label for="search-name">名称:</label> |
| | | <input id="search-name" class="search-name-input" type="text" name="word" autocomplete="off" maxlength="256" placeholder="请输入筛选名称"/> |
| | | <input id="search-name" class="search-name-input" type="text" name="word" autocomplete="off" |
| | | maxlength="256" placeholder="请输入筛选名称"/> |
| | | <input class="search-button" type="button" value="查 询" /> |
| | | </div> |
| | | <div class="table-box"> |