legend.html 649 B

1234567891011121314151617
  1. <div id="tmaticLegendViewer" class="modal popup_html">
  2. <iframe frameborder="0" class="cover-iframe"></iframe>
  3. <div class="cover-content">
  4. <div class="popup-lt"></div>
  5. <div class="popup-lb"></div>
  6. <div class="popup-rt"></div>
  7. <div class="popup-rb"></div>
  8. <div id="tmaticLegendViewerTitle"></div>
  9. <div class="popup-ct">
  10. <button type="button" class="btn btn1 close"></button>
  11. <h3 id="tmaticLegendViewerTitleLabel">查看图例</h3>
  12. </div>
  13. <div class="popup-cb modal-body">
  14. <div id="tmaticLegendViewerBox"></div>
  15. </div>
  16. </div>
  17. </div>