Site.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714
  1. html,body
  2. {
  3. font-size: 12px;
  4. font-family: '\5fae\8f6f\96c5\9ed1','\5B8B\4F53 ',arial,sans-serif;
  5. color: #232323;
  6. background-color: #fff;
  7. border: 0px;
  8. margin: 0px;
  9. padding: 0px;
  10. }
  11. ul
  12. {
  13. list-style: none;
  14. padding: 0px;
  15. margin: 0px;
  16. }
  17. img
  18. {
  19. border-style: none;
  20. padding: 0px;
  21. margin: 0px;
  22. }
  23. /* Styles for basic forms
  24. -----------------------------------------------------------*/
  25. fieldset
  26. {
  27. border: 1px solid #ddd;
  28. padding: 0 1.4em 1.4em 1.4em;
  29. margin: 0 0 1.5em 0;
  30. }
  31. legend
  32. {
  33. font-size: 1.2em;
  34. font-weight: bold;
  35. }
  36. textarea
  37. {
  38. min-height: 75px;
  39. }
  40. .editor-label
  41. {
  42. margin: 1em 0 0 0;
  43. }
  44. .editor-field
  45. {
  46. margin: 0.5em 0 0 0;
  47. }
  48. /* Styles for validation helpers
  49. -----------------------------------------------------------*/
  50. .field-validation-error
  51. {
  52. color: #ff0000;
  53. }
  54. .field-validation-valid
  55. {
  56. display: none;
  57. }
  58. .input-validation-error
  59. {
  60. border: 1px solid #ff0000;
  61. background-color: #ffeeee;
  62. }
  63. .validation-summary-errors
  64. {
  65. font-weight: bold;
  66. color: #ff0000;
  67. }
  68. .validation-summary-valid
  69. {
  70. display: none;
  71. }
  72. /* Clear Fix */
  73. .clearfix:after
  74. {
  75. content: ".";
  76. display: block;
  77. height: 0;
  78. clear: both;
  79. visibility: hidden;
  80. }
  81. .clearfix
  82. {
  83. display: inline-block;
  84. }
  85. /* Hide from IE Mac */
  86. .clearfix
  87. {
  88. display: block;
  89. }
  90. /* End hide from IE Mac */
  91. /* end of clearfix */
  92. /* 双行搜索 */
  93. .toolbar
  94. {
  95. background-color:#79cdea;
  96. }
  97. .current_navbar .func_info
  98. {
  99. float: right;
  100. margin-right: 15px;
  101. height: 30px;
  102. }
  103. .current_navbar .func_info input
  104. {
  105. border: 1px solid #1A7BC9;
  106. margin-left: 5px;
  107. }
  108. /*.current_navbar .func_info input
  109. {
  110. border: 1px solid #1A7BC9;
  111. margin-left: 5px;
  112. vertical-align: middle;
  113. }*/
  114. .current_navbar .func_info a {
  115. background: url("images/func_btn_d.png") no-repeat scroll left 3px transparent;
  116. color: #FFFFFF;
  117. float: left;
  118. height: 25px;
  119. margin: 0px 5px 0 0;
  120. text-decoration: none;
  121. cursor: pointer;
  122. }
  123. .current_navbar .func_info a span
  124. {
  125. background: url("images/func_btn_d.png") no-repeat scroll right 3px transparent;
  126. float: left;
  127. margin: 0px 0 0 8px;
  128. padding: 0 8px 0px 0;
  129. }
  130. .current_navbar .func_info a:hover {
  131. background: url("images/func_btn_h.png") no-repeat scroll left 3px transparent;
  132. /*color: #FFFFFF;
  133. float: left;
  134. height: 25px;
  135. margin: 0px 5px 0 0;
  136. text-decoration: none;
  137. cursor: pointer;*/
  138. }
  139. .current_navbar .func_info a:hover span {
  140. background: url("images/func_btn_h.png") no-repeat scroll right 3px transparent;
  141. /*float: left;
  142. margin: 0px 0 0 8px;
  143. padding: 0 8px 0px 0;*/
  144. }
  145. .separatorline
  146. {
  147. /*_padding-top:15px; */
  148. position:absolute;
  149. /*_position:absolute;*/
  150. /*height:100%;*/
  151. bottom: 0px;
  152. top:30px;
  153. right: 0px;
  154. z-index: 1;
  155. overflow: auto;
  156. /*_height:expression(eval(document.documentElement.clientHeight-156));*/
  157. width:100%;
  158. /*_width:expression(eval(document.documentElement.clientWidth-189));*/
  159. }
  160. .search_keyword
  161. {
  162. background: #DAEEF5;
  163. width:auto!important;
  164. width: 100%;
  165. min-width: 820px;
  166. _width:expression(document.documentElement.clientWidth < 1000? '820px' : document.documentElement.clientWidth);
  167. }
  168. .qf_obligate
  169. {
  170. margin-left:5px; margin-right:5px;
  171. /*width:auto!important;*/
  172. border:1px #f2f2f2 solid ;
  173. width: 98%;
  174. min-width: 820px;
  175. padding-top:5px;
  176. padding-bottom:5px;
  177. _width:expression(document.documentElement.clientWidth < 1000? '820px' : document.documentElement.clientWidth);
  178. }
  179. .search_keyword select
  180. ,.qf_obligate select{
  181. width:159px;
  182. border:1px solid #c3d9e0;
  183. background-color: #fafafa;
  184. }
  185. .search_keyword input[type=text],
  186. .qf_obligate input[type=text] {
  187. width: 150px;
  188. border:1px solid #c3d9e0;
  189. background-color: #fafafa;
  190. }
  191. .qf_obligate .wayNumber
  192. {
  193. font-weight:bold;
  194. color:Green;
  195. }
  196. .qf_obligate .wayDesc
  197. {
  198. font-weight:bold;
  199. margin-left:4px;
  200. }
  201. .qf_obligate dl { padding:4px 4px 0px 4px}
  202. .qf_obligate dt { }
  203. .qf_obligate dd { margin-left:0px; }
  204. .qf_obligate ul { width:90%; margin-left:3%; min-width:948px;}
  205. .qf_obligate li.qf_row_item { float:left; display:block; width:27%;padding-bottom:2px;padding-top:2px;}
  206. .qf_obligate li.qf_row_item .qf_label,
  207. .qf_obligate li.qf_row_item .qf_input { float:left; display:block; }
  208. .qf_obligate li.qf_row_item .qf_label { width:100px; text-align:right; vertical-align:middle; line-height:22px;}
  209. .qf_obligate li.qf_row_item .qf_input { width:160px; text-align:left;}
  210. .one
  211. {
  212. height: 45px;
  213. }
  214. .two
  215. {
  216. height: 75px;
  217. }
  218. .three
  219. {
  220. height: 108px;
  221. }
  222. .four
  223. {
  224. height: 140px;
  225. }
  226. .five {
  227. height: 170px;
  228. }
  229. .six {
  230. height: 202px;
  231. }
  232. .search_keyword .search_input
  233. {
  234. width: 90%;
  235. float: left;
  236. }
  237. .search_keyword .search_input ul
  238. {
  239. list-style: none;
  240. height: 22px;
  241. margin: 10px auto;
  242. }
  243. .search_keyword .search_input ul li.sn
  244. {
  245. width: 12%;
  246. height: 22px;
  247. line-height: 22px;
  248. display: inline-block;
  249. text-align: right;
  250. color: #404040;
  251. float: left;
  252. }
  253. .search_keyword .search_input ul li.sv
  254. {
  255. height: 22px;
  256. line-height: 22px;
  257. float: left;
  258. text-align: left;
  259. width: 21%;
  260. }
  261. .search_keyword .search_input ul li.sv .combo {
  262. vertical-align: top;
  263. }
  264. .search_keyword .search_button_one
  265. {
  266. float: left;
  267. margin-top: 8px;
  268. }
  269. .search_keyword .search_button_two
  270. {
  271. float: left;
  272. margin-top: 24px;
  273. }
  274. .search_keyword .search_button_three
  275. {
  276. float: left;
  277. margin-top: 40px;
  278. position:relative;
  279. }
  280. .search_keyword .search_button_four
  281. {
  282. float: left;
  283. margin-top: 56px;
  284. }
  285. .search_keyword .search_button_five {
  286. float: left;
  287. margin-top: 73px;
  288. }
  289. .search_keyword .search_button_six {
  290. float: left;
  291. margin-top: 90px;
  292. }
  293. .search_list
  294. {
  295. background-color:#f6f6f6;
  296. width:auto!important;
  297. width: 100%;
  298. min-width: 820px;
  299. _width:expression(document.documentElement.clientWidth < 1000? '820px' : document.documentElement.clientWidth);
  300. }
  301. .search_list_obligate
  302. {
  303. margin: 15px 5px;
  304. width:auto!important;
  305. width: 100%;
  306. min-width: 860px;
  307. _width:expression(document.documentElement.clientWidth < 1000? '860px' : document.documentElement.clientWidth);
  308. }
  309. /* 弹出框 */
  310. .box_class
  311. {
  312. margin: 5px auto 31px;
  313. }
  314. .box_class ul
  315. {
  316. height: 20px;
  317. line-height: 20px;
  318. background-color: #e9edee;
  319. border-bottom:1px solid #fff;
  320. }
  321. .box_class ul li.li_o_l
  322. {
  323. width: 21%;
  324. float: left;
  325. text-align: right;
  326. background-color: #daeef5;
  327. }
  328. .box_class ul li.li_o_r
  329. {
  330. width: 78%;
  331. float: left;
  332. height: 36px;
  333. border-left:1px solid #fff;
  334. }
  335. .box_class ul li.li_o_r .combo input {
  336. vertical-align: top;
  337. }
  338. .box_class ul li.li_o_r textarea
  339. {
  340. font-size:13px;
  341. padding-left:2px;
  342. }
  343. .box_class ul li.li_s_l
  344. {
  345. width: 21%;
  346. float: left;
  347. text-align: right;
  348. background-color: #daeef5;
  349. }
  350. .box_class ul li.li_s_r
  351. {
  352. width: 28%;
  353. float: left;
  354. height: 36px;
  355. border-left:1px solid #fff;
  356. }
  357. .box_class ul li.li_s_r .combo input {
  358. vertical-align: top;
  359. }
  360. .box_class ul li.li_t_l
  361. {
  362. width: 15%;
  363. float: left;
  364. text-align: right;
  365. background-color: #daeef5;
  366. }
  367. .box_class ul li.li_t_r
  368. {
  369. width: 18%;
  370. float: left;
  371. height: 36px;
  372. border-left:1px solid #fff;
  373. }
  374. .box_class ul li.li_t_r .combo input {
  375. vertical-align: top;
  376. }
  377. .navbar_toolbutton
  378. {
  379. margin-left: 5px;
  380. }
  381. .disabled
  382. {
  383. background-color:Gray;
  384. }
  385. .ie6 {}
  386. .ie6 .func_info input{
  387. margin-top:5px;
  388. height:18px;
  389. }
  390. .li_o_r
  391. {
  392. overflow: auto;
  393. }
  394. .li_s_r
  395. {
  396. overflow: auto;
  397. }
  398. .li_t_r
  399. {
  400. overflow: auto;
  401. }
  402. .box_class_page
  403. {
  404. margin: 5px auto;
  405. }
  406. .requiredstar
  407. {
  408. color:Red;
  409. }
  410. div.tabs-container,
  411. div.tabs-container div.panel-noscroll,
  412. div.tabs-container div.panel-noscroll div.panel>div
  413. { overflow:hidden;}
  414. /*快捷按钮样式*/
  415. .func_fast
  416. {
  417. margin-left: 8px;
  418. height: 30px;
  419. }
  420. .func_fast a {
  421. background: url("images/func_btn_d.png") no-repeat scroll left 8px transparent;
  422. color: #FFFFFF;
  423. float: left;
  424. height: 30px;
  425. margin: 0px 5px 0 0;
  426. text-decoration: none;
  427. cursor: pointer;
  428. }
  429. .func_fast a span
  430. {
  431. background: url("images/func_btn_d.png") no-repeat scroll right 8px transparent;
  432. float: left;
  433. margin: 0px 0 0 8px;
  434. padding: 0 8px 0px 0;
  435. height: 30px;
  436. }
  437. .func_fast a:hover {
  438. background: url("images/func_btn_h.png") no-repeat scroll left 8px transparent;
  439. /*color: #FFFFFF;
  440. float: left;
  441. height: 25px;
  442. margin: 0px 5px 0 0;
  443. text-decoration: none;
  444. cursor: pointer;*/
  445. }
  446. .func_fast a:hover span {
  447. background: url("images/func_btn_h.png") no-repeat scroll right 8px transparent;
  448. /*float: left;
  449. margin: 0px 0 0 8px;
  450. padding: 0 8px 0px 0;*/
  451. }
  452. .button_search
  453. {
  454. background-image:url(./v3/green_twoWord.png);
  455. width:50px;
  456. display:block;
  457. line-height:25px;
  458. height:25px;
  459. }
  460. .content_head
  461. {
  462. background-color:#3d8fb2;
  463. width:100%;
  464. text-align:center;
  465. margin-top:-15px;
  466. *margin-top:0px;
  467. }
  468. .content_head p { text-align:left; padding-left:10px; padding-top:10px;}
  469. .content_head .workPosition
  470. {
  471. color:White;
  472. font-size:12px;
  473. font-weight:bold;
  474. }
  475. .content_head .systemWorkflow
  476. {
  477. background-image:url(./v3/images/system_workflow.png);
  478. width:820px;
  479. height:69px;
  480. margin-left:auto;
  481. margin-right:auto;
  482. }
  483. /* xDataTable begin */
  484. .xDataTablePanel
  485. {
  486. position: relative;
  487. }
  488. .xDataTable
  489. {
  490. position:relative;
  491. text-align: center;
  492. border-top: 1px solid #e4e4e4;
  493. border-right: none;
  494. border-bottom: none;
  495. border-left: 1px solid #e4e4e4;
  496. width: 100%;
  497. }
  498. .xDataTable th
  499. {
  500. font-size: 14px;
  501. border-top: none;
  502. border-right: 1px solid #e4e4e4;
  503. border-bottom: 1px solid #e4e4e4;
  504. border-left: none;
  505. color: #8b8e8e;
  506. line-height: 30px;
  507. background: url("./V3/xDataTable_th_bg.jpg");
  508. font-weight: normal;
  509. }
  510. .xDataTable td
  511. {
  512. border-top: none;
  513. border-right: 1px solid #ebf1f5;
  514. border-bottom: 1px solid #ebf1f5;
  515. border-left: none;
  516. color:#646968;
  517. line-height: 28px;
  518. padding: 0 2px;
  519. font-size: 14px;
  520. }
  521. .xDataTable td a
  522. {
  523. color: #3848FD;
  524. text-decoration: none;
  525. cursor: pointer;
  526. }
  527. .xDataTable td a:hover
  528. {
  529. color: #3848FD;
  530. text-decoration: underline;
  531. /*border: none;*/
  532. }
  533. .xDataTable tr.row
  534. {
  535. background-color: #F6F6F6;
  536. }
  537. .xDataTable tr.row2
  538. {
  539. background-color: white;
  540. }
  541. .xDataTable tr.row_selected
  542. {
  543. background-color: #f6f6f6;
  544. }
  545. .xDataTablePanel_pager
  546. {
  547. /* border:3px solid #f6f6f6;*/
  548. border:1px solid #d3d3d3;
  549. /*padding-top:7px;
  550. padding-bottom:7px;*/
  551. background-color:#f6f6f6;
  552. text-align:center;
  553. white-space: nowrap;
  554. }
  555. .xDataTablePanel_pager table
  556. {
  557. margin-left:auto;
  558. margin-right:auto;
  559. }
  560. .xDataTablePanel_pager
  561. {
  562. zoom: 1;
  563. }
  564. .xDataTablePanel_pager td
  565. {
  566. border: 0;
  567. }
  568. .xDataTablePanel_pager-btn-separator
  569. {
  570. float: left;
  571. height: 24px;
  572. border-left: 1px solid #ddd;
  573. border-right: 1px solid #fff;
  574. margin: 3px 1px;
  575. }
  576. .xDataTablePanel_pager .xDataTablePanel_pager-num
  577. {
  578. border-width: 1px;
  579. border-style: solid;
  580. margin: 0 2px;
  581. padding: 2px;
  582. width: 2em;
  583. height: auto;
  584. }
  585. .xDataTablePanel_pager-page-list
  586. {
  587. margin: 0px 6px;
  588. padding: 1px 2px;
  589. width: auto;
  590. height: auto;
  591. border-width: 1px;
  592. border-style: solid;
  593. }
  594. .xDataTablePanel_pager-info
  595. {
  596. margin: 0px;
  597. padding: 0;
  598. height: 30px;
  599. line-height: 30px;
  600. font-size: 12px;
  601. }
  602. .xDataTablePanel_pager span
  603. {
  604. font-size: 12px;
  605. }
  606. .xDataTablePanel_pager-first
  607. {
  608. background: url('./images/xDataTablePanel_pager_icons.png') no-repeat 0 0;
  609. }
  610. .xDataTablePanel_pager-prev
  611. {
  612. background: url('./images/xDataTablePanel_pager_icons.png') no-repeat -16px 0;
  613. }
  614. .xDataTablePanel_pager-next
  615. {
  616. background: url('./images/xDataTablePanel_pager_icons.png') no-repeat -32px 0;
  617. }
  618. .xDataTablePanel_pager-last
  619. {
  620. background: url('./images/xDataTablePanel_pager_icons.png') no-repeat -48px 0;
  621. }
  622. .xDataTablePanel_pager-load
  623. {
  624. background: url('./images/xDataTablePanel_pager_icons.png') no-repeat -64px 0;
  625. }
  626. .xDataTablePanel_pager-loading
  627. {
  628. background: url('./images/loading.gif') no-repeat;
  629. }
  630. .xDataTablePanel_pager-page-list,
  631. .xDataTablePanel_pager .xDataTablePanel_pager-num
  632. {
  633. border-color: #c3d9e0;
  634. }