123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485 |
- {
- "container" : {
- "width": "100%",
- "height": "100%",
- "overflow": "hidden",
- "-webkit-user-select": "text",
- "-moz-user-select": "text"
- },
- "scrollNode" : {
- "overflow-x": "hidden",
- "overflow-y": "scroll"
- },
- "contentWarpNode" : {
- //"width": "1170px",
- "margin" : "0px auto 20px auto",
- "overflow" : "hidden"
- },
- "contentContainerNode" : {
- "background-color": "#EEE",
- "height" : "100%",
- "overflow": "hidden"
- },
- "columnAreaNode":{
- //"height": "260px",
- "background-color": "#EEE"
- },
- "columnContentAreaNode" : {
- // "height" : "100%",
- // "overflow": "hidden",
- // "background-color": "#EEE"
- },
- "columnDefaultIcon" : {
- "height" : "72px",
- "width" : "72px",
- "background": "url(../x_component_cms_Column/$Main/default/icon/column.png) middle center no-repeat"
- },
- "toolbarAreaNode": {
- "height": "40px",
- "margin": "0px 0px",
- "background-color": "#000",
- "overflow": "hidden",
- "opacity": "0.7",
- "color":"#fff",
- "font-size": "16px",
- "font-weight": "bold",
- "line-height": "40px",
- "text-align": "left",
- "padding-left": "20px"
- },
- "noElementNode": {
- "text-align": "center",
- "padding": "20px",
- "height": "60px",
- "line-height": "60px",
- "margin-top": "10px",
- "margin-left": "0px",
- "color": "#888",
- //"cursor": "pointer",
- "font-size": "16px"
- },
- "columnToolbarAreaNode":{
- "height": "50px",
- "background-color": "#FFF",
- "font-size":"14px",
- "color" : "#222",
- "padding" : "0px 30px 0px 30px",
- "line-height": "50px"//,
- //"border-bottom" : "1px solid #ccc"
- },
- "columnToolbarTextNode":{
- "height": "50px",
- "background-color": "#FFF",
- "font-size":"18px",
- "color" : "#222",
- "line-height": "50px",
- "float": "left",
- "padding-left": "20px",
- "font-family": "Microsoft YaHei"
- },
- "columnTop_All": {
- "float": "left",
- "width": "70px",
- "height": "48px",
- "padding-left": "22px",
- "line-height": "48px",
- "border-bottom": "2px solid #FAFAFA",
- "font-size": "16px",
- "color": "#333333",
- "background": "url(../x_component_cms_Column/$Main/default/icon/icon_quanbu.png) 0 center no-repeat",
- "cursor": "pointer"
- },
- "columnTop_All_over": {
- "border-bottom": "2px solid #999999"
- },
- "columnTop_All_current": {
- "color": "#4A90E2",
- "border-bottom": "2px solid #4A90E2",
- "background": "url(../x_component_cms_Column/$Main/default/icon/icon_quanbu_click.png) 0 center no-repeat"
- },
- "columnTop_search":{
- "float": "right",
- "width": "132px",
- "border": "1px solid #DDDDDD",
- "border-radius": "20px",
- "margin": "12px 10px 0 0px",
- "padding": "0 0 0 10px",
- "overflow": "hidden"
- },
- "columnTop_searchInput": {
- "width": "calc( 100% - 26px )",
- "height": "24px",
- "line-height": "24px",
- "font-size": "13px",
- "color": "#666",
- "border": "0",
- "float": "left",
- "background": "inherit"
- },
- "columnTop_searchButton":{
- "cursor": "pointer",
- "line-height": "20px",
- "font-size": "13px",
- "color": "#ccc",
- "float": "right",
- "margin-top": "3px",
- "margin-right": "8px"
- },
- "columnTop_import": {
- "float": "right",
- "margin-right": "30px",
- "width": "56px",
- "background": "url(../x_component_cms_Column/$Main/default/icon/icon__leading_in_grey.png) 0 center no-repeat",
- "padding-left": "22px",
- "height": "50px",
- "line-height": "50px",
- "font-size": "14px",
- "color": "#333333",
- "cursor": "pointer"
- },
- "columnTop_category": {
- "background": "#FFF",
- "height": "50px",
- "line-height": "50px",
- "margin-left": "102px",
- "margin-right": "200px",
- "overflow": "hidden",
- "position": "relative",
- "z-index" : "auto",
- "box-shadow": "none"
- },
- "columnTop_category_more": {
- "position": "absolute",
- "z-index" : "10",
- "box-shadow": "0 0 10px #999999 "
- },
- "columnTop_categoryItem": {
- "float": "left",
- "margin-left": "20px",
- "height": "48px",
- "padding-left": "22px",
- "padding-right": "10px",
- "line-height": "48px",
- "border-bottom": "2px solid #FAFAFA",
- "font-size": "14px",
- "color": "#333333",
- "background": "url(../x_component_cms_Column/$Main/default/icon/icon_files.png) 0 center no-repeat",
- "cursor": "pointer"
- },
- "columnTop_categoryItem_over": {
- "border-bottom": "2px solid #999999"
- },
- "columnTop_categoryItem_current": {
- "color": "#4A90E2",
- "border-bottom": "2px solid #4A90E2",
- "background": "url(../x_component_cms_Column/$Main/default/icon/icon_files_click.png) 0 center no-repeat"
- },
- "columnTop_categoryExpandButtonArea": {
- "height": "10px",
- "width": "100%",
- "position": "absolute",
- "margin": "auto",
- "bottom": "2px"
- },
- "columnTop_categoryExpandButton": {
- "width": "20px",
- "height": "50px",
- "line-height": "5px",
- "text-align": "center",
- "font-size": "16px",
- "font-weight": "bold",
- /*border": "1px solid #eeeeee",*/
- "border-radius": "5px",
- "background-image": "url(../x_component_cms_Column/$Main/default/icon/more.png)",
- "background-position": "center center",
- "background-repeat": "no-repeat",
- /*background-color": "#dddddd",*/
- "cursor": "pointer",
- "margin": "auto",
- "margin-right": "20px",
- "float": "right"
- },
- "createColumnNode":{
- // "height": "50px",
- // "line-height": "50px",
- // "color" : "#666",
- // "font-size" : "15px",
- // "background": "url(../x_component_cms_Index/$Main/default/icon/createDocument.png) center center no-repeat",
- // "float": "right",
- // "padding-left" : "90px",
- // "margin-right" : "16px",
- // "cursor": "pointer"
- "background-color": "#4A90E2",
- "border-radius": "100px",
- "font-size": "14px",
- "color": "#FFFFFF",
- "background-image": "url(../x_component_cms_Column/$Main/default/icon/icon_zengjia_click2.png)",
- "background-position": "21px center",
- "background-repeat": "no-repeat",
- "width": "77px",
- "padding-left": "43px",
- "height": "30px",
- "line-height": "30px",
- "margin-top": "10px",
- "float": "right",
- "cursor": "pointer"
- },
- "createColumnNode_over": {
- // "color" : "#3c76b7",
- // "background": "url(../x_component_cms_Index/$Main/default/icon/createDocument_over.png) center center no-repeat"
- },
- "findNode": {
- "float": "right",
- "margin-right": "30px",
- "width": "56px",
- "background": "url(../x_component_cms_Column/$Main/default/icon/icons_find.png) 0 center no-repeat",
- "padding-left": "22px",
- "height": "50px",
- "line-height": "50px",
- "font-size": "14px",
- "color": "#333333",
- "cursor": "pointer"
- },
- "columnItemNode": {
- "width": "260px",
- "height" : "360px",
- "overflow": "hidden",
- "float": "left",
- "margin-left": "20px",
- "margin-top": "20px",
- "box-shadow": "0px 0px 0px #eee",
- "background-color": "#FFF",
- "cursor" : "pointer",
- "position" : "relative",
- "border": "2px solid #eee",
- "border-radius" : "4px"
- },
- "columnItemNode_over": {
- "border": "2px solid #3c76b7",
- "box-shadow": "0px 0px 18px #999"
- },
- "columnItemTopNode": {
- "height": "106px",
- "background" : "url(../x_component_cms_Column/$Main/default/icon/itemBackground.png) 0px 90px no-repeat",
- "background-color" : "#999",
- "cursor": "pointer",
- "opacity": "0.5"
- },
- "columnItemTitleNode": {
- "color": "#fff",
- "font-family": "Microsoft YaHei",
- "font-size": "18px",
- "padding-top" : "24px",
- "text-align" : "center",
- "padding-left" : "20px",
- "padding-right" : "20px",
- "width" : "220px",
- "overflow" : "hidden",
- "height" : "23px"
- },
- // "columnItemTopNode_select": {
- // "background-color": "#e97070"
- // },
- // "columnItemNewNode": {
- // "width": "47px",
- // "height": "47px",
- // "position": "relative",
- // "top": "-80px",
- // "background": "url(../x_component_cms_Column/$Main/default/icon/new.png) no-repeat right"
- // },
- "columnItemIconAreaNode" : {
- "position" : "absolute",
- "top" : "60px",
- "left" : "84px",
- "padding" : "13px",
- "width": "64px",
- "height": "64px",
- "float": "left",
- "border-radius" : "50px",
- "background-color" : "#fff",
- "border" : "1px solid #ccc",
- "opacity": "0.5"
- },
- "columnItemIconNode": {
- "top" : "74px",
- "left" : "98px",
- "position" : "absolute",
- "width": "64px",
- "height": "64px",
- "background-repeat": "no-repeat",
- "background-position": "center center"
- },
- "columnItemMiddleNode": {
- "padding-left" : "20px",
- "padding-right" : "20px",
- "padding-bottom" : "18px",
- "width" : "220px",
- "text-align" : "center"
- },
- "columnItemDescriptionNode" : {
- "margin-top" : "60px",
- "height": "37px",
- "overflow" : "hidden",
- "color": "#999",
- "line-height": "20px",
- "font-family": "Microsoft YaHei",
- "font-size": "13px"
- },
- "columnItemBottomNode" : {
- // "width": "260px",
- // "height" : "142px",
- "background-color" : "#fafafa"
- },
- "columnItemCategoryTitleNode" : {
- "padding" : "18px 20px 0px 20px",
- "color" : "#333",
- "font-size" : "16px"
- },
- "columnItemFormTitleNode" : {
- "padding" : "9px 20px 0px 20px",
- "color" : "#333",
- "font-size" : "16px"
- },
- "columnItemCategoryContentNode" : {
- "overflow" : "hidden",
- // "width" : "220px",
- "height" : "22px",
- "margin" : "3px 10px 5px 10px",
- "font-size" : "13px"
- },
- "columnItemFormContentNode" : {
- "overflow" : "hidden",
- // "width" : "220px",
- "height" : "22px",
- "margin" : "3px 10px 5px 10px",
- "font-size" : "13px"
- },
- "columnItemBottomItemNode" : {
- "float" : "left",
- "padding" : "0px 6px 0px 6px",
- "height" : "22px",
- "line-height" : "22px",
- "color" : "#666",
- "background-color" : "#fafafa",
- "border-radius" : "5px"
- },
- "columnItemBottomItemNode_over" : {
- "color" : "#fff",
- "background-color" : "#3c76b7"
- },
- "columnItemDelActionNode": {
- "position" : "absolute",
- "right" : "5px",
- "width": "22px",
- "height": "26px",
- "top": "5px",
- "display": "none",
- "background": "url(../x_component_cms_Column/$Main/default/icon/trash.png) no-repeat center center"
- },
- "columnItemEditActionNode": {
- "position" : "absolute",
- "right" : "27px",
- "width": "22px",
- "height": "26px",
- "top": "5px",
- "display": "none",
- "background": "url(../x_component_cms_Column/$Main/default/icon/edit.png) no-repeat center center"
- },
- "columnItemExportActionNode": {
- "position" : "absolute",
- "right" : "50px",
- "width": "22px",
- "height": "26px",
- "top": "5px",
- "display": "none",
- "background": "url(../x_component_cms_Column/$Main/default/icon/export.png) no-repeat center center"
- },
- "columnCreateMarkNode": {
- "opacity": 0.6,
- "position": "absolute",
- "background-color": "#CCC",
- "top": "0px",
- "left": "0px"
- },
- "columnCreateAreaNode": {
- "position": "absolute",
- "opacity": 0,
- "top": "0px"
- },
- "columnCreateNode": {
- "background-color": "#FFF",
- "width": "80%",
- "max-width": "600px",
- "box-shadow": "0px 0px 20px #999",
- "margin": "auto",
- "border-radius": "8px",
- "border": "6px solid #666",
- "overflow": "hidden"
- },
- "columnCreateNewNode": {
- "width": "47px",
- "height": "47px",
- "background": "url(../x_component_cms_Column/$Main/default/icon/new.png) no-repeat"
- },
- "columnCreateEditNode": {
- "width": "47px",
- "height": "47px"
- },
- "columnCreateFormNode": {
- "border-radius": "8px",
- "border": "0px solid #666",
- "width": "70%",
- "margin": "auto",
- "font-size": "16px",
- "color": "#666",
- "font-family": "Microsoft YaHei"
- },
- "columnCreateOkActionNode": {
- "height": "30px",
- "width": "85px",
- "cursor": "pointer",
- "float": "right",
- "line-height": "30px",
- "padding-left": "65px",
- "font-size": "16px",
- "font-family": "Microsoft YaHei",
- "border-radius": "3px",
- "border": "1px solid #354f67",
- "color": "#FFF",
- "margin-right": "20px",
- "margin-top": "20px",
- "box-shadow": "0px 0px 0px #666",
- "background": "url(../x_component_cms_Column/$Main/default/icon/editOk_bg.png) no-repeat"
- },
- "columnCreateCancelActionNode": {
- "height": "30px",
- "width": "60px",
- "cursor": "pointer",
- "float": "right",
- "line-height": "30px",
- "padding-left": "40px",
- "font-size": "16px",
- "font-family": "Microsoft YaHei",
- "border-radius": "3px",
- "color": "#FFF",
- "margin-top": "20px",
- "box-shadow": "0px 0px 0px #666",
- "border": "1px solid #999",
- "background": "url(../x_component_cms_Column/$Main/default/icon/editCancel_bg.png) no-repeat"
- }
- }
|