form.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. /**
  2. 附件样式表。
  3. */
  4. div.attachement{
  5. float:left;
  6. overflow:hidden;
  7. padding:3px 0 0 15px;
  8. white-space:nowrap;
  9. }
  10. span.attachement-span{
  11. float:left;
  12. background:#f5f6f4;
  13. border:1px solid #e1e1e1;
  14. margin:5px 10px 5px 0;
  15. padding 1px 3px 1px 5px;
  16. }
  17. a.attachment{
  18. text-decoration: none;
  19. font-size: 13px;
  20. color:#606060;
  21. }
  22. a.cancel{
  23. background:url(../images/cancel.png) 0 1px no-repeat;
  24. display:inline-block;
  25. height:14px;
  26. margin-left:8px;
  27. overflow:hidden;
  28. width:14px;
  29. text-decoration:none;
  30. }
  31. a.attachment:hover{
  32. text-decoration: underline;
  33. }
  34. table.formTable{
  35. border:1px solid #366092;border-collapse :collapse;width:100%;text-align:center;
  36. font-size: 12px;
  37. }
  38. td.formHead{
  39. border:1px solid #366092;
  40. text-align: center;
  41. font-size: 16px;
  42. font-weight: bold;
  43. background-color: #366092;
  44. height: 32px;
  45. color: #fff;
  46. }
  47. .window-table{
  48. width:50%;
  49. padding: 0;
  50. margin: 0;
  51. margin-top:15px;
  52. border-collapse:collapse;
  53. }
  54. .window-table th{
  55. width:40%;
  56. font-size: 13px;
  57. border: 1px solid #A8CFEB;
  58. background: #EDF6FC;
  59. font-size:13px;
  60. padding: 6px 6px 6px 12px;
  61. }
  62. .window-table td{
  63. width:60%;
  64. border: 1px solid #A8CFEB;
  65. background: #fff;
  66. font-size:12px;
  67. padding: 6px 6px 6px 12px;
  68. }
  69. .blocktable {
  70. width:100%;
  71. padding: 0;
  72. margin: 0;
  73. margin-top:15px;
  74. border-collapse:collapse;
  75. }
  76. .blocktable th {
  77. font-size: 13px;
  78. border: 1px solid #A8CFEB;
  79. background: #EDF6FC;
  80. font-size:13px;
  81. padding: 6px 6px 6px 12px;
  82. }
  83. .blocktable td{
  84. border: 1px solid #A8CFEB;
  85. background: #fff;
  86. font-size:12px;
  87. padding: 6px 6px 6px 12px;
  88. }
  89. .datepicker input{
  90. width:130px;
  91. background: url(../images/datePicker.gif) no-repeat scroll right center #FFFFFF;
  92. border: 1px solid #999999;
  93. height: 20px;
  94. }
  95. .dictionary input{
  96. width:130px;
  97. background: url(../images/control-270.png) no-repeat scroll right center #FFFFFF;
  98. border: 1px solid #999999;
  99. height: 20px;
  100. }
  101. td.formTitle{
  102. padding:2px;border:1px solid #366092;
  103. background-color:#EDF6FC;
  104. text-align: right;
  105. height: 23px;
  106. }
  107. td.formInput{
  108. padding:2px;border:1px solid #366092;
  109. background-color:white;
  110. text-align: left;
  111. }
  112. table.listTable{
  113. border:1px solid #366092;border-collapse :collapse;width:100%;text-align:center;
  114. font-size: 12px;
  115. }
  116. table.listTable tr.headRow{
  117. height: 25px;
  118. }
  119. table.listTable tr.toolBar{
  120. height: 32px;
  121. background-color: #366092;
  122. }
  123. table.listTable tr.toolBar td{
  124. border:1px solid #366092;
  125. text-align: left;
  126. padding-left: 4px;
  127. }
  128. table.listTable th{
  129. border:1px solid #366092;
  130. text-align: center;
  131. height: 25px;
  132. font-size:12px;
  133. background-color:#F1F6FF;
  134. font-weight:bold;
  135. }
  136. /*验证表单字段样式*/
  137. label.error {
  138. background: url(../images/valid/unchecked.gif) no-repeat 0px 0px;
  139. margin-left: 16px;
  140. padding-left: 16px;
  141. padding-bottom: 2px;
  142. font-weight: bold;
  143. color: #EA5200;
  144. }
  145. table.listTable tr.listRow td{
  146. border:1px solid #366092;
  147. text-align: center;
  148. height: 23px;
  149. padding-top: 2px;
  150. padding-bottom: 2px;
  151. }
  152. .taskopinion{
  153. display:inline-block;
  154. padding:3px;
  155. width:600px;
  156. height:50px;
  157. border:1px dashed #000;
  158. background:url(../images/taskopinion_logo.png) 5px 0px no-repeat;
  159. }
  160. .taskopinion input{
  161. border:none;
  162. width:1px;
  163. height:1px;
  164. }
  165. .flowchart{
  166. display:inline-block;
  167. padding:3px;
  168. width:600px;
  169. height:300px;
  170. border:1px dashed #000;
  171. background:url(../images/flowchart_logo.png) 5px 0px no-repeat;
  172. }
  173. .flowchart input{
  174. border:none;
  175. width:1px;
  176. height:1px;
  177. }
  178. .office-div{
  179. width:90%;
  180. height:300px;
  181. border:1px solid #ccc;
  182. background:url(../images/office_logo.png) 5px 0px no-repeat;
  183. }
  184. .webSign-div{
  185. width:90%;
  186. height:100px;
  187. border:1px solid #ccc;
  188. background:url(../images/webSign_logo.png) 5px 0px no-repeat;
  189. }
  190. .pictureShow-div{
  191. width:90%;
  192. height:300px;
  193. border:1px solid #ccc;
  194. background:url(../images/pictureShow_logo.png) 5px 0px no-repeat;
  195. }
  196. a.link{
  197. padding-left:20px;
  198. cursor: pointer;
  199. color: blue;
  200. font-size:12px;
  201. text-decoration: none;
  202. display:inline-block;
  203. <!--[if !IE]-->
  204. display:inline;
  205. <!--[endif]-->
  206. }
  207. a.link.add{
  208. background:url(../images/icons/icons_add.png) 0px -1px no-repeat;
  209. }
  210. a.link.date{
  211. background:url(../images/icons/log_btn.png) 0px -1px no-repeat;
  212. }
  213. a.link.del{
  214. background:url(../images/icons/icons_del.png) 0px -1px no-repeat;
  215. }
  216. a.link.dic{
  217. background:url(../images/icons/dictionary.png) 0px -1px no-repeat;
  218. }
  219. a.link.role{
  220. background:url(../images/icon/find.png) 0px 0px no-repeat;
  221. }
  222. a.link.position{
  223. background:url(../images/icon/find.png) 0px -1px no-repeat;
  224. }
  225. a.link.attachement{
  226. background:url(../images/icon/attachement.png) 0px -1px no-repeat;
  227. }
  228. a.link.user{
  229. background:url(../images/icon/user.gif) 0px -1px no-repeat;
  230. }
  231. a.link.users{
  232. background:url(../images/icon/users.gif) 0px -1px no-repeat;
  233. }
  234. a.link.org{
  235. background:url(../images/icon/org.gif) 0px -1px no-repeat;
  236. }
  237. input.hidden{
  238. border:none;
  239. width:0px;
  240. height:0px;
  241. }
  242. a.extend{
  243. padding-left:20px;
  244. cursor: pointer;
  245. color: blue;
  246. font-size:12px;
  247. text-decoration: none;
  248. display:inline-block;
  249. <!--[if !IE]-->
  250. display:inline;
  251. <!--[endif]-->
  252. }
  253. .hidedomain input{
  254. border:1px dashed #000;
  255. background:url(../images/icon/hidedomain.png) 0 0 no-repeat;
  256. width:42px;
  257. }
  258. .officecontrol input{
  259. border:1px dashed #000;
  260. width:800px;
  261. height:80px;
  262. background:url(../images/office_logo.png) 0 0 no-repeat;
  263. }
  264. .websigncontrol input{
  265. border:1px dashed #000;
  266. width:800px;
  267. height:80px;
  268. background:url(../images/webSign_logo.png) 0 0 no-repeat;
  269. }
  270. /**
  271. 图片控件印章样式 xcx。
  272. */
  273. .pictureshowcontrol input{
  274. border:1px dashed #000;
  275. width:800px;
  276. height:80px;
  277. background:url(../images/pictureShow_logo.png) 0 0 no-repeat;
  278. }
  279. .subtable{
  280. width:100%;
  281. padding:5px;
  282. border:1px solid #ccc;
  283. }
  284. .ckeditor textarea{
  285. border:1px dashed #000;
  286. width:800px;
  287. height:80px;
  288. background:url(../images/ckeditor_logo.png) 0 0 no-repeat;
  289. }
  290. .ckeditor input{
  291. border:1px dashed #000;
  292. width:800px;
  293. height:80px;
  294. background:url(../images/ckeditor_logo.png) 0 0 no-repeat;
  295. }
  296. /*--自定义数据显示--*/
  297. .custom-display{
  298. border:1px dashed #000;
  299. background-color: silver;
  300. }
  301. /*--自定义表管理--*/
  302. .custom-tablemanage{
  303. border:1px dashed #000;
  304. background-color: silver;
  305. }
  306. /*--extend start--*/
  307. a.extend.stat{
  308. background:url(../images/extendIcon/stat.gif) 0px -1px no-repeat;
  309. }
  310. a.extend.user{
  311. background:url(../images/extendIcon/user.png) 0px -1px no-repeat;
  312. }
  313. a.extend.navigation{
  314. background:url(../images/extendIcon/navigation.png) 0px -1px no-repeat;
  315. }
  316. a.extend.remoteupload{
  317. background:url(../images/extendIcon/remoteupload.gif) 0px -1px no-repeat;
  318. }
  319. a.extend.task{
  320. background:url(../images/extendIcon/task.png) 0px -1px no-repeat;
  321. }
  322. a.extend.message{
  323. background:url(../images/extendIcon/message.gif) 0px -1px no-repeat;
  324. }
  325. a.extend.script{
  326. background:url(../images/extendIcon/script.gif) 0px -1px no-repeat;
  327. }
  328. a.extend.subsys{
  329. background:url(../images/extendIcon/subsys.png) 0px -1px no-repeat;
  330. }
  331. /*--extend end--*/