css.wcss 1.9 KB
Newer Older
R
roo00 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
{
	"moduleNodeMove": {
		"border": "2px dashed #ffa200",
		"height": "22px",
		"line-height": "22px",
		"overflow": "hidden",
		"margin": "3px",
		"display": "block",
		"-webkit-user-select": "none",
		"-moz-user-select": "none",
		"position": "absolute",
		"z-index": 10002,
		"opacity": 0.7,
		"width": "100px",
		"cursor": "move",
		"background-color": "#ffffff"
	},
	"moduleNodeShow": {
		"border": "1px dashed #333",
		"height": "2px",
		"cursor": "pointer",
		"line-height": "22px",
		"overflow": "hidden",
		"margin": "3px",
		"-webkit-user-select": "none",
		"-moz-user-select": "none",
		"position": "static",
		"display": "block",
		"top": "auto",
		"left": "auto",
		"width": "auto",
		"opacity": 0.5,
		"background": "#ffffff"
	},
	"moduleNode": {
		"border": "1px dashed #333",
		"height": "100px",
		"min-height": "100px",
		"cursor": "pointer",
		"line-height": "22px",
		"overflow": "hidden",
		"margin": "3px",
		"-webkit-user-select": "none",
		"-moz-user-select": "none",
		"position": "static",
		"display": "block",
		"top": "auto",
		"left": "auto",
		"width": "auto",
		"opacity": 1,
		"background": "#ffffff"
	},
	"iconNode": {
		"width": "70px",
		"height": "24px",
		"color": "#999",
		"font-size": "12px",
		"position": "static",
		"margin": "10px auto"
	},
	"iconNodeIcon":{
		"width": "24px",
		"height": "24px",
		"background": "url("+"/x_component_process_FormDesigner/Module/Stat/default/icon/stat.png) 5px center no-repeat",
		"float": "left"
	},
	"iconNodeText":{
		"line-height": "24px",
		"height": "24px",
		"width": "44px",
		"float": "right"
	},
	"viewNode": {
	    "overflow": "hidden",
        "height": "100%"
	},
	"viewTitleTableNode": {
	    "width": "100%",
	    "height": "30px",
	    "background-color": "#EEE",
	    "border": "1px solid #999"
	},
	"viewTitleLineNode": {
	    "line-height": "30px"
	},
	"viewTitleCellNode": {
	    "border-left": "1px solid #FFF",
	    "border-right": "1px solid #999",
	    "padding": "0px 10px"
	}
	
}