Fei_Xian_Lin_Ye_Fang_Huo/public/widgets/mapSwipe/view.html

21 lines
938 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!-- 2017-8-24 10:38:42 | 修改 木遥(微信: http://marsgis.cn/weixin.html -->
<div class="mapSwipeBar animation-slide-top">
<div class="dropdown dropdown-hover">
<label> 左侧图层:</label>
<button id="btnSelectBaseMap" class="btn btn-default" type="button" data-toggle="dropdown">
选择左侧图层
</button>
<ul id="ddl_basemap" class="dropdown-menu pull-left"></ul>
</div>
<div class="dropdown dropdown-hover">
<label> 右侧图层:</label>
<button id="btnSelectSwipelayer" class="btn btn-default" type="button" data-toggle="dropdown">
选择右侧图层
</button>
<ul id="ddl_swipelayer" class="dropdown-menu pull-left"></ul>
</div>
<button id="btn_mapSwipe_close" type="button" class="btn btn-default">
<span class="fa fa-remove" aria-hidden="true"></span>
</button>
</div>