| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198 |
- body {
- margin-left: 0px;
- margin-top: 0px;
- margin-right: 0px;
- margin-bottom: 0px;
- overflow-x: auto;
- overflow-y: auto;
- font-size: 12px;
- font-family: 微软雅黑, 宋体;
- background-color: white;
- }
- p {
- margin: 4px, auto;
- }
- form {
- margin: 0px;
- text-align: center;
- }
- body,div {
- scrollbar-face-color: #C2E2FB;
- scrollbar-highlight-color: #D1D7DC;
- scrollbar-shadow-color: #98AAB1;
- scrollbar-3dlight-color: #ffffff;
- scrollbar-arrow-color: #006699;
- scrollbar-track-color: #EFEFEF;
- scrollbar-darkshadow-color: #EFEFEF;
- }
- a,table,td,tr,input,select,span,div,textarea,p {
- font-size: 14px;
- font-family: 微软雅黑, 宋体;
- }
- /*FRAME上的导航栏 background-color:#dcdfe5;*/
- .navigator {
- position: absolute;
- height: 25px;
- top: 0px;
- z-index: 9900000;
- width: 100%;
- /*background:#fafafa url('images/navigator_bg.gif');*/
- background: #dbe2ed !important;
- }
- .navigator_table {
- padding-top: 0px !important;
- width: 100%;
- height: 25px !important;
- line-height: 22px;
- }
- /*页面上导航栏*/
- .content_navigator {
- display: none;
- width: 100%;
- background: #dcdfe5;
- }
- /*单记录表格背景*/
- .dataTable {
- background-color: white;
- }
- .dataTable td {
- padding: 4px 2px;
- }
- /*用于单记录表格*/
- .fieldset {
- text-align: left;
- border: #ffffff 0px solid;
- padding: 10px 0;
- margin: 0 auto;
- margin-top: 10px;
- width: 98% !important;
- background: #ffffff;
- }
- .fieldset .legend {
-
- }
- .fieldset .legend img {
- width: 22px !important;
- height: 22px !important;
- }
- .fieldset .legend span {
- font-size: 16px;
- font-weight: bold;
- display: inline-block;
- vertical-align: middle;
- }
- /*用于多记录表格*/
- .fieldset2 {
- text-align: left;
- border: white;
- margin-top: 10px;
- }
- .box_set { /*height:30%;
- min-height:158px;*/
-
- }
- .item_box {
- height: auto;
- }
- .bg_set {
- background: #ffffff;
- margin: 0 1% 0 1%;
- width: 98% !important;
- margin-top: 10px;
- height: auto;
- }
- .bg_set .fieldset2 {
- /* margin: 0 -1% 0 -1% !important; */ /* by hemeixiu */
-
- display: contents; /* by hemeixiu */
- padding: 0; /* by hemeixiu */
-
- }
- .bg_set .fieldset2 .fwresize {
- /* margin: 0 10px; */
- width: inherit !important;
- height: auto !important;
- margin: 10px 10px 0 !important; /* by hemeixiu */
- padding-bottom: 10px; /* by hemeixiu */
- }
- .bg_set legend span {
- font-size: 16px;
- font-weight: blod !important;
- display: inline-block;
- vertical-align: middle;
- }
- .bg_set legend img {
- width: 22px !important;
- height: 22px !important;
- background: url('images/ico_title.png') no-repeat center !important;
- }
- .bg_set_content {
- padding: 10px;
- background: #ffffff;
- margin: 0 1% 10px 1%;
- }
- .add_scroll {
- overflow-x: scroll;
- }
- .bg_set_content p {
- margin: 0;
- padding: 0;
- }
- .fwresize {
- height: auto;
- background: #ffffff;
- margin: 0 1%;
- }
- .fieldset3 {
- text-align: left;
- border: #ffffff 1px solid;
- padding-top: 28px;
- padding-bottom: 4px;
- background: #ffffff;
- margin: 0 auto;
- width: 98% !important;
- }
- .fieldset3 .legend {
- position: relative !important;
- top: 20px !important;
- }
- .fieldset3 .legend span {
- display: inline-block;
- vertical-align: middle;
- }
- .fieldset3 .ui-tabs .legend {
- top: 0px !important;
- }
- .ui-tabs .fwresize {
- margin: 0;
- }
- .tablediv {
- display: block;
- padding: 10px 0;
- background-color: white;
- width: 90%;
- margin-top: 0px;
- }
- .fieldset .tablediv {
- width: 98% !important;
- }
- .legend {
- padding: 4px 4px;
- background: #ffffff; /*A6C9F7*/
- width: 100%;
- /* margin: 0 -1px; */
- margin: 0 0px;
- border-bottom: 1px solid #d9dfe9;
- font-weight: bold;
- }
- /*单记录表-信息单元格*/
- .tdprompt {
- text-align: right;
- height: 21px;
- color: #000000;
- padding: 0 4px;
- }
- /*单记录表-录入单元格*/
- .tdinput {
- padding-left: 5px;
- padding-right: 2px;
- background-color: white;
- height: 21px;
- text-align: left;
- }
- /*单记录表-信息单元格-必录项*/
- .tdprompt_n {
- text-align: right;
- height: 21px;
- color: #000000;
- }
- /*单记录表-信息单元格-基础项*/
- .tdprompt_sn {
- text-align: right;
- height: 21px;
- color: #be0101;
- }
- /*文件上传*/
- .filebox {
- margin: 1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- height: 21px;
- background-color: white;
- }
- /*提示信息框*/
- .labelbox {
- margin: 1px;
- text-align: center;
- color: #000000;
- width: 100%;
- }
- /*单行文本输入框*/
- .textbox {
- margin: 1px;
- border: #d2d6df 1px solid;
- color: #000000;
- width: 100%;
- height: 21px;
- background-color: white;
- }
- /*银行账号输入文本,与textbox一样*/
- .bankaccount {
- margin: 1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- height: 21px;
- background-color: white;
- }
- .bankaccounthid {
- margin: 1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- height: 21px;
- background-color: white;
- }
- /*单行文本输入框-不允许拷贝复制*/
- .notpastebox {
- margin: 1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- height: 21px;
- background-color: white;
- }
- /*快速检索列表-输入框*/
- .searchgridbox {
- margin: 1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- height: 21px;
- background-color: white;
- }
- /*下拉框*/
- .combobox {
- margin: 1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- background-color: white;
- }
- /*可录入下拉框*/
- .incombox {
- margin: 1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- background-color: white;
- }
- /*可录入远程查询下拉框*/
- .dbcombox {
- margin: 1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- background-color: white;
- }
- /*联动下拉框*/
- .ldcombox {
- margin: 1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- background-color: white;
- }
- /*证件号码下拉框*/
- .zjcombox {
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- background-color: white;
- }
- /*证件号码输入框*/
- .zjtextbox {
- margin: 1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- height: 21px;
- background-color: white;
- }
- /*日期输入框*/
- .datebox {
- margin: 1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- height: 21px;
- background-color: white;
- }
- /*日期以及时间输入框*/
- .datetime {
- margin: 1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- height: 21px;
- background-color: white;
- }
- /*日期以及时间输入框*/
- .datetimenew {
- margin: 1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- height: 21px;
- background-color: white;
- }
- /*单行文本-数值输入框*/
- .numberbox {
- margin: 1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- height: 21px;
- background-color: white;
- text-align: right;
- padding-right: 5px;
- ime-mode: disabled;
- }
- /*单行文本-浮点型输入框*/
- .floatbox {
- margin: 1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- height: 21px;
- background-color: white;
- text-align: right;
- padding-right: 5px;
- ime-mode: disabled;
- }
- /*单行文本-中文输入框*/
- .chinessbox {
- margin: 1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- height: 21px;
- background-color: white;
- }
- /*单行文本-年月输入框*/
- .yearmonthbox {
- margin: 1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- height: 21px;
- background-color: white;
- ime-mode: disabled;
- }
- /*单行文本-时分秒输入框*/
- .timebox {
- margin: 1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- height: 21px;
- background-color: white;
- }
- /*单行文本-邮政编码输入框*/
- .postbox {
- margin: 1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- height: 21px;
- background-color: white;
- }
- /*单行文本-电话号码输入框*/
- .phonebox {
- margin: 1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- height: 21px;
- background-color: white;
- }
- /*单行文本-身份证号码输入框*/
- .idcardbox {
- margin: 1px;
- border: #B5B8C8 1px solid;
- color: #000000;
- width: 100%;
- height: 21px;
- background-color: white;
- ime-mode: disabled;
- }
- /*多行文本输入框*/
- .textareabox {
- margin: 1px;
- word-wrap: break-word;
- word-break: break-all;
- border: #d2d6df 1px solid;
- color: #000000;
- width: 100%;
- background-color: white;
- line-height: 20px;
- padding: 8px;
- }
- /*按钮的样式*/
- a.buttonlink2 {
- text-align: center;
- background-position: center center;
- height: 20px;
- cursor: hand;
- padding-top: 2px;
- padding-left: 20px;
- padding-right: 20px;
- word-spacing: 6px;
- text-decoration: none;
- background-image: url(images/button.gif);
- border: #7b9ebd 1px solid;
- margin-right: 5px;
- }
- a.buttonlink2:link {
- color: #5e78bd;
- text-decoration: none
- }
- a.buttonlink2:visited {
- color: #5e78bd;
- text-decoration: none
- }
- a.buttonlink2:active {
- color: #5e78bd;
- cursor: hand;
- text-decoration: none
- }
- a.buttonlink2:hover {
- color: #003aa3;
- text-decoration: none;
- background-image: url(images/button_d.gif);
- }
- a.fdj {
- height: 16px;
- width: 16px;
- text-align: center;
- background-image: url(images/search.png);
- display: inline-block;
- opacity: 0.6;
- filter: alpha(opacity = 60);
- }
- a.fdj:hover {
- opacity: 0.8;
- filter: alpha(opacity = 80);
- }
- /**异常提示样式**/
- .exception-tip {
- margin: 1px 1px 2px 1px;
- height: 98%;
- width: 99%;
- background-color: #EEF1F7;
- overflow: hidden;
- }
- .exception-tip2 {
- margin: 5% 10% 5% 10%;
- height: 70%;
- min-height: 300px;
- background-color: #EEF1F7;
- border: #A6C9F7 1px solid;
- padding: 20px;
- overflow: hidden;
- }
- .exception-message-baody {
- width: 100%;
- height: 90%;
- }
- .exception-message {
- font-size: 14px;
- float: left;
- margin: 10px auto;
- width: 80%;
- }
- .exception-btn {
- clear: both;
- text-align: center;
- }
- .exception-alert-btn {
- float: right;
- display: inline-block;
- position: relative;
- margin: 2px 2px 10px 2px;
- padding: 0px 20px;
- text-align: center;
- text-decoration: none;
- color: black;
- background: #C2E2FB;
- }
- .exception-alert-btn a {
- list-style: none;
- }
- .exception-context {
- height: 300px;
- overflow: auto;
- margin: 2px;
- display: none;
- border: 1px solid #A6C9F7;
- background-color: #FFF;
- }
- .exception-context2 {
- height: 200px;
- overflow: auto;
- margin: 0px;
- width: 510px;
- display: none;
- background-color: #FFF;
- }
- .exeption-font {
- font-size: 14px;
- }
- .info-message {
- color: blue;
- font-size: 14px;
- padding: 5px 10px;
- display: block;
- }
- .error-message {
- color: red;
- font-size: 14px;
- padding: 5px 10px;
- display: block;
- }
- .exception-type {
- font-weight: bold;
- font-size: 14px;
- border-bottom: 1px dotted #F26928;
- padding: 2px 0px;
- margin: 10px auto;
- }
- .exception-icon {
- width: 60px;
- height: 100%;
- float: left;
- padding-top: 10px;
- }
- .exception-icon span {
- width: 40px;
- height: 40px;
- overflow: hidden;
- display: inline-block;
- background-size: cover;
- margin-left: 10px;
- margin-right: 10px;
- }
- .erroricon {
- background: url(images/error.gif) no-repeat center center;
- }
- .dataicon {
- background: url(images/data.gif) no-repeat center center;
- }
- .validateicon {
- background: url(images/validate.gif) no-repeat center center;
- }
- .infoicon {
- background: url(images/info.gif) no-repeat center center;
- }
- .succicon {
- background: url(images/succ.gif) no-repeat center center;
- }
- .exception-btn-background {
- background-color: #EEF1F7;
- position: absolute;
- clear: both;
- margin-top: -30px;
- z-index: 1000;
- }
- .exception-title {
- height: 26px;
- font-size: 15px;
- color: black;
- padding-top: 1px;
- padding-left: 10px;
- text-align: left;
- vertical-align: middle;
- background-image: url(images/msg_title_bg.gif);
- }
- <!--
- 首页的样式 -->.blank_td_title {
- padding-left: 5px;
- width: 100%;
- border: 1px solid #ccc;
- background-image: url(images/list_title_bg1.gif);
- }
- .blank_td_title2 {
- padding-left: 5px;
- width: 100%;
- border: 1px solid #ccc;
- background-image: url(images/list_title_bg2.gif);
- }
- .blank_td_content {
- padding-left: 5px;
- width: 100%;
- cursor: hand;
- border: 1px solid #ccc;
- }
- .blank_td_content-over {
- background: white;
- color: gray;
- }
- .err_message_blank_board {
- display: block;
- position: absolute;
- top: 10px;
- z-index: 97;
- right: 10px;
- max-width: 768px %;
- }
- /*单条错误消息的样式*/
- .err_message {
- display: block;
- position: relative;
- z-index: 99;
- float: right;
- clear: both;
- height: 16;
- border: 1 solid #FB7C46;
- color: #000000;
- background: #F3E26D;
- }
- /*快捷按钮样式*/
- .menu_btn {
- padding-left: 5px;
- padding-right: 5px;
- }
- /*工作流引擎样式*/
- .act {
- width: 120px;
- border: 1px solid red;
- margin: 6px;
- text-align: center;
- border: #A6C9F7 1px solid;
- float: left;
- }
- .actTitle {
- width: 120px;
- height: 20px;
- font-weight: bold;
- margin: 2px;
- background-color: #EEF1F7;
- }
- .orgSelect {
- width: 120px;
- margin: 2px;
- }
- .accepter {
- width: 120px;
- margin: 2px;
- text-align: left;
- }
- .accepter select {
- background-color: #FFF;
- }
- .wfDialogBtn {
- width: 98%;
- text-align: right;
- clear: both;
- padding: 5px 0 10px 0;
- }
- .div_wf {
- text-align: center;
- background: #ffffff;
- margin: 0 1%;
- padding-bottom: 10px;
- }
- #div_commonfile1 {
- background: #ffffff;
- }
- #div_commonfile1 font {
- color: #333333;
- }
- .chooseSelf a {
- text-decoration: none;
- }
- .wftextarea {
- border: #B5B8C8 1px solid;
- color: #000000;
- background-color: white;
- }
- .wf_btn {
- color: blue !important;
- }
- /*全局按钮css*/
- form p {
- background: #ffffff !important;
- padding-top: 10px;
- margin: 0 1% 0 1% !important;
- margin-top: 0;
- padding-bottom: 20px;
- }
- /*linkbutton 主要是多记录表单的翻页栏用到*/
- a.l-btn {
- color: black;
- /*background:url('images/button_a_bg.gif') no-repeat top right;*/
- background: #4b80d7;
- font-size: 12px;
- text-decoration: none;
- display: inline-block;
- zoom: 1;
- line-height: 21px;
- padding-right: 17px;
- cursor: pointer;
- outline: none;
- }
- a.l-btn-plain {
- background: transparent;
- padding: 2px 0;
- padding-right: 8px;
- border: 1px solid transparent;
- _border: 0px solid #efefef;
- _padding: 1px 6px 1px 1px;
- }
- a.l-btn-disabled { /*color:#000000;
- opacity:0.5;*/
- filter: alpha(opacity = 50);
- cursor: default;
- background: #dfe3ea;
- }
- a.l-btn span.l-btn-left {
- display: block;
- /*background:url('images/button_span_bg.gif') no-repeat top left;
- background:#4b80d7;*/
- padding: 6px 0px 6px 18px;
- line-height: 13px;
- color: #ffffff;
- }
- a.l-btn-disabled span.l-btn-left {
- color: #7d8590;
- }
- a.l-btn-plain span.l-btn-left {
- background: transparent;
- padding-left: 5px;
- }
- a.l-btn span span.l-btn-text {
- display: inline-block;
- height: 14px;
- line-height: 14px;
- padding: 0px;
- }
- a.l-btn span span span.l-btn-empty {
- display: inline-block;
- padding: 0px;
- width: 16px;
- height: 16px;
- }
- a:hover.l-btn {
- background: #ff813b;
- background-position: bottom right;
- outline: none;
- }
- a:hover.l-btn span.l-btn-left {
- background-position: bottom left;
- }
- a:hover.l-btn-plain {
- border: 1px solid #7eabcd;
- background: url('images/button_plain_hover.png') repeat-x left bottom;
- _padding: 0px 5px 0px 0px;
- }
- a:hover.l-btn-disabled {
- background: #dfe3ea;
- background-position: top right;
- }
- a:hover.l-btn-disabled span.l-btn-left {
- background-position: top left;
- font-weight: normal;
- }
- a.l-btn:active {
- color: blue;
- font-weight: bold
- }
- input.focus,textarea.focus,select.focus { /*border-color:red;
- border-width: 1px;
- border-style:outset; */
- background-color: #FDFDBD;
- }
- input.readOnly,textarea.readOnly,select.readOnly {
- background-color: #F0F0F0;
- /*border-bottom-style:hidden;
- border: 0;*/
- }
- input.valueInvalide,textarea.valueInvalide,select.valueInvalide {
- background: #FFFFCC;
- border: 1px solid #FC0101;
- }
- /*批量单选按钮和多选按钮的表格布局样式*/
- table.inputSet {
- width: 100%;
- }
- #sliderPanel {
- position: relative;
- margin: 50px auto;
- width: 500px;
- height: 560px;
- border: 1px solid red;
- }
- #sliderPanel .iframe_list {
- overflow: hidden;
- position: relative;
- width: 100%;
- height: 100%;
- }
- .iframe_list ul {
- padding: 0;
- margin: 0;
- list-style: none;
- width: 3500px;
- position: absolute;
- height: 100%;
- left: 0px;
- }
- .iframe_list li {
- padding: 0;
- margin: 0;
- list-style: none;
- float: left;
- width: 500px;
- height: 100%;
- border: 1px solid white;
- }
- .iframe_list IFRAME {
- position: relative;
- width: 100%;
- height: 100%;
- }
- .iframe_list img {
- position: relative;
- width: 100%;
- height: 100%;
- }
- /* 左右点击的按钮样式 */
- #sliderPanel .toLeft,#sliderPanel .toRight {
- width: 35px;
- height: 50px;
- border: 1px solid yellow;
- }
- #sliderPanel .footer {
- margin-top: 5px;
- height: 50px;
- border: 1px solid red;
- }
- /* 图片对应的按钮样式 */
- .footer .toLeft {
- background: url('images/left.gif') no-repeat top left;
- width: 50px;
- height: 50px;
- display: block;
- float: left;
- }
- .footer .toRight {
- background: url('images/right.gif') no-repeat top left;
- width: 50px;
- height: 50px;
- float: right;
- }
- .btn_list ul {
- padding: 0;
- margin: 0;
- list-style: none;
- padding: 0px;
- height: 50px;
- float: left;
- }
- .btn_list li {
- list-style: none;
- float: left;
- margin-right: 10px;
- color: #999;
- border: 1px solid #ccc;
- }
- .btn_list li:hover,.btn_list li.on {
- cursor: pointer;
- border: 1px solid #E204A4;
- }
- .btn_list li iframe {
- width: 50px;
- height: 40px;
- display: block;
- float: center;
- }
- .btn_list li img {
- width: 50px;
- height: 40px;
- display: block;
- float: center;
- }
- /* 附件 */
- #attach {
- backgound: #ffffff !important;
- margin: 0 1%;
- }
- /* 左菜单全部选中 */
- #zk-ss {
- color: #0b408b;
- display: block;
- margin-top: 4px;
- }
- /* top */
- .tdCenter {
- line-height: 16px !important;
- }
- .userName-container {
- position: absolute;
- right: 15px;
- top: 3px;
- }
- .tree-frame {
- padding: 0 10px 0 0px;
- margin: 10px;
- margin-right: 0;
- }
- .tree-frame .tree-container { /* background: #fff;
- over-flow-y: auto; */
-
- }
- .tree-frame form, .tree-frame .tree-container form {
- background: #fff;
- }
- .tree-frame .tree-container form p {
- padding-top: 5px !important;
- margin: 0 10px 0 10px !important;
- padding-bottom: 15px !important;
- }
- /* tables for index */
- .bg_set .fwresize .fwdatagrid .fwdatagrid-wrapzx .floatThead-wrapper .floatThead-container .floatThead-table {
- width: 100% !important;
- }
- .floatThead-table {
- margin-left: -1px !important;
- }
- .search-btnline {
- margin: 0 auto 14px auto;
- background: #fff;
- padding-bottom: 14px;
- padding-top: 4px;
- width: 98%;
- }
- .fwcombox-text, fwcombox-text,searchgrid-text {
- padding-left: 5px;
- }
- .fwdatagrid-wrap .floatThead-wrapper { /* by hemeixiu */
- width: inherit;
- }
- .div_wf form .fieldset {
- width: 100% !important;
- }
- .div_wf form .bg_set {
- margin: 0 !important;
- width: 100% !important;
- }
- .fwwindow {
- width: auto !important;
- min-width: 450px !important;
- max-width: 1160px !important;
- height: auto !important;
- }
- .fwwindow .fwwindow-body {
- height: auto !important;
- max-height: 450px !important;
- width: auto !important;
- }
- .fwwindow .fwwindow-header {
- width: 100% !important;
- }
- .fwwindow .fwwindow-body div#div_acts {
- display: flex;
- }
- .fwwindow .fwwindow-body .act {
- width: auto !important;
- flex: auto;
- }
- .fwwindow .fwwindow-body .act .actTitle, .fwwindow .fwwindow-body .act .orgSelect, .fwwindow .fwwindow-body .act .accepter {
- width: auto !important;
- }
- .fwwindow .fwwindow-body .act .accepter select {
- width: 100% !important;
- min-width: 120px !important;
- padding: 0 5px;
- }
- .fwcombox {
- width: 100% !important;
- }
- .fwcombox .fwcombox-text {
- width: calc(100% - 18px) !important;
- }
- .tablediv {
- width: 100% !important;
- }
- .fwdatagrid-view {
- height: auto !important;
- }
- /* by hemeixiu
- .fwdatagrid-view table tr.size-row, .fwdatagrid-view table tr.size-row th.floatThead-col {
- height: 32px !important;
- }
- */
- .floatThead-wrapper .fwdatagrid-view thead,
- .floatThead-wrapper .fwdatagrid-view thead tr,
- .floatThead-wrapper .fwdatagrid-view thead tr th {
- height:0 !important;
- }
- /* msgWindow提示框 */
- div#_msgWindow {
- height: 80px !important;
- }
-
|