123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327 |
- {
- "propertyNode": {
- "width": "300px",
- "overflow": "hidden",
- "float": "right",
- "-webkit-user-select": "text",
- "-moz-user-select": "text"
- },
- "invokeListNode": {
- "width": "260px",
- "overflow": "hidden",
- "border": "1px solid #505050",
- "height": "100%",
- "float": "left",
- "background-color": "#EEE"
- },
- "contentNode": {
- "margin-right": "301px",
- "border-right": "1px solid #505050",
- "border-left": "1px solid #505050",
- "background-color": "#FFF",
- "-webkit-user-select": "none",
- "-moz-user-select": "none"
- },
- "invokeListResizeNode": {
- "width": "3px",
- "float": "right",
- "background-color": "#505050",
- "margin-right": "2px",
- "cursor": "col-resize"
- },
- "invokeListAreaSccrollNode": {
- "margin": "4px",
- "margin-right": "8px",
- "overflow": "auto",
- "background-color": "#FFF",
- "border-top": "1px solid #999",
- "border-left": "1px solid #999",
- "border-bottom": "1px solid #DDD",
- "border-right": "1px solid #DDD"
- },
- "invokeListAreaNode": {
- "overflow": "hidden"
- },
- "invokeListTitleNode": {
- "height": "26px",
- "background-color": "#505050",
- "border-radius": "0px",
- "margin": "2px",
- "color": "#FFF",
- "line-height": "26px",
- "font-size": "12px",
- "font-weight": "bold",
- "padding-left": "10px",
- "clear": "both"
- },
- "listInvokeItem": {
- "height": "24px",
- "line-height": "24px",
- "margin": "3px 10px 0px 10px",
- "cursor": "pointer",
- "background": "#FFF",
- "color": "#333"
- },
- "listInvokeItem_over": {
- "background": "#e8eef7"
- },
- "listInvokeItem_current": {
- "background": "#48638f",
- "color": "#FFF"
- },
- "listInvokeItemIcon": {
- "height": "24px",
- "width": "26px",
- "background": "url("+"../x_component_service_InvokeDesigner/$Main/default/script.png) no-repeat center center",
- "float": "left"
- },
- "listInvokeItemText": {
- "height": "24px",
- "margin-left": "28px",
- "white-space": "nowrap"
- },
- "includeTitleNode": {
- "height": "24px",
- "background-color": "#EEE",
- "border-bottom": "#999",
- "line-height": "24px"
- },
- "includeTitleActionNode": {
- "height": "24px",
- "width": "30px",
- "background": "url("+"../x_component_service_InvokeDesigner/$Invoke/default/icon/add.png) no-repeat center center",
- "float": "right",
- "cursor": "pointer"
- },
- "includeTitleTextNode": {
- "margin": "0px 35px 0px 5px",
- "height": "24px"
- },
- "includeInvokeItem": {
- "height": "26px",
- "line-height": "26px",
- "border-bottom": "1px solid #999",
- "padding": "0px 0px 0px 10px",
- "cursor": "pointer"
- },
- "includeInvokeItemAction": {
- "height": "26px",
- "width": "30px",
- "background": "url("+"../x_component_service_InvokeDesigner/$Invoke/default/icon/del.png) no-repeat center center",
- "float": "right",
- "cursor": "pointer"
- },
- "includeInvokeItemText": {
- "height": "26px",
- "margin-right": "30px"
- },
- "propertyItemTitleNode": {
- "height": "24px",
- "line-height": "24px",
- "font-size": "12px",
- "font-weight": "bold",
- "margin": "10px 10px 0px 10px"
- },
- "propertyOrgNode": {
- "min-height": "24px",
- "line-height": "24px",
- "font-size": "12px",
- "margin": "0px 10px",
- "color": "#666"
- },
- "propertyTextNode": {
- "height": "24px",
- "line-height": "24px",
- "font-size": "12px",
- "margin": "0px 10px",
- "color": "#666"
- },
- "propertyInputNode": {
- "display": "block",
- "width": "90%",
- "margin": "0px 10px",
- "border": "1px solid #999",
- "height": "20px",
- "line-height": "20px"
- },
- "propertyInputAreaNode": {
- "display": "block",
- "width": "90%",
- "margin": "0px 10px",
- "border": "1px solid #999",
- "height": "60px",
- "overflow": "auto"
- },
- "propertyButton": {
- "border-radius" : "5px",
- "cursor" : "pointer",
- "font-size" : "12px",
- "border" : "1px solid #ccc",
- "background-color" : "#fff",
- "display": "block",
- "padding" : "5px 10px",
- "float" : "left",
- "margin": "0px 20px",
- "border": "1px solid #999"
- },
- "propertySelectNode": {
- "margin": "0px 10px",
- "border": "1px solid #999"
- },
- "contentToolbarNode": {
- "height": "30px"
- },
- "editContentNode": {
- "overflow": "hidden",
- "background": "#CCC",
- "-webkit-user-select": "none",
- "-moz-user-select": "none"
- },
- "designFrame": {
- "width": "100%",
- "height": "100%",
- "border": "0px"
- },
- "designBody": {
- "margin": "0px"
- },
- "designNode": {
- //"height": "100%",
- "width": "auto",
- "margin": "15px",
- "box-shadow": "0px 0px 20px #606060",
- "background": "#FFF",
- "-webkit-user-select": "none",
- "overflow": "hidden",
- "-moz-user-select": "none"
- },
- "propertyTitleNode": {
- "height": "26px",
- "background-color": "#505050",
- "border-radius": "0px",
- "margin": "2px",
- "color": "#FFF",
- "line-height": "26px",
- "font-size": "12px",
- "font-weight": "bold",
- "padding-left": "10px",
- "clear": "both"
- },
- "propertyResizeBar": {
- "width": "3px",
- "float": "left",
- "background-color": "#505050",
- "margin-left": "2px",
- "cursor": "col-resize"
- },
- "propertyContentNode": {
- "background-color": "#EEE",
- "border-radius": "0px",
- "margin": "2px",
- "margin-left": "7px",
- "padding-right": "0px",
- "overflow": "hidden"
- },
- "propertyContentResizeNode": {
- "height": "3px",
- "background-color": "#505050",
- "cursor": "row-resize"
- },
- "propertyDomArea": {
- "overflow": "hidden",
- "background": "#FFF",
- "margin": "2px",
- "font-family": "Verdana, Geneva, sans-serif",
- "border-top": "1px solid #999",
- "border-left": "1px solid #999",
- "border-bottom": "1px solid #DDD",
- "border-right": "1px solid #DDD"
- },
- "propertyContentArea": {
- "overflow": "auto",
- "background": "#FFF",
- "margin-bottom": "2px"
- },
- "titleActionArea":{
- "float" : "right",
- "display": "flex",
- "align-items":"center",
- "height":"100%",
- "flex": "1",
- "justify-content": "flex-end"
- },
- "moreAction":{
- "margin-right": "10px",
- "width": "20px",
- "height": "20px",
- "cursor": "pointer",
- "background": "url(../x_component_query_ViewDesigner/$Main/default/toolbar/more.png) no-repeat center center",
- "background-size": "12px 12px"
- },
- "toolbarNode":{
- "border-bottom": "1px dashed rgb(204, 204, 204)",
- "width": "100%",
- "background": "#fff",
- "display": "none",
- "padding-bottom": "10px"
- },
- "itemSortArea":{
- "height": "38px",
- "line-height": "38px",
- "text-align": "center"
- },
- "itemSortSelect":{
- "border": "1px solid #ccc",
- "height": "20px",
- "width": "90%"
- },
- "searchArea":{
- "border": "1px solid #ccc",
- "padding": "0 0 0 2px",
- "overflow": "hidden",
- "width": "90%",
- "margin-left": "calc( 5% - 4px )",
- "text-align": "center"
- },
- "searchInput": {
- "width": "calc( 100% - 46px )",
- "height": "20px",
- "line-height": "20px",
- "font-size": "13px",
- "color": "#666",
- "border": "0",
- "float": "left",
- "background": "inherit"
- },
- "searchButton":{
- "cursor": "pointer",
- "width": "20px",
- "height": "20px",
- "line-height": "20px",
- "color": "#ccc",
- "float": "right",
- "background": "url(../x_component_process_ProcessManager/$Explorer/default/icon/search.png) no-repeat center center",
- "background-size": "12px 12px"
- },
- "searchCancelButton":{
- "cursor": "pointer",
- "width": "20px",
- "height": "20px",
- "line-height": "20px",
- "color": "#ccc",
- "float": "right",
- "background": "url(../x_component_process_ProcessManager/$Explorer/default/icon/icon_clear.png) no-repeat center center",
- "display": "none",
- "background-size": "12px 12px"
- }
- }
|