dataMapping.jsp 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8"%>
  2. <%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
  3. <style id="style-1-cropbar-clipper">
  4. .table { width: 100%; max-width: 100%; margin-bottom: 20px; }
  5. ul { padding: 0; margin-top: 0; }
  6. li { height: 30px; line-height: 30px; list-style-type:none; }
  7. li:not(.u-table-thead) { border-top: 1px solid #ddd; list-style-type:none; }
  8. li.from,li.to { color: #FFF; background-color: #7BC1B4; }
  9. .m-table-viewer{ border: 1px solid #ddd; }
  10. .u-table-thead { text-align: center; background-color: #2AA992; color: #FFF; }
  11. .j-menu { display: inline-block; width: 48px; }
  12. .j-meta-name { display: inline-block; width: 150px; }
  13. .u-operator { padding: 0 2px; border: 1px solid transparent; color: #FFF; background-color: rgba(76, 177, 158, 0.8); border-radius: 3px; font-size: 12px; }
  14. .u-operator.selected{ color: #FF0000; background-color: #fff; border-color: #ff0000; }
  15. .scrollbar { position: absolute; right: 0px; width: 3px; background: #ccc; line-height: 0; z-index: 1; }
  16. .scrollbar .handle { width: 100%; height: 100px; background: #459C8C; cursor: pointer; }
  17. .scrollbar .handle .mousearea { position: absolute; top: 0; left: -10px; width: 22px; height: 100%; }
  18. </style>
  19. <%--数据映射面板--%>
  20. <div id="main">
  21. </div>
  22. <!--footer start-->
  23. <div class="m-form-bottom" style="z-index: 30">
  24. <div id="btn_close" class="l-button l-button-no">
  25. <span>关闭</span>
  26. </div>
  27. <div id="btn_save" class="l-button">
  28. <span>确认</span>
  29. </div>
  30. </div>
  31. <!--end footer-->
  32. <script>
  33. </script>