| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- {
- "container" : {
- "width": "100%", "height": "100%", "overflow": "hidden",
- "-webkit-user-select": "text",
- "-moz-user-select": "text",
- "background-color" : "#f7f7f7"
- },
- "contentContainer" : {
- "overflow-x" : "hidden",
- "overflow-y" : "scroll"
- },
- "contentContainer_flow" : {
- "overflow-x" : "hidden",
- "overflow-y" : "hidden"
- },
- "topNode" : {
- "font-family": "Microsoft YaHei",
- "color" : "#999",
- "background-color" : "#fff",
- "overflow" : "hidden",
- "padding-top" : "10px",
- //"padding-left" : "10px",
- "padding-bottom" : "10px",
- "width" : "1200px",
- "height" : "20px",
- "line-height" : "20px",
- "margin" : "0px auto"
- },
- "topTitleMiddleNode" : {
- "float" : "left",
- "height" : "20px",
- "line-height" : "20px"
- },
- "topItemTitleNode" : {
- //"height": "35px",
- //"line-height" :"35px",
- "font-size": "14px",
- "margin-left" : "6px",
- "padding-left" : "10px",
- "padding-right" : "10px",
- "float" : "left",
- "cursor" : "pointer"
- },
- "topItemTitleLastNode" : {
- //"height": "35px",
- //"line-height" :"35px",
- "color" : "#3c76b6",
- "font-size": "14px",
- "padding-left" : "10px",
- "padding-right" : "10px",
- "float" : "left",
- "cursor" : "pointer"
- },
- "topItemSepNode" : {
- "float" : "left",
- "font-size" : "16px",
- "width" : "10px",
- "height" : "20px",
- "line-height" : "20px"
- },
- "middleNode" : {
- "width" : "1200px",
- "overflow" : "hidden",
- "background-color" : "#f7f7f7",
- "margin" : "0px auto 0px auto"
- },
- "inforNode" : {
- "padding" : "15px",
- "background-color" : "#fff"
- },
- "listContainer" : {
- "margin-bottom" : "15px",
- "padding-bottom" : "15px",
- "background-color" : "#fff"
- },
- "listTop" : {
- "height" : "40px",
- "line-height" : "40px",
- "background-color" : "#f0f0f0",
- "border-top-left-radius" : "5px",
- "border-top-right-radius" : "5px",
- "border-left" : "7px solid #4a90e2",
- "padding-left" : "20px",
- "font-size" : "16px",
- "color" : "#666"
- },
- "listTopAction" : {
- "height" : "30px",
- "margin-top" : "5px",
- "line-height" : "30px",
- "padding" : "0px 10px 0px 35px",
- "background" : "url(/x_component_Report/$Explorer/default/icon/icon_zengjia_click2.png) no-repeat 10px center",
- "background-color" : "#4a90e2",
- "border-radius" : "2px",
- "float" : "right",
- "margin-right" : "20px",
- "color" : "#fff",
- "font-size" : "14px",
- "cursor" : "pointer"
- },
- "listTopAction_over" : {
- "background-color" : "#4898F3"
- },
- "listAddActionContainer" : {
- "margin" : "15px 15px 0px 15px",
- "border-radius" : "5px",
- "height" : "40px",
- "line-height" : "40px",
- "border" : "1px dotted #4a90e2",
- "background-color" : "#fff",
- "cursor" : "pointer"
- },
- "listAddActionContainer_over" : {
- "background-color" : "#4898F3"
- },
- "listAddAction" : {
- "font-size" : "14px",
- "margin" : "0px auto",
- "width" : "100px",
- "padding-left" : "30px",
- "background" : "url(/x_component_Report/$Explorer/default/icon/icon_add2.png) no-repeat 10px center",
- "color" : "#4a90e2"
- },
- "listAddAction_over" : {
- "background" : "url(/x_component_Report/$Explorer/default/icon/icon_zengjia_click2.png) no-repeat 10px center",
- "color" : "#fff"
- },
- "listNode" : {
- "background-color" : "#fff",
- "padding" : "0px 15px 0px 15px"
- //"margin-bottom" : "15px"
- },
- "itemNode" : {
- "background-color" : "#fff",
- "border-radius" : "5px",
- "border-left" : "7px solid #ccc",
- "border-top" : "1px solid #ccc",
- "border-right" : "1px solid #ccc",
- "border-bottom" : "1px solid #ccc",
- "padding" : "15px",
- "margin-top" : "15px"
- },
- "itemTitleNode" : {
- "padding-bottom" : "5px",
- "font-size" : "16px",
- "color" : "#333"
- },
- "itemTitleNode_over" : {
- "color" : "#4a90e2"
- },
- "itemContentNode" : {
- "font-size" : "14px",
- "color" : "#666",
- "line-height" : "24px"
- },
- "itemDescriptionNode" : {
- "padding-top" : "5px",
- "font-size" : "14px",
- "color" : "#999",
- "line-height" : "24px"
- },
- "itemDateNode" : {
- "margin-left" : "10px",
- "padding-top" : "5px",
- "font-size" : "14px",
- "line-height" : "24px",
- "color" : "#999"
- },
- "itemActionBar" : {
- "margin-top" : "10px",
- "overflow" : "hidden"
- },
- "action_view" : {
- "float" : "left",
- "padding-right" : "10px",
- "width" : "16px",
- "height" : "16px",
- "background" : "url(/x_component_Report/$Explorer/default/icon/icon_chakan.png) no-repeat center center"
- },
- "action_view_over" : {
- "background" : "url(/x_component_Report/$Explorer/default/icon/icon_chakan_click.png) no-repeat center center"
- },
- "action_edit" : {
- "cursor" : "pointer",
- "float" : "left",
- "padding-right" : "10px",
- "width" : "16px",
- "height" : "16px",
- "background" : "url(/x_component_Report/$Explorer/default/icon/icon_bianji.png) no-repeat center center"
- },
- "action_edit_over" : {
- "background" : "url(/x_component_Report/$Explorer/default/icon/icon_bianji_click.png) no-repeat center center"
- },
- "action_remove" : {
- "cursor" : "pointer",
- "float" : "left",
- "padding-right" : "10px",
- "width" : "16px",
- "height" : "16px",
- "background" : "url(/x_component_Report/$Explorer/default/icon/icon_delete_grey.png) no-repeat center center"
- },
- "action_remove_over" : {
- "background" : "url(/x_component_Report/$Explorer/default/icon/icon_delete_blue_click2.png) no-repeat center center"
- }
- }
|