form.css 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491
  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.download{
  32. background:url(../images/arrow.png) 0 1px no-repeat;
  33. display:inline-block;
  34. height:14px;
  35. margin-left:8px;
  36. overflow:hidden;
  37. width:14px;
  38. text-decoration:none;
  39. }
  40. a.attachment:hover{
  41. text-decoration: underline;
  42. }
  43. table.formTable{
  44. border:1px solid #366092;border-collapse :collapse;width:100%;text-align:center;
  45. font-size: 12px;
  46. }
  47. table.formTable td{
  48. padding:4px 4px 4px 4px;
  49. /**border:solid 1px #366092;**/
  50. }
  51. table.formTable input, table.formTable textarea {
  52. width:250px;
  53. margin:2px;
  54. }
  55. table.formTable input[type="radio"], table.formTable input[type="checkbox"] {
  56. width: 20px;
  57. }
  58. td.formHead{
  59. border:1px solid #666666;
  60. text-align: center;
  61. font-size: 16px;
  62. font-weight: bold;
  63. background-color: #888888;
  64. height: 32px;
  65. color: #fff;
  66. }
  67. td.teamHead{
  68. border:1px solid #656565;
  69. text-align: left;
  70. font-size: 14px;
  71. font-weight: bold;
  72. background-color:#e6e6e6;
  73. height: 32px;
  74. color: #464646;
  75. }
  76. .window-table{
  77. width:50%;
  78. padding: 0;
  79. margin: 0;
  80. margin-top:15px;
  81. border-collapse:collapse;
  82. }
  83. .window-table th{
  84. width:40%;
  85. font-size: 13px;
  86. border: 1px solid #A8CFEB;
  87. background: #EDF6FC;
  88. font-size:13px;
  89. padding: 6px 6px 6px 12px;
  90. }
  91. .window-table td{
  92. width:60%;
  93. border: 1px solid #A8CFEB;
  94. background: #fff;
  95. font-size:12px;
  96. padding: 6px 6px 6px 12px;
  97. }
  98. .blocktable {
  99. width:100%;
  100. padding: 0;
  101. margin: 0;
  102. margin-top:15px;
  103. border-collapse:collapse;
  104. }
  105. .blocktable th {
  106. font-size: 13px;
  107. border: 1px solid #B8B8B8;
  108. background: #EBEBEB;
  109. font-size:13px;
  110. padding: 6px 6px 6px 12px;
  111. }
  112. .blocktable td{
  113. border: 1px solid #B8B8B8;
  114. background: #fff;
  115. font-size:12px;
  116. padding: 6px 6px 6px 12px;
  117. }
  118. .datepicker input{
  119. width:130px;
  120. background: url(../images/datePicker.gif) no-repeat scroll right center #FFFFFF;
  121. border: 1px solid #999999;
  122. height: 20px;
  123. }
  124. .dictionary input{
  125. width:130px;
  126. background: url(../images/control-270.png) no-repeat scroll right center #FFFFFF;
  127. border: 1px solid #999999;
  128. height: 20px;
  129. }
  130. td.formTitle{
  131. padding:2px;border:1px solid #666666;
  132. background-color:#F0F1F1;
  133. text-align: right;
  134. height: 23px;
  135. }
  136. td.formInput{
  137. padding:2px;border:1px solid #666666;
  138. background-color:white;
  139. text-align: left;
  140. }
  141. table.listTable{
  142. border-collapse :collapse;width:100%;text-align:center;
  143. font-size: 12px;
  144. }/*border:1px solid #366092;*/
  145. table.listTable tr.headRow{
  146. height: 32px;
  147. }
  148. .headRow th{
  149. height:32px;
  150. text-align: left;
  151. background-color: #F0F1F1;
  152. padding:4px 4px 4px 4px;
  153. border:solid 1px #366092;
  154. }
  155. .listRow td{
  156. text-align: left;
  157. border:solid 1px #366092;
  158. padding:4px 4px 4px 4px;
  159. }
  160. table.listTable tr.toolBar{
  161. height: 32px;
  162. }/*background-color: #366092;*/
  163. table.listTable tr.toolBar td{
  164. text-align: left;
  165. padding-left: 4px;
  166. }/*border:1px solid #366092;*/
  167. table.listTable th{
  168. border:1px solid #666666;
  169. text-align: center;
  170. height: 25px;
  171. font-size:12px;
  172. background-color:#F1F6FF;
  173. font-weight:bold;
  174. }
  175. /*验证表单字段样式*/
  176. label.error {
  177. background: url(../images/valid/unchecked.gif) no-repeat 0px 0px;
  178. margin-left: 16px;
  179. padding-left: 16px;
  180. padding-bottom: 2px;
  181. font-weight: bold;
  182. color: #EA5200;
  183. }
  184. table.listTable tr.listRow td{
  185. border:1px solid #666666;
  186. text-align: center;
  187. height: 23px;
  188. padding-top: 2px;
  189. padding-bottom: 2px;
  190. }
  191. .taskopinion{
  192. display:inline-block;
  193. padding:3px;
  194. width:600px;
  195. height:50px;
  196. border:1px dashed #000;
  197. background:url(../images/taskopinion_logo.png) 5px 0px no-repeat;
  198. }
  199. .taskopinion input{
  200. border:none;
  201. width:1px;
  202. height:1px;
  203. }
  204. .flowchart{
  205. display:inline-block;
  206. padding:3px;
  207. width:600px;
  208. height:300px;
  209. border:1px dashed #000;
  210. background:url(../images/flowchart_logo.png) 5px 0px no-repeat;
  211. }
  212. .flowchart input{
  213. border:none;
  214. width:1px;
  215. height:1px;
  216. }
  217. .office-div{
  218. width:90%;
  219. height:300px;
  220. border:1px solid #ccc;
  221. background:url(../images/office_logo.png) 5px 0px no-repeat;
  222. }
  223. /**
  224. 验证印章样式 xcx。
  225. */
  226. .webSign-div{
  227. width:90%;
  228. height:100px;
  229. border:1px solid #ccc;
  230. background:url(../images/webSign_logo.png) 5px 0px no-repeat;
  231. }
  232. .pictureShow-div{
  233. width:90%;
  234. height:300px;
  235. border:1px solid #ccc;
  236. background:url(../images/pictureShow_logo.png) 5px 0px no-repeat;
  237. }
  238. a.link{
  239. padding-left:20px;
  240. cursor: pointer;
  241. color: #555555;
  242. font-size:12px;
  243. text-decoration: none;
  244. display:inline-block;
  245. <!--[if !IE]-->
  246. display:inline;
  247. <!--[endif]-->
  248. }
  249. a.link.add{
  250. background:url(../images/icons/icons_add.png) 0px -1px no-repeat;
  251. }
  252. a.link.date{
  253. background:url(../images/icons/log_btn.png) 0px -1px no-repeat;
  254. }
  255. a.link.del{
  256. background:url(../images/icons/icons_del.png) 0px -1px no-repeat;
  257. }
  258. a.link.dic{
  259. background:url(../images/icons/dictionary.png) 0px -1px no-repeat;
  260. }
  261. a.link.role{
  262. background:url(../images/icon/role.gif) 0px -1px no-repeat;
  263. }
  264. a.link.roles{
  265. background:url(../images/icon/roles.gif) 0px -1px no-repeat;
  266. }
  267. a.link.position{
  268. background:url(../images/icon/post.gif) 0px -2px no-repeat;
  269. }
  270. a.link.positions{
  271. background:url(../images/icon/posts.gif) 0px -2px no-repeat;
  272. }
  273. a.link.attachement{
  274. background:url(../images/icon/attachement.png) 0px -1px no-repeat;
  275. }
  276. a.link.user{
  277. background:url(../images/icon/user.gif) 0px -1px no-repeat;
  278. }
  279. a.link.users{
  280. background:url(../images/icon/users.gif) 0px -1px no-repeat;
  281. }
  282. a.link.org{
  283. background:url(../images/icon/org.gif) 0px -1px no-repeat;
  284. }
  285. a.link.orgs{
  286. background:url(../images/icon/org.gif) 0px -1px no-repeat;
  287. }
  288. a.link.actInsts{
  289. background:url(../images/icon/actInsts.gif) 0px -1px no-repeat;
  290. }
  291. input.hidden{
  292. border:none;
  293. width:0px;
  294. height:0px;
  295. }
  296. a.extend{
  297. padding-left:20px;
  298. cursor: pointer;
  299. color: blue;
  300. font-size:12px;
  301. text-decoration: none;
  302. display:inline-block;
  303. <!--[if !IE]-->
  304. display:inline;
  305. <!--[endif]-->
  306. }
  307. .hidedomain input{
  308. border:1px dashed #000;
  309. background:url(../images/icon/hidedomain.png) 0 0 no-repeat;
  310. width:42px;
  311. }
  312. .officecontrol input{
  313. border:1px dashed #000;
  314. width:800px;
  315. height:80px;
  316. background:url(../images/office_logo.png) 0 0 no-repeat;
  317. }
  318. /**
  319. 验证印章样式 xcx。
  320. */
  321. .websigncontrol input{
  322. border:1px dashed #000;
  323. width:800px;
  324. height:80px;
  325. background:url(../images/webSign_logo.png) 0 0 no-repeat;
  326. }
  327. /**
  328. 图片控件印章样式 xcx。
  329. */
  330. .pictureshowcontrol input{
  331. border:1px dashed #000;
  332. width:800px;
  333. height:80px;
  334. background:url(../images/pictureShow_logo.png) 0 0 no-repeat;
  335. }
  336. .subtable{
  337. width:100%;
  338. padding:5px;
  339. border:1px solid #ccc;
  340. }
  341. .ckeditor textarea{
  342. border:1px dashed #000;
  343. width:800px;
  344. height:80px;
  345. background:url(../images/ckeditor_logo.png) 0 0 no-repeat;
  346. }
  347. .ckeditor input{
  348. border:1px dashed #000;
  349. width:800px;
  350. height:80px;
  351. background:url(../images/ckeditor_logo.png) 0 0 no-repeat;
  352. }
  353. .myeditor textarea{
  354. border:1px dashed #000;
  355. width:80px;
  356. height:80px;
  357. background:url(../images/editor_logo.png) 0 0 no-repeat;
  358. }
  359. .myeditor input{
  360. border:1px dashed #000;
  361. width:800px;
  362. height:80px;
  363. background:url(../images/editor_logo.png) 0 0 no-repeat;
  364. }
  365. /*--自定义数据显示--*/
  366. .custom-display{
  367. border:1px dashed #000;
  368. background-color: silver;
  369. }
  370. /*--自定义表管理--*/
  371. .custom-tablemanage{
  372. border:1px dashed #000;
  373. background-color: silver;
  374. }
  375. /**排序*/
  376. table .tablesort-header{
  377. background-position: center right;
  378. background-repeat: no-repeat;
  379. cursor: pointer;
  380. white-space: normal;
  381. padding: 4px 20px 4px 4px;
  382. }
  383. table .tablesort-headerUnSorted{
  384. background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  385. }
  386. table .tablesort-headerAsc{
  387. background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
  388. border-bottom: #000 2px solid;
  389. }
  390. table .tablesort-headerDesc{
  391. background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
  392. border-bottom: #000 2px solid;
  393. }
  394. /*--extend start--*/
  395. a.extend.message{
  396. background:url(../images/extendIcon/message.gif) 0px -1px no-repeat;
  397. }
  398. a.extend.navigation{
  399. background:url(../images/extendIcon/navigation.png) 0px -1px no-repeat;
  400. }
  401. a.extend.remoteupload{
  402. background:url(../images/extendIcon/remoteupload.gif) 0px -1px no-repeat;
  403. }
  404. a.extend.script{
  405. background:url(../images/extendIcon/script.gif) 0px -1px no-repeat;
  406. }
  407. a.extend.stat{
  408. background:url(../images/extendIcon/stat.gif) 0px -1px no-repeat;
  409. }
  410. a.extend.subsys{
  411. background:url(../images/extendIcon/subsys.png) 0px -1px no-repeat;
  412. }
  413. a.extend.task{
  414. background:url(../images/extendIcon/task.png) 0px -1px no-repeat;
  415. }
  416. a.extend.user{
  417. background:url(../images/extendIcon/user.png) 0px -1px no-repeat;
  418. }
  419. /*--extend end--*/