Fei_Xian_Lin_Ye_Fang_Huo/public/widgets/mapSwipe/view.html

21 lines
938 B
HTML
Raw Normal View History

2023-08-18 08:55:52 +08:00
<!-- 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>