txt.jsp
上传用户:mingda
上传日期:2017-06-20
资源大小:27691k
文件大小:3k
源码类别:

OA系统

开发平台:

Java

  1. <%@ page contentType="text/html; charset=gb2312"%>
  2. <%@ page import="com.gforce.gfoa.*,com.gforce.currency.*,java.util.*" %>
  3. <%
  4. Session m_session= new Session(session);
  5. %>
  6. body,td,p,input,th,tr{font-size:12px;}
  7. .size12 {font-size:12px; line-height: 20px}
  8. .size14 {font-size:14px;}
  9. .size14h {font-size:14px; line-height: 18px}
  10. .size7 {font-size:7px;}
  11. .newTitle {font-size:14px; line-height: 18px;}
  12. A{font-size:12px;color: #000000}
  13. A:link {text-decoration:none;}
  14. A:alink {text-decoration: none; }
  15. A:visited {text-decoration: none;}
  16. A:active {text-decoration: none;}
  17. A:hover {text-decoration:underline;}
  18. li
  19. {
  20.   font-size:12px;}
  21. .DataRowsSingle {
  22.   background-color: <%=m_session.GetString("SingleColor")%>;
  23.   color: #000000;
  24.   border-top-width: 1px;
  25.   border-right-width: 1px;
  26.   border-bottom-width: 1px;
  27.   border-left-width: 1px;
  28.   border-top-style: solid;
  29.   border-right-style: solid;
  30.   border-bottom-style: solid;
  31.   border-left-style: solid;
  32.   border-top-color: #0A0A0A;
  33.   border-right-color: #330066;
  34.   border-bottom-color: #330066;
  35.   border-left-color: #0A0A0A;
  36. }
  37. .DataRowsDouble {
  38.   background-color: <%=m_session.GetString("DoubleColor")%>;
  39.   color: #000000;
  40.   border-top-width: 1px;
  41.   border-right-width: 1px;
  42.   border-bottom-width: 1px;
  43.   border-left-width: 1px;
  44.   border-top-style: solid;
  45.   border-right-style: solid;
  46.   border-bottom-style: solid;
  47.   border-left-style: solid;
  48.   border-top-color: #0A0A0A;
  49.   border-right-color: #330066;
  50.   border-bottom-color: #330066;
  51.   border-left-color: #0A0A0A;
  52. }
  53. .DataRowMouseOn {
  54.   background-color: <%=m_session.GetString("TopBackColor")%>;
  55.   color: #000000;
  56.   border-top-width: 1px;
  57.   border-right-width: 1px;
  58.   border-bottom-width: 1px;
  59.   border-left-width: 1px;
  60.   border-top-style: solid;
  61.   border-right-style: solid;
  62.   border-bottom-style: solid;
  63.   border-left-style: solid;
  64.   border-top-color: #330066;
  65.   border-right-color: #0A0A0A;
  66.   border-bottom-color:#0A0A0A ;
  67.   border-left-color: #330066;
  68.   borderColorDark: #330066;
  69.   borderColorLight: #0A0A0A;
  70. }
  71. .DataCols{
  72.   background-color:<%=m_session.GetString("SingleColor")%>;
  73.   color: #000000;
  74. }
  75. .DataColsMouseOn {
  76.   background-color: <%=m_session.GetString("TopBackColor")%>;
  77.   color: #000000;
  78. }
  79. .Content {
  80.   overflow: scroll;
  81.   cursor: auto;
  82.   border-top: 1px solid #666666;
  83.   border-right: 1px solid #CCCCCC;
  84.   border-bottom: 1px solid #CCCCCC;
  85.   border-left: 1px solid #666666;
  86.   display: inline;
  87.   height: 100%;
  88.   width: 100%;
  89.   background: #FFFFFF scroll;
  90.   white-space: normal;
  91.   clear: both;
  92.   float: none;
  93.   clip:   rect(auto auto auto auto);
  94.   position: absolute;
  95.   visibility: visible;
  96.   z-index: 0;
  97.   margin: 1px;
  98.   padding: 1px;
  99. }
  100. .DataList
  101. {
  102. width:100%;
  103. height:100%;
  104. overflow: auto;
  105. visibility: visible;
  106. }