e761b7447e6df8fe56e84ec75cacabd7a7ad6b2c.svn-base 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. @CHARSET "UTF-8";
  2. #reloadTree {
  3. background : #EFF3F8;
  4. border-bottom : 1px solid #CBCBCB;
  5. padding-left : 5px;
  6. }
  7. #reloadTree span{
  8. cursor : pointer;
  9. color : #104E8B;
  10. }
  11. a.fn{
  12. color: #3366CC;
  13. text-decoration: none;
  14. cursor: pointer;
  15. }
  16. a.fn:hover{
  17. color: #FF6600;
  18. text-decoration: underline;
  19. }
  20. .panel {
  21. border: 1px solid #84A0C4;
  22. }
  23. .leftPanel {
  24. width: 260px;
  25. overflow: auto;
  26. }
  27. .rightPanel {
  28. overflow: auto;
  29. }
  30. .tableCon {
  31. border: 0;
  32. margin: 0;
  33. border-collapse: collapse;
  34. border-spacing: 0;
  35. width : 100%;
  36. }
  37. #planTable td {
  38. padding-left: 3px;
  39. }
  40. #rightForm {
  41. padding: 5px;
  42. }
  43. #conPlan td {
  44. text-align: left !important;
  45. }
  46. /*******预案预览样式***********/
  47. .leftHtml{
  48. width : 199px;
  49. border-collapse: collapse;
  50. }
  51. .centerHtml{
  52. width : 98%;
  53. margin-left:4px;
  54. }
  55. .previewTable {
  56. border: none;
  57. margin: 5px;
  58. border-collapse: collapse;
  59. border-spacing: 0;
  60. width : 99%;
  61. }
  62. .previewTable table{
  63. border: none;
  64. border-collapse: collapse;
  65. border-spacing: 0;
  66. width : 100%;
  67. }
  68. .previewTitle {
  69. font-size : 17px;
  70. text-align : center;
  71. color: #1962DA;
  72. height : 30px;
  73. line-height : 30px;
  74. font-weight: bold;
  75. }
  76. .trBackLeft {
  77. height : 24px;
  78. width : 2px;
  79. background: url(../../images/business/he/plan/2_01.png) no-repeat;
  80. background-position : 2px 0px;
  81. }
  82. .trBackGround {
  83. height: 24px;
  84. line-height : 24px;
  85. margin:0;
  86. background: url(../../images/business/he/plan/2_02.png) repeat-x;
  87. }
  88. .trBackright {
  89. height : 24px;
  90. width : 2px;
  91. background: url(../../images/business/he/plan/2_03.png) no-repeat;
  92. }
  93. .trBackGround a {
  94. color: #3464B9;
  95. font-weight: bold;
  96. }
  97. .conTr {
  98. border-left : red;
  99. padding-left : 2px;
  100. }
  101. .planTitleBackGround {
  102. color: #ffffff;
  103. font-weight: bold;
  104. height: 24px;
  105. border: 1px solid #97BCD9;
  106. background: url(../../images/business/he/plan/planTitleBg.png) repeat-x;
  107. }
  108. .currentPlanTitle {
  109. color: #FF6633 !important;
  110. font-weight: bold !important;
  111. }
  112. .planTitleBackGround a,.planSection a,.trBackGround a {
  113. padding-left: 10px;
  114. }
  115. .plantitle table {
  116. border-collapse: collapse;
  117. width : 100%;
  118. }
  119. .plantitle{
  120. border: none;
  121. border-collapse: collapse;
  122. border-spacing: 0;
  123. width : 100%;
  124. }
  125. .content {
  126. border : 1px solid #97BCD9;
  127. width : 99%;
  128. margin-left : 2px;
  129. margin-right : 2px;
  130. }
  131. .selectedPlan {
  132. border: 1px solid red;
  133. }
  134. /**grid样式***/ /*默认无级别*/
  135. .x-grid-back-def {
  136. background: #B4B4B4;
  137. color: black;
  138. }
  139. /*一级级别*/
  140. .x-grid-back-one {
  141. background: #FF0000;
  142. color: white;
  143. }
  144. /*二级级别*/
  145. .x-grid-back-two {
  146. background: #FF9900;
  147. color: white;
  148. }
  149. /*三级级别*/
  150. .x-grid-back-three {
  151. background: yellow;
  152. color: black;
  153. }
  154. /*四级级别*/
  155. .x-grid-back-four {
  156. background: blue;
  157. color: white;
  158. }
  159. /******组织机构*********/
  160. .node {
  161. line-height : 40px!important;
  162. height : 40px!important;
  163. color : #FFFFFF!important;
  164. background : #4F81BD!important;
  165. border : 5px solid white;
  166. border-color : #385D8A!important;
  167. border-radius : 8px;
  168. }
  169. .node a{
  170. color : #FFFFFF!important;
  171. }
  172. div.jOrgChart table{
  173. margin : 0px auto!important;
  174. }
  175. /*********预案管理新增************/
  176. .reserveInfo {
  177. width : 98%;
  178. height : 320px;
  179. margin-top : 5px;
  180. }
  181. .reserveInfo div.tt {
  182. border-top : 2px solid #3C95C8;
  183. margin-top :3px;
  184. }
  185. /***********预案内容编辑*******************/
  186. table.templateContentList {
  187. border: 0;
  188. margin: 0;
  189. border-collapse: collapse;
  190. border-spacing: 0;
  191. width : 100%;
  192. }
  193. table.templateContentList td {
  194. border: 1px solid #4D85C0;
  195. padding-left : 7px;
  196. }
  197. /***************物资设备队伍调用*************************/
  198. .imagetable {
  199. font-family: verdana,arial,sans-serif;
  200. font-size:11px;
  201. color:#333333;
  202. border : none;
  203. border-collapse: collapse;
  204. width:100%;
  205. word-wrap:break-word;
  206. word-break:break-all;
  207. }
  208. .imagetable th {
  209. background:#EFF3F8;
  210. height : 27px;
  211. line-height : 27px;
  212. border: 1px solid #999999;
  213. padding-left : 4px;
  214. }
  215. .imagetable td {
  216. border : 1px solid #999999;
  217. padding-left: 4px;
  218. }