123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252 |
- @CHARSET "UTF-8";
- #reloadTree {
- background : #EFF3F8;
- border-bottom : 1px solid #CBCBCB;
- padding-left : 5px;
- }
- #reloadTree span{
- cursor : pointer;
- color : #104E8B;
- }
- a.fn{
- color: #3366CC;
- text-decoration: none;
- cursor: pointer;
- }
- a.fn:hover{
- color: #FF6600;
- text-decoration: underline;
- }
- .panel {
- border: 1px solid #84A0C4;
- }
- .leftPanel {
- width: 260px;
- overflow: auto;
- }
- .rightPanel {
- overflow: auto;
- }
- .tableCon {
- border: 0;
- margin: 0;
- border-collapse: collapse;
- border-spacing: 0;
- width : 100%;
- }
- #planTable td {
- padding-left: 3px;
- }
- #rightForm {
- padding: 5px;
- }
- #conPlan td {
- text-align: left !important;
- }
- /*******预案预览样式***********/
- .leftHtml{
- width : 199px;
- border-collapse: collapse;
- }
- .centerHtml{
- width : 98%;
- margin-left:4px;
- }
- .previewTable {
- border: none;
- margin: 5px;
- border-collapse: collapse;
- border-spacing: 0;
- width : 99%;
- }
- .previewTable table{
- border: none;
- border-collapse: collapse;
- border-spacing: 0;
- width : 100%;
- }
- .previewTitle {
- font-size : 17px;
- text-align : center;
- color: #1962DA;
- height : 30px;
- line-height : 30px;
- font-weight: bold;
- }
- .trBackLeft {
- height : 24px;
- width : 2px;
- background: url(../../images/business/he/plan/2_01.png) no-repeat;
- background-position : 2px 0px;
- }
- .trBackGround {
- height: 24px;
- line-height : 24px;
- margin:0;
- background: url(../../images/business/he/plan/2_02.png) repeat-x;
- }
- .trBackright {
- height : 24px;
- width : 2px;
- background: url(../../images/business/he/plan/2_03.png) no-repeat;
- }
- .trBackGround a {
- color: #3464B9;
- font-weight: bold;
- }
- .conTr {
- border-left : red;
- padding-left : 2px;
- }
- .planTitleBackGround {
- color: #ffffff;
- font-weight: bold;
- height: 24px;
- border: 1px solid #97BCD9;
- background: url(../../images/business/he/plan/planTitleBg.png) repeat-x;
- }
- .currentPlanTitle {
- color: #FF6633 !important;
- font-weight: bold !important;
- }
- .planTitleBackGround a,.planSection a,.trBackGround a {
- padding-left: 10px;
- }
- .plantitle table {
- border-collapse: collapse;
- width : 100%;
- }
- .plantitle{
- border: none;
- border-collapse: collapse;
- border-spacing: 0;
- width : 100%;
- }
- .content {
- border : 1px solid #97BCD9;
- width : 99%;
- margin-left : 2px;
- margin-right : 2px;
- }
- .selectedPlan {
- border: 1px solid red;
- }
- /**grid样式***/ /*默认无级别*/
- .x-grid-back-def {
- background: #B4B4B4;
- color: black;
- }
- /*一级级别*/
- .x-grid-back-one {
- background: #FF0000;
- color: white;
- }
- /*二级级别*/
- .x-grid-back-two {
- background: #FF9900;
- color: white;
- }
- /*三级级别*/
- .x-grid-back-three {
- background: yellow;
- color: black;
- }
- /*四级级别*/
- .x-grid-back-four {
- background: blue;
- color: white;
- }
- /******组织机构*********/
- .node {
- line-height : 40px!important;
- height : 40px!important;
- color : #FFFFFF!important;
- background : #4F81BD!important;
- border : 5px solid white;
- border-color : #385D8A!important;
- border-radius : 8px;
- }
- .node a{
- color : #FFFFFF!important;
- }
-
- div.jOrgChart table{
- margin : 0px auto!important;
- }
- /*********预案管理新增************/
- .reserveInfo {
- width : 98%;
- height : 320px;
- margin-top : 5px;
- }
- .reserveInfo div.tt {
- border-top : 2px solid #3C95C8;
- margin-top :3px;
- }
- /***********预案内容编辑*******************/
- table.templateContentList {
- border: 0;
- margin: 0;
- border-collapse: collapse;
- border-spacing: 0;
- width : 100%;
- }
- table.templateContentList td {
- border: 1px solid #4D85C0;
- padding-left : 7px;
- }
- /***************物资设备队伍调用*************************/
- .imagetable {
- font-family: verdana,arial,sans-serif;
- font-size:11px;
- color:#333333;
- border : none;
- border-collapse: collapse;
- width:100%;
- word-wrap:break-word;
- word-break:break-all;
- }
- .imagetable th {
- background:#EFF3F8;
- height : 27px;
- line-height : 27px;
- border: 1px solid #999999;
- padding-left : 4px;
- }
- .imagetable td {
- border : 1px solid #999999;
- padding-left: 4px;
- }
|