1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="utf-8"%>
- <%@include file="/WEB-INF/ehr/commons/jsp/commonInclude.jsp" %>
- <style id="style-1-cropbar-clipper">
- .table { width: 100%; max-width: 100%; margin-bottom: 20px; }
- ul { padding: 0; margin-top: 0; }
- li { height: 30px; line-height: 30px; list-style-type:none; }
- li:not(.u-table-thead) { border-top: 1px solid #ddd; list-style-type:none; }
- li.from,li.to { color: #FFF; background-color: #7BC1B4; }
- .m-table-viewer{ border: 1px solid #ddd; }
- .u-table-thead { text-align: center; background-color: #2AA992; color: #FFF; }
- .j-menu { display: inline-block; width: 48px; }
- .j-meta-name { display: inline-block; width: 150px; }
- .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; }
- .u-operator.selected{ color: #FF0000; background-color: #fff; border-color: #ff0000; }
- .scrollbar { position: absolute; right: 0px; width: 3px; background: #ccc; line-height: 0; z-index: 1; }
- .scrollbar .handle { width: 100%; height: 100px; background: #459C8C; cursor: pointer; }
- .scrollbar .handle .mousearea { position: absolute; top: 0; left: -10px; width: 22px; height: 100%; }
- </style>
- <%--数据映射面板--%>
- <div id="main">
- </div>
- <!--footer start-->
- <div class="m-form-bottom" style="z-index: 30">
- <div id="btn_close" class="l-button l-button-no">
- <span>关闭</span>
- </div>
- <div id="btn_save" class="l-button">
- <span>确认</span>
- </div>
- </div>
- <!--end footer-->
- <script>
- </script>
|