default.css 19 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198
  1. body {
  2. margin-left: 0px;
  3. margin-top: 0px;
  4. margin-right: 0px;
  5. margin-bottom: 0px;
  6. overflow-x: auto;
  7. overflow-y: auto;
  8. font-size: 12px;
  9. font-family: 微软雅黑, 宋体;
  10. background-color: white;
  11. }
  12. p {
  13. margin: 4px, auto;
  14. }
  15. form {
  16. margin: 0px;
  17. text-align: center;
  18. }
  19. body,div {
  20. scrollbar-face-color: #C2E2FB;
  21. scrollbar-highlight-color: #D1D7DC;
  22. scrollbar-shadow-color: #98AAB1;
  23. scrollbar-3dlight-color: #ffffff;
  24. scrollbar-arrow-color: #006699;
  25. scrollbar-track-color: #EFEFEF;
  26. scrollbar-darkshadow-color: #EFEFEF;
  27. }
  28. a,table,td,tr,input,select,span,div,textarea,p {
  29. font-size: 14px;
  30. font-family: 微软雅黑, 宋体;
  31. }
  32. /*FRAME上的导航栏 background-color:#dcdfe5;*/
  33. .navigator {
  34. position: absolute;
  35. height: 25px;
  36. top: 0px;
  37. z-index: 9900000;
  38. width: 100%;
  39. /*background:#fafafa url('images/navigator_bg.gif');*/
  40. background: #dbe2ed !important;
  41. }
  42. .navigator_table {
  43. padding-top: 0px !important;
  44. width: 100%;
  45. height: 25px !important;
  46. line-height: 22px;
  47. }
  48. /*页面上导航栏*/
  49. .content_navigator {
  50. display: none;
  51. width: 100%;
  52. background: #dcdfe5;
  53. }
  54. /*单记录表格背景*/
  55. .dataTable {
  56. background-color: white;
  57. }
  58. .dataTable td {
  59. padding: 4px 2px;
  60. }
  61. /*用于单记录表格*/
  62. .fieldset {
  63. text-align: left;
  64. border: #ffffff 0px solid;
  65. padding: 10px 0;
  66. margin: 0 auto;
  67. margin-top: 10px;
  68. width: 98% !important;
  69. background: #ffffff;
  70. }
  71. .fieldset .legend {
  72. }
  73. .fieldset .legend img {
  74. width: 22px !important;
  75. height: 22px !important;
  76. }
  77. .fieldset .legend span {
  78. font-size: 16px;
  79. font-weight: bold;
  80. display: inline-block;
  81. vertical-align: middle;
  82. }
  83. /*用于多记录表格*/
  84. .fieldset2 {
  85. text-align: left;
  86. border: white;
  87. margin-top: 10px;
  88. }
  89. .box_set { /*height:30%;
  90. min-height:158px;*/
  91. }
  92. .item_box {
  93. height: auto;
  94. }
  95. .bg_set {
  96. background: #ffffff;
  97. margin: 0 1% 0 1%;
  98. width: 98% !important;
  99. margin-top: 10px;
  100. height: auto;
  101. }
  102. .bg_set .fieldset2 {
  103. /* margin: 0 -1% 0 -1% !important; */ /* by hemeixiu */
  104. display: contents; /* by hemeixiu */
  105. padding: 0; /* by hemeixiu */
  106. }
  107. .bg_set .fieldset2 .fwresize {
  108. /* margin: 0 10px; */
  109. width: inherit !important;
  110. height: auto !important;
  111. margin: 10px 10px 0 !important; /* by hemeixiu */
  112. padding-bottom: 10px; /* by hemeixiu */
  113. }
  114. .bg_set legend span {
  115. font-size: 16px;
  116. font-weight: blod !important;
  117. display: inline-block;
  118. vertical-align: middle;
  119. }
  120. .bg_set legend img {
  121. width: 22px !important;
  122. height: 22px !important;
  123. background: url('images/ico_title.png') no-repeat center !important;
  124. }
  125. .bg_set_content {
  126. padding: 10px;
  127. background: #ffffff;
  128. margin: 0 1% 10px 1%;
  129. }
  130. .add_scroll {
  131. overflow-x: scroll;
  132. }
  133. .bg_set_content p {
  134. margin: 0;
  135. padding: 0;
  136. }
  137. .fwresize {
  138. height: auto;
  139. background: #ffffff;
  140. margin: 0 1%;
  141. }
  142. .fieldset3 {
  143. text-align: left;
  144. border: #ffffff 1px solid;
  145. padding-top: 28px;
  146. padding-bottom: 4px;
  147. background: #ffffff;
  148. margin: 0 auto;
  149. width: 98% !important;
  150. }
  151. .fieldset3 .legend {
  152. position: relative !important;
  153. top: 20px !important;
  154. }
  155. .fieldset3 .legend span {
  156. display: inline-block;
  157. vertical-align: middle;
  158. }
  159. .fieldset3 .ui-tabs .legend {
  160. top: 0px !important;
  161. }
  162. .ui-tabs .fwresize {
  163. margin: 0;
  164. }
  165. .tablediv {
  166. display: block;
  167. padding: 10px 0;
  168. background-color: white;
  169. width: 90%;
  170. margin-top: 0px;
  171. }
  172. .fieldset .tablediv {
  173. width: 98% !important;
  174. }
  175. .legend {
  176. padding: 4px 4px;
  177. background: #ffffff; /*A6C9F7*/
  178. width: 100%;
  179. /* margin: 0 -1px; */
  180. margin: 0 0px;
  181. border-bottom: 1px solid #d9dfe9;
  182. font-weight: bold;
  183. }
  184. /*单记录表-信息单元格*/
  185. .tdprompt {
  186. text-align: right;
  187. height: 21px;
  188. color: #000000;
  189. padding: 0 4px;
  190. }
  191. /*单记录表-录入单元格*/
  192. .tdinput {
  193. padding-left: 5px;
  194. padding-right: 2px;
  195. background-color: white;
  196. height: 21px;
  197. text-align: left;
  198. }
  199. /*单记录表-信息单元格-必录项*/
  200. .tdprompt_n {
  201. text-align: right;
  202. height: 21px;
  203. color: #000000;
  204. }
  205. /*单记录表-信息单元格-基础项*/
  206. .tdprompt_sn {
  207. text-align: right;
  208. height: 21px;
  209. color: #be0101;
  210. }
  211. /*文件上传*/
  212. .filebox {
  213. margin: 1px;
  214. border: #B5B8C8 1px solid;
  215. color: #000000;
  216. width: 100%;
  217. height: 21px;
  218. background-color: white;
  219. }
  220. /*提示信息框*/
  221. .labelbox {
  222. margin: 1px;
  223. text-align: center;
  224. color: #000000;
  225. width: 100%;
  226. }
  227. /*单行文本输入框*/
  228. .textbox {
  229. margin: 1px;
  230. border: #d2d6df 1px solid;
  231. color: #000000;
  232. width: 100%;
  233. height: 21px;
  234. background-color: white;
  235. }
  236. /*银行账号输入文本,与textbox一样*/
  237. .bankaccount {
  238. margin: 1px;
  239. border: #B5B8C8 1px solid;
  240. color: #000000;
  241. width: 100%;
  242. height: 21px;
  243. background-color: white;
  244. }
  245. .bankaccounthid {
  246. margin: 1px;
  247. border: #B5B8C8 1px solid;
  248. color: #000000;
  249. width: 100%;
  250. height: 21px;
  251. background-color: white;
  252. }
  253. /*单行文本输入框-不允许拷贝复制*/
  254. .notpastebox {
  255. margin: 1px;
  256. border: #B5B8C8 1px solid;
  257. color: #000000;
  258. width: 100%;
  259. height: 21px;
  260. background-color: white;
  261. }
  262. /*快速检索列表-输入框*/
  263. .searchgridbox {
  264. margin: 1px;
  265. border: #B5B8C8 1px solid;
  266. color: #000000;
  267. width: 100%;
  268. height: 21px;
  269. background-color: white;
  270. }
  271. /*下拉框*/
  272. .combobox {
  273. margin: 1px;
  274. border: #B5B8C8 1px solid;
  275. color: #000000;
  276. width: 100%;
  277. background-color: white;
  278. }
  279. /*可录入下拉框*/
  280. .incombox {
  281. margin: 1px;
  282. border: #B5B8C8 1px solid;
  283. color: #000000;
  284. width: 100%;
  285. background-color: white;
  286. }
  287. /*可录入远程查询下拉框*/
  288. .dbcombox {
  289. margin: 1px;
  290. border: #B5B8C8 1px solid;
  291. color: #000000;
  292. width: 100%;
  293. background-color: white;
  294. }
  295. /*联动下拉框*/
  296. .ldcombox {
  297. margin: 1px;
  298. border: #B5B8C8 1px solid;
  299. color: #000000;
  300. width: 100%;
  301. background-color: white;
  302. }
  303. /*证件号码下拉框*/
  304. .zjcombox {
  305. border: #B5B8C8 1px solid;
  306. color: #000000;
  307. width: 100%;
  308. background-color: white;
  309. }
  310. /*证件号码输入框*/
  311. .zjtextbox {
  312. margin: 1px;
  313. border: #B5B8C8 1px solid;
  314. color: #000000;
  315. width: 100%;
  316. height: 21px;
  317. background-color: white;
  318. }
  319. /*日期输入框*/
  320. .datebox {
  321. margin: 1px;
  322. border: #B5B8C8 1px solid;
  323. color: #000000;
  324. width: 100%;
  325. height: 21px;
  326. background-color: white;
  327. }
  328. /*日期以及时间输入框*/
  329. .datetime {
  330. margin: 1px;
  331. border: #B5B8C8 1px solid;
  332. color: #000000;
  333. width: 100%;
  334. height: 21px;
  335. background-color: white;
  336. }
  337. /*日期以及时间输入框*/
  338. .datetimenew {
  339. margin: 1px;
  340. border: #B5B8C8 1px solid;
  341. color: #000000;
  342. width: 100%;
  343. height: 21px;
  344. background-color: white;
  345. }
  346. /*单行文本-数值输入框*/
  347. .numberbox {
  348. margin: 1px;
  349. border: #B5B8C8 1px solid;
  350. color: #000000;
  351. width: 100%;
  352. height: 21px;
  353. background-color: white;
  354. text-align: right;
  355. padding-right: 5px;
  356. ime-mode: disabled;
  357. }
  358. /*单行文本-浮点型输入框*/
  359. .floatbox {
  360. margin: 1px;
  361. border: #B5B8C8 1px solid;
  362. color: #000000;
  363. width: 100%;
  364. height: 21px;
  365. background-color: white;
  366. text-align: right;
  367. padding-right: 5px;
  368. ime-mode: disabled;
  369. }
  370. /*单行文本-中文输入框*/
  371. .chinessbox {
  372. margin: 1px;
  373. border: #B5B8C8 1px solid;
  374. color: #000000;
  375. width: 100%;
  376. height: 21px;
  377. background-color: white;
  378. }
  379. /*单行文本-年月输入框*/
  380. .yearmonthbox {
  381. margin: 1px;
  382. border: #B5B8C8 1px solid;
  383. color: #000000;
  384. width: 100%;
  385. height: 21px;
  386. background-color: white;
  387. ime-mode: disabled;
  388. }
  389. /*单行文本-时分秒输入框*/
  390. .timebox {
  391. margin: 1px;
  392. border: #B5B8C8 1px solid;
  393. color: #000000;
  394. width: 100%;
  395. height: 21px;
  396. background-color: white;
  397. }
  398. /*单行文本-邮政编码输入框*/
  399. .postbox {
  400. margin: 1px;
  401. border: #B5B8C8 1px solid;
  402. color: #000000;
  403. width: 100%;
  404. height: 21px;
  405. background-color: white;
  406. }
  407. /*单行文本-电话号码输入框*/
  408. .phonebox {
  409. margin: 1px;
  410. border: #B5B8C8 1px solid;
  411. color: #000000;
  412. width: 100%;
  413. height: 21px;
  414. background-color: white;
  415. }
  416. /*单行文本-身份证号码输入框*/
  417. .idcardbox {
  418. margin: 1px;
  419. border: #B5B8C8 1px solid;
  420. color: #000000;
  421. width: 100%;
  422. height: 21px;
  423. background-color: white;
  424. ime-mode: disabled;
  425. }
  426. /*多行文本输入框*/
  427. .textareabox {
  428. margin: 1px;
  429. word-wrap: break-word;
  430. word-break: break-all;
  431. border: #d2d6df 1px solid;
  432. color: #000000;
  433. width: 100%;
  434. background-color: white;
  435. line-height: 20px;
  436. padding: 8px;
  437. }
  438. /*按钮的样式*/
  439. a.buttonlink2 {
  440. text-align: center;
  441. background-position: center center;
  442. height: 20px;
  443. cursor: hand;
  444. padding-top: 2px;
  445. padding-left: 20px;
  446. padding-right: 20px;
  447. word-spacing: 6px;
  448. text-decoration: none;
  449. background-image: url(images/button.gif);
  450. border: #7b9ebd 1px solid;
  451. margin-right: 5px;
  452. }
  453. a.buttonlink2:link {
  454. color: #5e78bd;
  455. text-decoration: none
  456. }
  457. a.buttonlink2:visited {
  458. color: #5e78bd;
  459. text-decoration: none
  460. }
  461. a.buttonlink2:active {
  462. color: #5e78bd;
  463. cursor: hand;
  464. text-decoration: none
  465. }
  466. a.buttonlink2:hover {
  467. color: #003aa3;
  468. text-decoration: none;
  469. background-image: url(images/button_d.gif);
  470. }
  471. a.fdj {
  472. height: 16px;
  473. width: 16px;
  474. text-align: center;
  475. background-image: url(images/search.png);
  476. display: inline-block;
  477. opacity: 0.6;
  478. filter: alpha(opacity = 60);
  479. }
  480. a.fdj:hover {
  481. opacity: 0.8;
  482. filter: alpha(opacity = 80);
  483. }
  484. /**异常提示样式**/
  485. .exception-tip {
  486. margin: 1px 1px 2px 1px;
  487. height: 98%;
  488. width: 99%;
  489. background-color: #EEF1F7;
  490. overflow: hidden;
  491. }
  492. .exception-tip2 {
  493. margin: 5% 10% 5% 10%;
  494. height: 70%;
  495. min-height: 300px;
  496. background-color: #EEF1F7;
  497. border: #A6C9F7 1px solid;
  498. padding: 20px;
  499. overflow: hidden;
  500. }
  501. .exception-message-baody {
  502. width: 100%;
  503. height: 90%;
  504. }
  505. .exception-message {
  506. font-size: 14px;
  507. float: left;
  508. margin: 10px auto;
  509. width: 80%;
  510. }
  511. .exception-btn {
  512. clear: both;
  513. text-align: center;
  514. }
  515. .exception-alert-btn {
  516. float: right;
  517. display: inline-block;
  518. position: relative;
  519. margin: 2px 2px 10px 2px;
  520. padding: 0px 20px;
  521. text-align: center;
  522. text-decoration: none;
  523. color: black;
  524. background: #C2E2FB;
  525. }
  526. .exception-alert-btn a {
  527. list-style: none;
  528. }
  529. .exception-context {
  530. height: 300px;
  531. overflow: auto;
  532. margin: 2px;
  533. display: none;
  534. border: 1px solid #A6C9F7;
  535. background-color: #FFF;
  536. }
  537. .exception-context2 {
  538. height: 200px;
  539. overflow: auto;
  540. margin: 0px;
  541. width: 510px;
  542. display: none;
  543. background-color: #FFF;
  544. }
  545. .exeption-font {
  546. font-size: 14px;
  547. }
  548. .info-message {
  549. color: blue;
  550. font-size: 14px;
  551. padding: 5px 10px;
  552. display: block;
  553. }
  554. .error-message {
  555. color: red;
  556. font-size: 14px;
  557. padding: 5px 10px;
  558. display: block;
  559. }
  560. .exception-type {
  561. font-weight: bold;
  562. font-size: 14px;
  563. border-bottom: 1px dotted #F26928;
  564. padding: 2px 0px;
  565. margin: 10px auto;
  566. }
  567. .exception-icon {
  568. width: 60px;
  569. height: 100%;
  570. float: left;
  571. padding-top: 10px;
  572. }
  573. .exception-icon span {
  574. width: 40px;
  575. height: 40px;
  576. overflow: hidden;
  577. display: inline-block;
  578. background-size: cover;
  579. margin-left: 10px;
  580. margin-right: 10px;
  581. }
  582. .erroricon {
  583. background: url(images/error.gif) no-repeat center center;
  584. }
  585. .dataicon {
  586. background: url(images/data.gif) no-repeat center center;
  587. }
  588. .validateicon {
  589. background: url(images/validate.gif) no-repeat center center;
  590. }
  591. .infoicon {
  592. background: url(images/info.gif) no-repeat center center;
  593. }
  594. .succicon {
  595. background: url(images/succ.gif) no-repeat center center;
  596. }
  597. .exception-btn-background {
  598. background-color: #EEF1F7;
  599. position: absolute;
  600. clear: both;
  601. margin-top: -30px;
  602. z-index: 1000;
  603. }
  604. .exception-title {
  605. height: 26px;
  606. font-size: 15px;
  607. color: black;
  608. padding-top: 1px;
  609. padding-left: 10px;
  610. text-align: left;
  611. vertical-align: middle;
  612. background-image: url(images/msg_title_bg.gif);
  613. }
  614. <!--
  615. 首页的样式 -->.blank_td_title {
  616. padding-left: 5px;
  617. width: 100%;
  618. border: 1px solid #ccc;
  619. background-image: url(images/list_title_bg1.gif);
  620. }
  621. .blank_td_title2 {
  622. padding-left: 5px;
  623. width: 100%;
  624. border: 1px solid #ccc;
  625. background-image: url(images/list_title_bg2.gif);
  626. }
  627. .blank_td_content {
  628. padding-left: 5px;
  629. width: 100%;
  630. cursor: hand;
  631. border: 1px solid #ccc;
  632. }
  633. .blank_td_content-over {
  634. background: white;
  635. color: gray;
  636. }
  637. .err_message_blank_board {
  638. display: block;
  639. position: absolute;
  640. top: 10px;
  641. z-index: 97;
  642. right: 10px;
  643. max-width: 768px %;
  644. }
  645. /*单条错误消息的样式*/
  646. .err_message {
  647. display: block;
  648. position: relative;
  649. z-index: 99;
  650. float: right;
  651. clear: both;
  652. height: 16;
  653. border: 1 solid #FB7C46;
  654. color: #000000;
  655. background: #F3E26D;
  656. }
  657. /*快捷按钮样式*/
  658. .menu_btn {
  659. padding-left: 5px;
  660. padding-right: 5px;
  661. }
  662. /*工作流引擎样式*/
  663. .act {
  664. width: 120px;
  665. border: 1px solid red;
  666. margin: 6px;
  667. text-align: center;
  668. border: #A6C9F7 1px solid;
  669. float: left;
  670. }
  671. .actTitle {
  672. width: 120px;
  673. height: 20px;
  674. font-weight: bold;
  675. margin: 2px;
  676. background-color: #EEF1F7;
  677. }
  678. .orgSelect {
  679. width: 120px;
  680. margin: 2px;
  681. }
  682. .accepter {
  683. width: 120px;
  684. margin: 2px;
  685. text-align: left;
  686. }
  687. .accepter select {
  688. background-color: #FFF;
  689. }
  690. .wfDialogBtn {
  691. width: 98%;
  692. text-align: right;
  693. clear: both;
  694. padding: 5px 0 10px 0;
  695. }
  696. .div_wf {
  697. text-align: center;
  698. background: #ffffff;
  699. margin: 0 1%;
  700. padding-bottom: 10px;
  701. }
  702. #div_commonfile1 {
  703. background: #ffffff;
  704. }
  705. #div_commonfile1 font {
  706. color: #333333;
  707. }
  708. .chooseSelf a {
  709. text-decoration: none;
  710. }
  711. .wftextarea {
  712. border: #B5B8C8 1px solid;
  713. color: #000000;
  714. background-color: white;
  715. }
  716. .wf_btn {
  717. color: blue !important;
  718. }
  719. /*全局按钮css*/
  720. form p {
  721. background: #ffffff !important;
  722. padding-top: 10px;
  723. margin: 0 1% 0 1% !important;
  724. margin-top: 0;
  725. padding-bottom: 20px;
  726. }
  727. /*linkbutton 主要是多记录表单的翻页栏用到*/
  728. a.l-btn {
  729. color: black;
  730. /*background:url('images/button_a_bg.gif') no-repeat top right;*/
  731. background: #4b80d7;
  732. font-size: 12px;
  733. text-decoration: none;
  734. display: inline-block;
  735. zoom: 1;
  736. line-height: 21px;
  737. padding-right: 17px;
  738. cursor: pointer;
  739. outline: none;
  740. }
  741. a.l-btn-plain {
  742. background: transparent;
  743. padding: 2px 0;
  744. padding-right: 8px;
  745. border: 1px solid transparent;
  746. _border: 0px solid #efefef;
  747. _padding: 1px 6px 1px 1px;
  748. }
  749. a.l-btn-disabled { /*color:#000000;
  750. opacity:0.5;*/
  751. filter: alpha(opacity = 50);
  752. cursor: default;
  753. background: #dfe3ea;
  754. }
  755. a.l-btn span.l-btn-left {
  756. display: block;
  757. /*background:url('images/button_span_bg.gif') no-repeat top left;
  758. background:#4b80d7;*/
  759. padding: 6px 0px 6px 18px;
  760. line-height: 13px;
  761. color: #ffffff;
  762. }
  763. a.l-btn-disabled span.l-btn-left {
  764. color: #7d8590;
  765. }
  766. a.l-btn-plain span.l-btn-left {
  767. background: transparent;
  768. padding-left: 5px;
  769. }
  770. a.l-btn span span.l-btn-text {
  771. display: inline-block;
  772. height: 14px;
  773. line-height: 14px;
  774. padding: 0px;
  775. }
  776. a.l-btn span span span.l-btn-empty {
  777. display: inline-block;
  778. padding: 0px;
  779. width: 16px;
  780. height: 16px;
  781. }
  782. a:hover.l-btn {
  783. background: #ff813b;
  784. background-position: bottom right;
  785. outline: none;
  786. }
  787. a:hover.l-btn span.l-btn-left {
  788. background-position: bottom left;
  789. }
  790. a:hover.l-btn-plain {
  791. border: 1px solid #7eabcd;
  792. background: url('images/button_plain_hover.png') repeat-x left bottom;
  793. _padding: 0px 5px 0px 0px;
  794. }
  795. a:hover.l-btn-disabled {
  796. background: #dfe3ea;
  797. background-position: top right;
  798. }
  799. a:hover.l-btn-disabled span.l-btn-left {
  800. background-position: top left;
  801. font-weight: normal;
  802. }
  803. a.l-btn:active {
  804. color: blue;
  805. font-weight: bold
  806. }
  807. input.focus,textarea.focus,select.focus { /*border-color:red;
  808. border-width: 1px;
  809. border-style:outset; */
  810. background-color: #FDFDBD;
  811. }
  812. input.readOnly,textarea.readOnly,select.readOnly {
  813. background-color: #F0F0F0;
  814. /*border-bottom-style:hidden;
  815. border: 0;*/
  816. }
  817. input.valueInvalide,textarea.valueInvalide,select.valueInvalide {
  818. background: #FFFFCC;
  819. border: 1px solid #FC0101;
  820. }
  821. /*批量单选按钮和多选按钮的表格布局样式*/
  822. table.inputSet {
  823. width: 100%;
  824. }
  825. #sliderPanel {
  826. position: relative;
  827. margin: 50px auto;
  828. width: 500px;
  829. height: 560px;
  830. border: 1px solid red;
  831. }
  832. #sliderPanel .iframe_list {
  833. overflow: hidden;
  834. position: relative;
  835. width: 100%;
  836. height: 100%;
  837. }
  838. .iframe_list ul {
  839. padding: 0;
  840. margin: 0;
  841. list-style: none;
  842. width: 3500px;
  843. position: absolute;
  844. height: 100%;
  845. left: 0px;
  846. }
  847. .iframe_list li {
  848. padding: 0;
  849. margin: 0;
  850. list-style: none;
  851. float: left;
  852. width: 500px;
  853. height: 100%;
  854. border: 1px solid white;
  855. }
  856. .iframe_list IFRAME {
  857. position: relative;
  858. width: 100%;
  859. height: 100%;
  860. }
  861. .iframe_list img {
  862. position: relative;
  863. width: 100%;
  864. height: 100%;
  865. }
  866. /* 左右点击的按钮样式 */
  867. #sliderPanel .toLeft,#sliderPanel .toRight {
  868. width: 35px;
  869. height: 50px;
  870. border: 1px solid yellow;
  871. }
  872. #sliderPanel .footer {
  873. margin-top: 5px;
  874. height: 50px;
  875. border: 1px solid red;
  876. }
  877. /* 图片对应的按钮样式 */
  878. .footer .toLeft {
  879. background: url('images/left.gif') no-repeat top left;
  880. width: 50px;
  881. height: 50px;
  882. display: block;
  883. float: left;
  884. }
  885. .footer .toRight {
  886. background: url('images/right.gif') no-repeat top left;
  887. width: 50px;
  888. height: 50px;
  889. float: right;
  890. }
  891. .btn_list ul {
  892. padding: 0;
  893. margin: 0;
  894. list-style: none;
  895. padding: 0px;
  896. height: 50px;
  897. float: left;
  898. }
  899. .btn_list li {
  900. list-style: none;
  901. float: left;
  902. margin-right: 10px;
  903. color: #999;
  904. border: 1px solid #ccc;
  905. }
  906. .btn_list li:hover,.btn_list li.on {
  907. cursor: pointer;
  908. border: 1px solid #E204A4;
  909. }
  910. .btn_list li iframe {
  911. width: 50px;
  912. height: 40px;
  913. display: block;
  914. float: center;
  915. }
  916. .btn_list li img {
  917. width: 50px;
  918. height: 40px;
  919. display: block;
  920. float: center;
  921. }
  922. /* 附件 */
  923. #attach {
  924. backgound: #ffffff !important;
  925. margin: 0 1%;
  926. }
  927. /* 左菜单全部选中 */
  928. #zk-ss {
  929. color: #0b408b;
  930. display: block;
  931. margin-top: 4px;
  932. }
  933. /* top */
  934. .tdCenter {
  935. line-height: 16px !important;
  936. }
  937. .userName-container {
  938. position: absolute;
  939. right: 15px;
  940. top: 3px;
  941. }
  942. .tree-frame {
  943. padding: 0 10px 0 0px;
  944. margin: 10px;
  945. margin-right: 0;
  946. }
  947. .tree-frame .tree-container { /* background: #fff;
  948. over-flow-y: auto; */
  949. }
  950. .tree-frame form, .tree-frame .tree-container form {
  951. background: #fff;
  952. }
  953. .tree-frame .tree-container form p {
  954. padding-top: 5px !important;
  955. margin: 0 10px 0 10px !important;
  956. padding-bottom: 15px !important;
  957. }
  958. /* tables for index */
  959. .bg_set .fwresize .fwdatagrid .fwdatagrid-wrapzx .floatThead-wrapper .floatThead-container .floatThead-table {
  960. width: 100% !important;
  961. }
  962. .floatThead-table {
  963. margin-left: -1px !important;
  964. }
  965. .search-btnline {
  966. margin: 0 auto 14px auto;
  967. background: #fff;
  968. padding-bottom: 14px;
  969. padding-top: 4px;
  970. width: 98%;
  971. }
  972. .fwcombox-text, fwcombox-text,searchgrid-text {
  973. padding-left: 5px;
  974. }
  975. .fwdatagrid-wrap .floatThead-wrapper { /* by hemeixiu */
  976. width: inherit;
  977. }
  978. .div_wf form .fieldset {
  979. width: 100% !important;
  980. }
  981. .div_wf form .bg_set {
  982. margin: 0 !important;
  983. width: 100% !important;
  984. }
  985. .fwwindow {
  986. width: auto !important;
  987. min-width: 450px !important;
  988. max-width: 1160px !important;
  989. height: auto !important;
  990. }
  991. .fwwindow .fwwindow-body {
  992. height: auto !important;
  993. max-height: 450px !important;
  994. width: auto !important;
  995. }
  996. .fwwindow .fwwindow-header {
  997. width: 100% !important;
  998. }
  999. .fwwindow .fwwindow-body div#div_acts {
  1000. display: flex;
  1001. }
  1002. .fwwindow .fwwindow-body .act {
  1003. width: auto !important;
  1004. flex: auto;
  1005. }
  1006. .fwwindow .fwwindow-body .act .actTitle, .fwwindow .fwwindow-body .act .orgSelect, .fwwindow .fwwindow-body .act .accepter {
  1007. width: auto !important;
  1008. }
  1009. .fwwindow .fwwindow-body .act .accepter select {
  1010. width: 100% !important;
  1011. min-width: 120px !important;
  1012. padding: 0 5px;
  1013. }
  1014. .fwcombox {
  1015. width: 100% !important;
  1016. }
  1017. .fwcombox .fwcombox-text {
  1018. width: calc(100% - 18px) !important;
  1019. }
  1020. .tablediv {
  1021. width: 100% !important;
  1022. }
  1023. .fwdatagrid-view {
  1024. height: auto !important;
  1025. }
  1026. /* by hemeixiu
  1027. .fwdatagrid-view table tr.size-row, .fwdatagrid-view table tr.size-row th.floatThead-col {
  1028. height: 32px !important;
  1029. }
  1030. */
  1031. .floatThead-wrapper .fwdatagrid-view thead,
  1032. .floatThead-wrapper .fwdatagrid-view thead tr,
  1033. .floatThead-wrapper .fwdatagrid-view thead tr th {
  1034. height:0 !important;
  1035. }
  1036. /* msgWindow提示框 */
  1037. div#_msgWindow {
  1038. height: 80px !important;
  1039. }