web.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863
  1. /*-------------全局样式-------------*/
  2. html,body{height:100%;overflow: auto;}
  3. body {font-family:"宋体", arial, sans-serif;padding:0px;margin:0;}
  4. body, div, p, span, tr, td, a, input, textarea {font-size:13px;}
  5. form {margin:0px;padding:0px;}
  6. body, table, tr {background-color:#ffffff;}
  7. table.normal {width:100%;}
  8. /*-----------------------list page start navigation---------------------------*/
  9. body {
  10. font-size: 12px;
  11. font-family: '宋体';
  12. }
  13. .panel-outter{
  14. width:100%;
  15. margin:0 auto;
  16. }
  17. .panel-inner{
  18. width:1024px;
  19. }
  20. .panel-header {
  21. height:80px;
  22. border:0;
  23. background: url(img/vistaBlue.jpg) repeat-x !important;
  24. }
  25. .panel-toolbar{
  26. background-color:#D2E0F0;
  27. width:100%;
  28. text-align:right;
  29. height:25px;
  30. line-height:25px;
  31. border-bottom: #8db2e3;
  32. overflow:hidden;width:100%;
  33. }
  34. .row
  35. {
  36. width:100%;
  37. padding: 0;
  38. margin:0 0 0 0;
  39. line-height: 28px;
  40. }
  41. .row .label
  42. {
  43. color:#6F8DC6;
  44. text-align: right;
  45. padding-right:6px;
  46. padding-left:6px;
  47. font-weight: bold;
  48. }
  49. .date
  50. {
  51. background: url(img/icon/calendar.gif) no-repeat 100% 10%;
  52. }
  53. .datetime
  54. {
  55. background: url(img/icon/calendar_time.gif) no-repeat 100% 10%;
  56. }
  57. .group
  58. {
  59. float: left;
  60. background: none;
  61. height: 24px;
  62. padding:0px 6px 0px 6px;
  63. /*margin: 0px 5px;*/
  64. }
  65. .bar-button {
  66. float: left;
  67. cursor: pointer;
  68. overflow: hidden;
  69. }
  70. .panel
  71. {
  72. width:100%;
  73. /*border: 1px solid rgb(123, 171, 207);*/
  74. padding-bottom: 20px;
  75. }
  76. .panel-body
  77. {
  78. padding-left:4px;
  79. padding-right:4px;
  80. padding-top:8px;
  81. padding-bottom: 20px;
  82. }
  83. .panel-top
  84. {
  85. }
  86. /*数据区*/
  87. .panel-data {
  88. width: 100%;
  89. /*border: 1px solid rgb(123, 171, 207);*/
  90. border-bottom: none;
  91. }
  92. /*搜索区*/
  93. .panel-search {
  94. width: 100%;
  95. }
  96. .inputText {
  97. border: 1px solid #7F9DB9;
  98. height: 20px;
  99. padding:0px 2px 0px 2px;
  100. }
  101. .selectText {
  102. border: 1px solid #7F9DB9;
  103. height: 22px;
  104. padding:0px 2px 0px 2px;
  105. }
  106. .textarea{
  107. border: 1px solid #7F9DB9;
  108. padding:0px 2px 0px 2px;
  109. margin:4px 4px 4px 0px;
  110. }
  111. .tbar-title {
  112. background-image: url(img/displaytag/tbar-title.png);
  113. background-repeat: repeat-x;
  114. border-bottom: 1px solid #7BABCF;
  115. color: #123E63;
  116. font-weight: bold;
  117. height: 20px;
  118. padding-top: 4px;
  119. width: 100%;
  120. }
  121. .tbar-title .tbar-label {
  122. color: #123E63;
  123. float: left;
  124. font-weight: bold;
  125. margin-left: 5px;
  126. }
  127. .grid-icon {
  128. display: inline-block;
  129. padding: 0 4px 1px 20px;background: url(img/menu/table.gif) no-repeat !important;
  130. }
  131. .table-grid {
  132. border: 1px solid rgb(123, 171, 207);
  133. width: 100%;
  134. }
  135. /*.table-grid{
  136. background-color: #ffffff;
  137. clear:both;
  138. border:solid 1px #C6DDF2;
  139. }*/
  140. .table-grid caption {
  141. border-width: 1px 1px medium;
  142. border-style: solid solid none;
  143. border-color: rgb(168, 207, 235) rgb(168, 207, 235) currentColor;
  144. height: 14px;
  145. text-align: left;
  146. color: rgb(28, 86, 138);
  147. padding-top: 5px;
  148. padding-left: 5px;
  149. font-weight: bold;
  150. background-color: rgb(223, 234, 251);
  151. }
  152. .table-grid th {
  153. background-image: url(img/displaytag/tbar-title.png);
  154. background-color: #6F8DC6;
  155. color: #102A49;
  156. /*font-weight:bold;*/
  157. height: 26px;
  158. padding-left: 5px;
  159. text-align: center;
  160. border:dotted 1px a8cfeb;
  161. white-space:nowrap;
  162. }
  163. .table-grid td {
  164. height: 26px;
  165. padding:4px 4px 4px 4px;
  166. /*border-bottom: dotted 1px #a8cfeb;*/
  167. border-left: dotted 1px #a8cfeb;
  168. border-right: dotted 1px #a8cfeb;
  169. border-bottom: solid 1px #a8cfeb;
  170. text-align: left;
  171. word-break:break-all ;/*当行数据内容过多时,表格换行*/
  172. }
  173. .table-grid .even {
  174. background-color: #f1f6ff;
  175. }
  176. .table-grid .odd {
  177. background-color: white;
  178. }
  179. .table-grid .over {
  180. background-color: #fdfd2f; /*dfeafb*/
  181. }
  182. /*特殊处理*/
  183. .display-grid {
  184. border: 0px solid rgb(168, 207, 235);
  185. width: 100%;
  186. text-align: center;
  187. margin-bottom: 2px;
  188. margin-top: 1px;
  189. }
  190. /*.table-grid{
  191. background-color: #ffffff;
  192. clear:both;
  193. border:solid 1px #C6DDF2;
  194. }*/
  195. .display-grid caption {
  196. border-width: 1px 1px medium;
  197. border-style: solid solid none;
  198. border-color: rgb(168, 207, 235) rgb(168, 207, 235) currentColor;
  199. height: 10px;
  200. text-align: center;
  201. color: rgb(28, 86, 138);
  202. padding-top: 1px;
  203. padding-left: 1px;
  204. font-weight: bold;
  205. background-color: rgb(223, 234, 251);
  206. }
  207. .display-grid th {
  208. background-image: url(img/displaytag/tbar-title.png);
  209. background-color: #6F8DC6;
  210. color: #102A49;
  211. /*font-weight:bold;*/
  212. height: 22px;
  213. padding-left: 1px;
  214. text-align: center;
  215. border:dotted 1px a8cfeb;
  216. }
  217. .display-grid td {
  218. height: 25px;
  219. padding:4px 4px 4px 4px;
  220. text-align: center;
  221. /*border-bottom: dotted 1px #a8cfeb;*/
  222. border-left: dotted 1px #a8cfeb;
  223. border-right: dotted 1px #a8cfeb;
  224. border-bottom: solid 1px #a8cfeb;
  225. }
  226. .display-grid .even {
  227. background-color: #f1f6ff;
  228. }
  229. .display-grid .odd {
  230. background-color: white;
  231. }
  232. .display-grid .over {
  233. background-color: #fdfd2f; /*dfeafb*/
  234. }
  235. /*特殊处理*/
  236. th a,th a:visited {
  237. color:#102A49;
  238. }
  239. th a:hover {
  240. text-decoration: underline;
  241. /*font-weight: bolder;*/
  242. }
  243. th.sorted a,th.sortable a {
  244. background-position: right;
  245. display: block;
  246. width: 100%;
  247. }
  248. th.sortable a {
  249. background-repeat: no-repeat;
  250. }
  251. th.order1 a {
  252. background-image: url(img/displaytag/icon-sort-desc.gif);
  253. background-repeat: no-repeat;
  254. background-position: 80% 0%;
  255. }
  256. th.order2 a {
  257. background-image: url(img/displaytag/icon-sort-asc.gif);
  258. background-repeat: no-repeat;
  259. background-position: 80% 0%;
  260. }
  261. /*
  262. .table-grid td {
  263. font-size: 12px;
  264. height: 22px;
  265. padding-left: 2px;
  266. border:solid 1px green;
  267. }*/
  268. tr .empty,.empty_over {
  269. color: red;
  270. font-weight: bold;
  271. }
  272. /*----------------------table detail--start---------------------------*/
  273. .table-detail
  274. {
  275. width:99%;
  276. margin: 0 auto;
  277. border-collapse : collapse ;
  278. }
  279. .table-detail th{
  280. text-align:right;
  281. padding-right:6px;
  282. color:#4E506A;
  283. height:32px;
  284. border: solid 1px #A8CFEB;
  285. font-weight: bold;
  286. }
  287. .table-detail td{border: solid 1px #A8CFEB;padding-left:6px;text-align: left;}
  288. span.required
  289. {
  290. font-weight: bold;
  291. color:green;
  292. }
  293. .select{
  294. height:22px;
  295. font-size:12px;
  296. border:solid 1px #A8CFEB;
  297. }
  298. /*----------------------table detail--end---------------------------*/
  299. .link-var {
  300. background: url(img/bpm/code.gif) no-repeat 0px -2px !important;
  301. text-decoration: none;
  302. }
  303. .link-del {
  304. background: url(img/button/remove.gif) no-repeat 0px -2px ;
  305. text-decoration: none;
  306. }
  307. .link-deploy {
  308. background: url(../../img/action/deploy.gif) no-repeat 0px -2px ;
  309. text-decoration: none;
  310. }
  311. .link-test {
  312. background :url(img/button/test.png) no-repeat !important;
  313. text-decoration: none;
  314. }
  315. .link-edit {
  316. background: url(img/button/edit.gif) no-repeat !important;
  317. text-decoration: none;
  318. }
  319. .link-backUp {
  320. background: url(img/button/backUp.png) no-repeat !important;
  321. text-decoration: none;
  322. }
  323. .link-get {
  324. background: url(img/button/get.gif) no-repeat 0px -4px !important;
  325. text-decoration: none;
  326. }
  327. .link-clean {
  328. background: url(img/button/remove.gif) no-repeat 0px -3px !important;
  329. text-decoration: none;
  330. }
  331. .link-auth {
  332. background: url(img/button/auth.gif) no-repeat 0px 0px !important;
  333. text-decoration: none;
  334. }
  335. .link-copy{
  336. background: url(img/button/copy.jpg) no-repeat !important;
  337. text-decoration: none;
  338. }
  339. .link-detail {
  340. background: url(img/button/detail.png) no-repeat !important;
  341. text-decoration: none;
  342. }
  343. .link-reset{
  344. background: url(img/button/pwd.gif) no-repeat 0px -2px !important;
  345. text-decoration: none;
  346. }
  347. .link-flowDesign {
  348. background: url(img/button/flow_design.png) no-repeat !important;
  349. text-decoration: none;
  350. }
  351. .link-run {
  352. background: url(img/button/run.png) no-repeat !important;
  353. text-decoration: none;
  354. }
  355. .link-btn {
  356. cursor: pointer;
  357. display: inline-block;
  358. padding: 0 4px 1px 20px;
  359. }
  360. .link-sortUp {background:url(img/menu/arrow-up.png) no-repeat!important;text-decoration: none;}
  361. .link-sortDown {background:url(img/menu/arrow-down.png) no-repeat!important;text-decoration: none;}
  362. .link-sortTop {background:url(img/menu/sort_top.png) no-repeat!important;}
  363. .link-sortBottom {background:url(img/menu/sort_bottom.png) no-repeat!important;}
  364. .link-remove {
  365. background: url(img/button/remove.png) 0px 3px no-repeat !important;
  366. text-decoration: none;
  367. }
  368. .link-add {
  369. background: url(img/menu/add.gif) no-repeat !important;
  370. text-decoration: none;
  371. }
  372. .link-setting
  373. {
  374. background: url(img/menu/setting.png) no-repeat !important;
  375. }
  376. .link-grant
  377. {
  378. background: url(img/menu/grant.png) no-repeat !important;
  379. }
  380. .link-lock
  381. {
  382. background: url(img/menu/lock.png) no-repeat !important;
  383. }
  384. .link-download
  385. {
  386. background: url(img/button/download.png) no-repeat !important;
  387. }
  388. /*------------------icon btn---------------------------------------*/
  389. /*------------------icon end---------------------------------------*/
  390. /*数据导出区*/
  391. .area-export {
  392. text-align: right;
  393. clear: both;
  394. margins:0;
  395. paddings:0;
  396. border-left: 1px solid rgb(123, 171, 207);
  397. border-right: 1px solid rgb(123, 171, 207);
  398. border-bottom: 1px solid rgb(123, 171, 207);
  399. padding-top:6px;
  400. height:23px;
  401. }
  402. .area-export .exportlinks {
  403. text-align: right;
  404. }
  405. .area-export .exportlinks .export {
  406. padding: 0 4px 1px 20px;
  407. display: inline;
  408. display: inline-block;
  409. cursor: pointer;
  410. }
  411. .exportlinks a {
  412. text-decoration: none;
  413. }
  414. .area-export .exportlinks .excel {
  415. background-image: url(img/displaytag/ico_file_excel.png);
  416. background-repeat: no-repeat;
  417. }
  418. .area-export .exportlinks .csv {
  419. background-image: url(img/displaytag/ico_file_csv.png);
  420. background-repeat: no-repeat;
  421. }
  422. .area-export .exportlinks .xml {
  423. background-image: url(img/displaytag/ico_file_xml.png);
  424. background-repeat: no-repeat;
  425. }
  426. .area-export .exportlinks .pdf {
  427. background-image: url(img/displaytag/ico_file_pdf.png);
  428. background-repeat: no-repeat;
  429. }
  430. .area-export .exportlinks .rtf {
  431. background-image: url(img/displaytag/ico_file_rtf.png);
  432. background-repeat: no-repeat;
  433. }
  434. /************************* page bar*************************************************/
  435. .panel-page {
  436. line-height: 18px;
  437. height: 26px;
  438. background: #d6e2f2;
  439. overflow: hidden;
  440. border-left: 1px solid rgb(123, 171, 207);
  441. border-right: 1px solid rgb(123, 171, 207);
  442. border-bottom: 1px solid rgb(123, 171, 207);
  443. }
  444. .btn-go {
  445. background-image: url(img/displaytag/btn_go.gif);
  446. background-repeat: no-repeat;
  447. width: 22px;
  448. height: 22px;
  449. border: solid 1px #fff;
  450. cursor: pointer;
  451. }
  452. .l-panel-bbar-inner {
  453. margin-top: 3px;
  454. padding-left: -2px;
  455. width: 100%;
  456. }
  457. .select_short {
  458. height: 22px;
  459. margin: -2px 0 0 -2px;
  460. width: 48px;
  461. }
  462. .l-bar-group {
  463. float: left;
  464. background: none;
  465. height: 24px;
  466. margin: 0px 5px;
  467. }
  468. .l-bar-right {
  469. float: right;
  470. }
  471. .l-bar-separator {
  472. float: left;
  473. height: 18px;
  474. border-left: 1px solid #9AC6FF;
  475. border-right: 1px solid white;
  476. margin: 2px;
  477. }
  478. .l-bar-button {
  479. float: left;
  480. width: 22px;
  481. height: 22px;
  482. border: 0px;
  483. cursor: pointer;
  484. overflow: hidden;
  485. }
  486. .l-bar-button-over {
  487. background: url(img/icon/bar-button-over.gif) no-repeat center;
  488. }
  489. .l-bar-button span {
  490. width: 16px;
  491. height: 16px;
  492. display: block;
  493. margin-left: 2px;
  494. margin-top: 2px;
  495. float: left;
  496. overflow: hidden;
  497. }
  498. .l-bar-btnfirst span {
  499. background: url(img/icon/icon-first.gif) no-repeat;
  500. background-position: 0px 0px;
  501. }
  502. .l-bar-btnprev span {
  503. background: url(img/icon/icon-prev.gif) no-repeat;
  504. background-position: 0px 0px;
  505. }
  506. .l-bar-btnnext span {
  507. background: url(img/icon/icon-next.gif) no-repeat;
  508. background-position: 0px 0px;
  509. }
  510. .l-bar-btnlast span {
  511. background: url(img/icon/icon-last.gif) no-repeat;
  512. background-position: 0px 0px;
  513. }
  514. .l-bar-btnload span {
  515. background: url(img/icon/icon-load.gif) no-repeat;
  516. background-position: 0px 0px;
  517. }
  518. .l-bar-btnloading span {
  519. background: url(img/icon/icon-loading.gif) no-repeat;
  520. background-position: 0px 0px;
  521. }
  522. .l-bar-button .l-disabled {
  523. background-position: 0px -16px;
  524. }
  525. .l-bar-text {
  526. line-height: 20px;
  527. }
  528. .l-grid-gray {
  529. border-top: 1px solid #DDDDDD;
  530. }
  531. .l-grid-gray .l-grid-header {
  532. border-bottom: 1px solid #DDDDDD;
  533. background: #E2F0FF url('img/grid/header2-bg.jpg') repeat-x left bottom;
  534. }
  535. .l-grid-gray .l-grid-hd-cell {
  536. border-right: 1px solid #DDDDDD;
  537. }
  538. label.error {
  539. background:url("img/valid/unchecked.gif") no-repeat 0px 0px;
  540. margin-left:16px;
  541. padding-left: 16px;
  542. padding-bottom: 2px;
  543. font-weight: bold;
  544. color: #EA5200;
  545. }
  546. label.checked {
  547. background:url("img/valid/checked.gif") no-repeat 0px 0px;
  548. }
  549. /*-----------------------list page end navigation---------------------------*/
  550. /*-------------超 链 接-------------*/
  551. a {text-decoration:none;}
  552. /*a:link {color:#0000ff;}*未访问过的超链接*/
  553. a:visited {color:#0000ff;}/*访问过的超链接*/
  554. a:hover {color:blue;text-decoration: underline;}/*鼠标指向的超链接*/
  555. a:active {color:#182a2d;}/*激活的超链接*/
  556. /*---------------链接不可用---------------*/
  557. a.disabled {color:gray;}
  558. /*功能菜单单元格*/
  559. .toolBar a {padding-left:20px;cursor: hand; font-weight: bold; color: blue;}
  560. .toolBar .ref {background:url(img/menu/public.gif) 0px 5px no-repeat;}
  561. .toolBar .exp {background:url(img/menu/expand.gif) 0px 5px no-repeat;}
  562. .toolBar .col {background:url(img/menu/collapse.gif) 0px 5px no-repeat;}
  563. .toolBar .add {background:url(img/menu/add.gif) 0px 1px no-repeat;}
  564. .toolBar .init {background:url(img/menu/init.png) 0px 4px no-repeat;}
  565. .toolBar .publi {background:url(img/menu/public.gif) 0px 3px no-repeat;}
  566. .toolBar .copy {background:url(img/menu/copy.gif) 0px 4px no-repeat;}
  567. .toolBar .back {background:url(img/menu/back.gif) 0px 1px no-repeat;}
  568. .toolBar .check {background:url(img/menu/check.gif) 0px 1px no-repeat;}
  569. .toolBar .close {background:url(img/menu/close.gif) 0px 1px no-repeat;}
  570. .toolBar .del {background:url(img/menu/del.gif) 0px 1px no-repeat;}
  571. .toolBar .edit {background:url(img/menu/edit.gif) 0px 1px no-repeat;}
  572. .toolBar .excel {background:url(img/menu/excel.gif) 0px 1px no-repeat;}
  573. .toolBar .search {background:url(img/menu/get.gif) 0px 0px no-repeat;}
  574. .toolBar .get {background:url(img/menu/get.gif) 0px 1px no-repeat;}
  575. .toolBar .history {background:url(img/menu/history.gif) 0px 3px no-repeat;}
  576. .toolBar .help {background:url(img/menu/help.gif) 0px 1px no-repeat;}
  577. .toolBar .ok {background:url(img/menu/ok.gif) 0px 1px no-repeat;}
  578. .toolBar .no {background:url(img/menu/no.png) 0px 3px no-repeat;}
  579. .toolBar .reply {background:url(img/menu/reply.png) 0px 3px no-repeat;}
  580. .toolBar .import {background:url(img/menu/import.png) 0px 3px no-repeat;}
  581. .toolBar .img {background:url(img/menu/img.gif) 0px 1px no-repeat;}
  582. .toolBar .li {background:url(img/menu/li.gif) 0px 1px no-repeat;}
  583. .toolBar .run {background:url(img/menu/run.png) 0px 5px no-repeat;}
  584. .toolBar .read {background:url(img/menu/add.gif) 0px 1px no-repeat;}
  585. .toolBar .reload {background:url(img/menu/reload.gif) 0px 1px no-repeat;}
  586. .toolBar .resetPwd {background:url(img/menu/resetPwd.gif) 0px 1px no-repeat;}
  587. .toolBar .save {background:url(img/menu/save.gif) 2px 3px no-repeat;}
  588. .toolBar .showOther {background:url(img/menu/showOther.gif) 0px 1px no-repeat;}
  589. .toolBar .sort {background:url(img/menu/sort.gif) 0px 1px no-repeat;}
  590. .toolBar .start {background:url(img/menu/run.png) 0px 3px no-repeat;}
  591. .toolBar .split {background:url(img/menu/split.gif) 0px 1px no-repeat;}
  592. .toolBar .table {background:url(img/menu/table.gif) 0px 1px no-repeat;}
  593. .toolBar .undo {background:url(img/menu/undo.png) 0px 3px no-repeat;}
  594. .toolBar .redo {background:url(img/menu/redo.png) 0px 3px no-repeat;}
  595. .toolBar .upd {background:url(img/menu/edit.gif) 0px 1px no-repeat;}
  596. .toolBar .word {background:url(img/menu/table.gif) 0px 1px no-repeat;}
  597. .toolBar .zoom {background:url(img/menu/zoom.gif) 0px 1px no-repeat;}
  598. .toolBar .up {background:url(img/menu/up.png) 0px 3px no-repeat;}
  599. .toolBar .down {background:url(img/menu/down.png) 0px 3px no-repeat;}
  600. .toolBar .download {background:url(img/menu/download.png) 0px 3px no-repeat;}
  601. .toolBar .upload {background:url(img/menu/upload.png) 0px 3px no-repeat;}
  602. .toolBar .xml-bpm {background:url(img/menu/xml-bpm.png) 0px 3px no-repeat;}
  603. .toolBar .xml-design {background:url(img/menu/xml-design.png) 0px 3px no-repeat;}
  604. .toolBar .preview {background:url(img/menu/preview.png) 0px 4px no-repeat;}
  605. .toolBar .msg {background:url(img/menu/msg.gif) 0px 1px no-repeat;}
  606. .toolBar .flow_design{background:url(img/menu/flow_design.png) 0px 4px no-repeat;}
  607. .toolBar .vline{background-color:silver;padding-left:1px;padding-right:0px;margin:0px 2px 0px 2px;}
  608. .toolBar .tref {background:url(img/icon/reload.png) 0px 2px no-repeat;}
  609. .toolBar .texp {background:url(img/icon/expand.gif) 0px 2px no-repeat;}
  610. .toolBar .tcol {background:url(img/icon/collapse.gif) 0px 2px no-repeat;}
  611. .toolBar .moveup {background:url(img/menu/moveup.png) 0px 3px no-repeat;}
  612. .toolBar .movedown {background:url(img/menu/movedown.png) 0px 3px no-repeat;}
  613. .toolBar .next {background:url(img/button/next.gif) 0px 3px no-repeat;}
  614. .toolBar .prev {background:url(img/button/prev.gif) 0px 3px no-repeat;}
  615. /*-------------页面标题-------------*/
  616. .listHeader {border:0 ; cellspacing:0 ; cellpadding:0 ;width:100%;border-left: #c2c2c2 solid 1px;border-right: #c2c2c2 solid 1px;}
  617. .listHeader td {padding-left:5px;padding-right:5px; color:#000000;height:27px; text-align:right;vertical-align:middle;white-space:nowrap;background: url(img/panel_title.gif) repeat-x;}
  618. .listHeader td.title {text-align:left;}
  619. /*-------------查询表单-------------*/
  620. .queryTable {width:100%;border:#c2c2c2 solid 1px;}
  621. .queryTable td {background-color:#ffffff;height:25px;padding:0px 0px 0px 0px;}
  622. .queryTable td.title {text-align:left;padding-left:1px;}
  623. .queryTable td.input {text-align:right;padding-right:1px;}
  624. .queryTable td.query {text-align:center;}
  625. .queryTable input.button {background:url(img/button/query.gif) 0px 0px repeat-x;}
  626. #queryForm {star:expression(onkeydown=function(){if(event.keyCode==13){document.getElementById('_querySubmit_').click();}})}
  627. /*数据表格*/
  628. .topTable, .bottomTable, .listTable {width:100%;border:#c2c2c2 solid 1px;border-collapse :collapse;}
  629. .topTable, .bottomTable, .listTable tr {height:25px;}
  630. .topTable, .bottomTable, .listTable td {vertical-align:middle;text-align:center;}
  631. .topTable {border-bottom:none;}/*表格上面*/
  632. .bottomTable {border-top:none;}/*表格下面*/
  633. .bottomTable td{background-color:#ffffff;}
  634. .listTable {border:none;}/*数据表格*/
  635. .listTable tr {padding:0px 2px 0px 2px;}
  636. .listTable td {background-color:#ffffff;color:#2b3e44;word-wrap:break-word;word-break:break-all;border:#c2c2c2 solid 1px; }
  637. .listTable tr.list_title {height:27px;}
  638. .listTable tr.list_title th{color:#24373d;background: url(img/panel_title.gif) repeat-x;border-left:#c2c2c2 solid 1px;border-right:#c2c2c2 solid 1px;}
  639. .listTable tr.list_odd{}
  640. .listTable tr.list_odd td{background-color:#DEEDFF;}
  641. .listTable tr.list_even {}
  642. .listTable tr.list_even td {background-color:#ffffff;}
  643. .listTable tr.list_over {}
  644. .listTable tr.list_over td {background-color:#fdfad0;cursor:hand;}
  645. .listTable tr.list {height:23px;}
  646. .listTable tr.list td {background-color:#ffffff;}
  647. td.left{padding-left: 3px;text-align: left;}
  648. /*-------------翻页导航-------------*/
  649. .pageNav {float:right;font-family:tahoma;text-align:right;padding:0px 2px 0px 0px;width:100%;height:30px;line-height:30px;vertical-align:middle;}
  650. .pageNav a {text-decoration:none;margin-left: 5px;}
  651. .pageNav a:link {}
  652. .pageNav a:visited {}
  653. .pageNav a:hover {color:#205e92;}
  654. .pageNav a:active {}
  655. .pageNav input.input {border:#99AABB solid 1px;text-align:right;width:22px;height:16px;}
  656. .pageNav input.btnjump{font-size:12px;width:50px;height:20px;vertical-align:text-bottom;
  657. cursor:pointer;border:#99AABB solid 1px;background-color:#d2ddf3;
  658. background:url(img/button/buttonBg.gif) 0px 0px repeat-x;}
  659. /*-------------表单表格样式-------------*/
  660. td.form_header {font-weight:bold;background-color:#E0ECFF !important;background-image: url(img/panel_title.gif)}
  661. td.form_title, td.form_input {height:30px;padding-left:3px;padding-right:3px;}
  662. td.form_title {text-align:right;background-color:#DCECFF;}
  663. td.form_input {text-align:left;background-color:#EEF5FD;}
  664. td.form_bottom {height:30px;background-color:#ffffff;text-align:center;vertical-align:middle;border-top:#6ea5eb solid 1px;}
  665. /*-------------表单-------------*/
  666. input.button {padding-left:3px;padding-right:3px;cursor:pointer;color:#000000;border:#000000 solid 1px;padding-top:2px;background:url(img/button/button.gif) 0px 0px repeat-x;}
  667. input.text {width:200px;}
  668. input.readonlytext {width:200px;background-color:#e1e1e1;color:#000000;}
  669. textarea.readonlytext {width:100%;background-color:#e1e1e1;color:#000000;}
  670. div.line {display:block;width:1px;height:3px;margin:0px;padding:0px;overflow:hidden;}
  671. img.imghover{border: 1px dotted black;}
  672. img.imgBtn{}
  673. div.header{height:56px;background:RGB(210,224,248);position: relative;background-image: url(imgs/web/headbg.jpg)}
  674. span.logo{font-size: 30px;font-weight: bold;top: 0px;left: 15px;height:56px; position: absolute;padding-left: 0px;}
  675. span.logoInfo{float: right;top: 10px;right: 10px;position: absolute;font-weight: bold;color: black;}
  676. span.strong{font-weight: bold;color:red;}
  677. a.logout{padding-top:5px; padding-left: 20px;background-image: url(../../img/console/exit.gif); background-repeat: no-repeat;}
  678. a.modifyPwd{padding-top:5px;padding-left: 20px;background-image: url(../../img/console/pwd.gif); background-repeat: no-repeat;}
  679. /*-------------右键菜单-------------*/
  680. div.menuContainer{position:absolute; border-top: 1px solid #8DB2E3;border-right: 1px solid #8DB2E3;border-left: 1px solid #8DB2E3;visibility: hidden;z-index: 1000;}
  681. div.menuContainer a {
  682. cursor:pointer;
  683. font-size:12px;
  684. text-decoration:none;
  685. display: block;
  686. height: 20px;
  687. line-height:20px;
  688. border-bottom: 1px solid #8DB2E3;
  689. background-color: #E0ECFF;
  690. text-align: center;}
  691. div.menuContainer a:hover{
  692. border-bottom: 1px solid #B9350D;
  693. background-color: #FFEEAC;
  694. color: #B9350D;}
  695. /*-------------提示信息-------------*/
  696. a.tipinfo{background:url(img/menu/help.gif) 0px -5px no-repeat;padding-left: 20px;line-height: 20px;text-decoration: none;position: relative;}
  697. a.tipinfo span{display: none;}
  698. a.tipinfo:hover span{position:absolute;top:0px;width:200px;font-weight:bold; color:red;font-size:13px; display:inline;padding:3px 3px 3px 3px;word-break:break-all;
  699. border: 1px solid #A4BED4;background-color:#E4EFFD;line-height: 20px;text-decoration: none; }
  700. div.dialogButton{background-color:#DCECFF;margin:0 0 0 0; position: absolute;bottom: 0px;height: 30px;text-align: right;width:100%;padding-top:15px;}
  701. div.treeContainer{ position: relative; height: 98%; overflow: auto;}
  702. .tree-list-minus{background:url(img/icon/minus.gif) no-repeat !important;text-decoration: none; padding:4px 0px 0px 4px;}
  703. .tree-list-plus{background:url(img/icon/plus.gif) no-repeat !important;text-decoration: none; padding:4px 0px 0px 4px;}
  704. .tree-list-span {
  705. cursor: pointer;
  706. display: inline-block;
  707. padding: 0px 0px 0px 10px;
  708. }
  709. .icon-tree{
  710. background: url(img/menu/tr.gif) no-repeat !important;
  711. }
  712. .icon-list{
  713. background: url(img/menu/li.gif) no-repeat !important;
  714. }
  715. /*布局底部设置*/
  716. div.bottom{text-align: center;align:center;}
  717. /*设置弹出窗口中按钮的样式*/
  718. a.button {text-decoration:none;cursor:pointer;line-height: 25px; background:url(img/button/button.gif) no-repeat left 0px;color:#000; padding:5px 0px 5px 15px; font-size: 15px;text-align: center;}
  719. a.button span{white-space:nowrap; background:url(img/button/button.gif) no-repeat right 0px;color:#000; padding:5px 15px 5px 0px; font-size: 15px;text-align: center;margin: 0px -2px 0px 0px; }
  720. a.button:hover {line-height: 25px;background:url(img/button/button_over.gif) no-repeat left 0px;}
  721. a.button:hover span{background:url(img/button/button_over.gif) no-repeat right 0px;margin: 0px -2px 0px 0px;}
  722. /*去掉下划线*/
  723. a.button:link { text-decoration: none;}