123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583 |
- {
- "maskNode": {
- "background-color": "#666",
- "opacity": 0.4,
- "z-index":1000
- },
- "containerNode": {
- "height": "520px",
- "width": "720px",
- "background-color": "#FFF",
- "overflow": "hidden",
- "border": "0",
- "border-radius": "var( --oo-area-radius)",
- "box-shadow": "var(--oo-dialog-shadow)",
- "position": "absolute",
- "z-index":1001,
- "user-select": "none"
- },
- "containerNode_multiple": {
- "height": "560px",
- "width": "720px",
- "background-color": "#FFF",
- "overflow": "hidden",
- "border": "0",
- "border-radius": "var( --oo-area-radius)",
- "box-shadow": "var(--oo-dialog-shadow)",
- "position": "absolute",
- "z-index":1001
- },
- "containerNodeSingle": {
- "height": "520px",
- "width": "375px",
- "background-color": "#FFF",
- "overflow": "hidden",
- "border": "0",
- "border-radius": "var( --oo-area-radius)",
- "box-shadow": "var(--oo-dialog-shadow)",
- "position": "absolute",
- "z-index":1001
- },
- "containerNodeSingle_multiple": {
- "height": "560px",
- "width": "375px",
- "background-color": "#FFF",
- "overflow": "hidden",
- "border": "0",
- "border-radius": "var( --oo-area-radius)",
- "box-shadow": "var(--oo-dialog-shadow)",
- "position": "absolute",
- "z-index":1001
- },
- "containerNodeMobile": {
- "height": "100%",
- "width": "100%",
- "background-color": "#FFF",
- "overflow": "hidden",
- "position": "absolute",
- "z-index":1001
- },
- "containerNode_embedded": {
- "height": "520px",
- "width": "720px",
- "background-color": "#FFF",
- "overflow": "hidden",
- "position": "relative"
- },
- "containerNode_multiple_embedded": {
- "height": "560px",
- "width": "720px",
- "background-color": "#FFF",
- "overflow": "hidden",
- "position": "relative"
- },
- "containerNodeSingle_embedded": {
- "height": "520px",
- "width": "375px",
- "background-color": "#FFF",
- "overflow": "hidden",
- "position": "relative"
- },
- "containerNodeSingle_multiple_embedded": {
- "height": "560px",
- "width": "375px",
- "background-color": "#FFF",
- "overflow": "hidden",
- "position": "relative"
- },
- "titleNode": {
- "height": "40px"
- },
- "titleNodeMobile": {
- "height": "50px",
- "text-align": "center",
- "background-color": "#4c6b87",
- "border-bottom": "1px solid #CCC"
- },
- "titleTextNode": {
- "margin-right": "40px",
- "height": "40px",
- "padding": "0px 20px",
- "color": "#666",
- "font-weight": "bold",
- "font-size": "16px",
- "line-height": "40px"
- },
- "titleActionNode": {
- "width": "40px",
- "height": "40px",
- "float": "right",
- "margin-right": "10px",
- "background": "url("+"../x_component_Selector/$Selector/v10/icon/close.png) no-repeat center center",
- "cursor": "pointer"
- },
- "titleTextNodeMobile": {
- "margin": "0px 50px",
- "height": "50px",
- "padding": "0px 10px",
- "color": "#FFF",
- "font-weight": "bold",
- "font-size": "14px",
- "line-height": "50px"
- },
- "titleCancelActionNodeMobile": {
- "height": "50px",
- "width": "50px",
- "text-align": "center",
- "color": "#FFF",
- "margin": "0px 15px",
- "line-height": "50px",
- "float": "left",
- "font-size": "14px"
- },
- "titleOkActionNodeMobile": {
- "height": "50px",
- "width": "50px",
- "text-align": "center",
- "color": "#FFF",
- "margin": "0px 15px",
- "line-height": "50px",
- "float": "right",
- "font-size": "14px"
- },
- "selectedWrapNodeMobile": {
- "position": "absolute",
- "bottom": "0px",
- "left": "0px",
- "width": "100%",
- "height": "80%",
- "border-radius": "15px 15px 0px 0px",
- "background": "#F5F5F5",
- "z-index":1003
- },
- "selectedScrollNodeMobile": {
- "overflow": "auto",
- "height": "calc( 100% - 30px )"
- },
- "selectedNodeMobile": {
- "margin-bottom": "20px",
- "background": "#fff"
- },
- "selectedTitleNodeMobile": {
- "text-align": "center",
- "font-size": "16px",
- "border-radius": "15px 15px 0px 0px",
- "height": "30px",
- "line-height": "30px"
- },
- "selectedCountNodeMobile":{
- "height": "40px",
- "line-height": "40px",
- "overflow": "hidden",
- "padding-left": "10px",
- "background": "url(../x_component_Selector/$Selector/v10/icon/arrow_up.png) no-repeat right center",
- "background-size": "32px 32px"
- },
- "selectedCountLabelNodeMobile": {
- "float":"left",
- "font-weight":"bold",
- "padding-right":"5px"
- },
- "selectedCountTextNodeMobile": {
- "float":"left",
- "padding-left":"5px"
- },
- "selectedMaskNodeMobile": {
- "background-color": "#666",
- "opacity": 0.4,
- "z-index":1002,
- "height": "100%",
- "width": "100%",
- "position":"absolute",
- "top": "0px",
- "left": "0px"
- },
- "selectedItemActionNodeMobile": {
- "width": "auto",
- "height": "auto",
- "line-height": "16px",
- "padding": "5px 10px",
- "float": "right",
- "background": "#eee",
- "border-radius": "5px"
- },
- "selectorItemMobile": {
- "padding-top": "5px",
- "padding-bottom": "5px",
- "border-bottom": "1px solid #ccc"
- },
- "contentNode": {
- "overflow": "hidden",
- // "display": "flex",
- // "justify-content": "space-evenly"
- },
- "noSelectableItemText" : {
- "margin" : "10px auto",
- "text-align" : "center",
- "width" : "200px",
- "color" : "#999"
- },
- "selectNode": {
- "width": "331px",
- "height": "410px",
- "float": "left",
- "margin": "10px 5px 10px 20px",
- "border": "1px solid #999",
- "border-radius": "4px"
- },
- "selectNodeSingle": {
- "width": "331px",
- "height": "410px",
- "float": "left",
- "margin": "10px",
- "border": "1px solid #999",
- "border-radius": "4px"
- },
- "selectNodeMobile":{
- "margin": "0px",
- "border": "0px solid #999",
- "border-radius": "0px"
- },
- "selectedContainerNode": {
- "width": "331px",
- "height": "410px",
- "float": "right",
- "margin": "10px 20px 10px 5px",
- "border": "1px solid #999",
- "border-radius": "4px",
- "overflow" : "hidden"
- },
- "selectedScrollNode": {
- "width": "331px",
- "height": "410px",
- "overflow" : "auto"
- },
- "selectedNode": {
- //"overflow": "hidden"
- },
- "actionNode": {
- "height": "40px",
- "margin": "auto",
- "display": "flex",
- "justify-content": "center",
- "align-items": "center"
- },
- "okActionNode": {
- "width": "100px",
- "height": "30px",
- "background-color": "var(--oo-color-main)",
- "border": "0px",
- "color": "#FFF",
- "font-size": "16px",
- "border-radius": "4px",
- "cursor": "pointer"
- },
- "cancelActionNode": {
- "width": "100px",
- "height": "30px",
- "border": "0px",
- "background-color": "var(--oo-color-gray-f0)",
- "color": "var(--oo-color-text2)",
- "font-size": "16px",
- "border-radius": "4px",
- "margin-left": "15px",
- "cursor": "pointer"
- },
- "selectedTopNode" : {
- "overflow" : "hidden"
- },
- "selectedTopTextNode" : {
- "float" : "left",
- "width" : "40px",
- "height": "30px",
- "line-height": "30px",
- "border-bottom": "1px solid #999"
- },
- "selectedTopActionNode" : {
- "color" : "#3C76B7",
- "float" : "right",
- "cursor" : "pointer",
- "height": "30px",
- "line-height": "30px"
- },
- "selectTopNode" : {
- "overflow" : "hidden"
- },
- "selectTopTextNode" : {
- "float" : "left",
- "width" : "40px",
- "height": "30px",
- "line-height": "30px",
- "border-bottom": "1px solid #999"
- },
- "searchInputDiv": {
- "height": "30px",
- "border-bottom": "1px solid #999",
- "position": "relative",
- "display": "flex"
- },
- "searchInput": {
- "flex": "1",
- "height": "24px",
- "border": "0px",
- "margin": "3px",
- "outline": "none",
- "padding-right" : "22px"
- },
- "searchInputSingle": {
- "width": "303px",
- "height": "24px",
- "border": "0px",
- "margin": "3px",
- "padding-right" : "22px"
- },
- "searchCancelAction": {
- "background" : "url(../x_component_Selector/$Selector/v10/icon/remove.png) center center / 14px 14px no-repeat rgb(255, 255, 255)",
- "position": "absolute",
- "right": "0px",
- "top": "0px",
- "height": "28px",
- "width": "22px",
- "cursor": "pointer",
- "display": "none"
- },
- "letterAreaMobileNode": {
- "padding": "0px 9px",
- "height": "50px",
- "border-bottom": "1px solid #999",
- "background-color": "#EEE"
- },
- "letterAreaNode": {
- "width": "312px",
- "padding": "2px 9px",
- "height": "40px",
- "border-bottom": "1px solid #999",
- "display": "flex",
- "flex-wrap": "wrap",
- "line-height": "20px"
- },
- "letterNode": {
- "height": "20px",
- "width": "24px",
- "text-align": "center",
- "font-weight": "bold",
- "float": "left",
- "cursor": "pointer",
- "font-size": "12px",
- "background": "transparent"
- },
- "letterNode_mobile": {
- "height": "22px",
- "line-height": "22px",
- "width": "15px",
- "text-align": "center",
- "font-weight": "bold",
- "float": "left",
- "cursor": "pointer",
- "font-size": "11px",
- "color": "#666666",
- "background": "transparent"
- },
- "letterNode_over": {
- "height": "20px",
- "width": "24px",
- "text-align": "center",
- "font-weight": "bold",
- "float": "left",
- "cursor": "pointer",
- "font-size": "16px",
- "background": "#FFF"
- },
- "itemAreaScrollNode": {
- "overflow": "auto",
- "height": "334px"
- },
- "itemAreaNode": {
- "overflow": "hidden"
- },
- "letterShowNode": {
- "text-align": "center",
- "font-size": "48px",
- "font-weight": "bold",
- "position": "absolute",
- "color": "#333",
- "opacity": 0.6
- },
- "selectorItem": {
- "height": "28px",
- "line-height": "28px",
- "padding": "0px 10px",
- "overflow": "hidden",
- "cursor": "pointer",
- "border-bottom": "1px solid #FFF",
- "background": "transparent"
- },
- "selectorItemCategory": {
- "height": "28px",
- "line-height": "28px",
- "padding": "0px 10px",
- "overflow": "hidden",
- "cursor": "pointer",
- "border-bottom": "1px solid #FFF",
- // "background": "#DDD"
- },
- "selectorItemCategory_department": {
- "height": "28px",
- "line-height": "28px",
- "padding": "0px 10px",
- "overflow": "hidden",
- "cursor": "pointer",
- "border-bottom": "1px solid #FFF",
- // "background": "#E9E9E9"
- },
- "selectorItem_over": {
- //"height": "28px",
- "line-height": "28px",
- "padding": "0px 10px",
- "overflow": "hidden",
- "cursor": "pointer",
- "border-bottom": "1px solid #FFF",
- "background-color": "var(--oo-color-hover)"
- },
- "selectorItem_selected": {
- //"height": "28px",
- "line-height": "28px",
- "padding": "0px 10px",
- "overflow": "hidden",
- "cursor": "pointer",
- "border-bottom": "1px solid #FFF",
- // "background-color": "var(--oo-color-main)",
- "background-color": "var(--oo-color-over)"
- },
- "selectorItemLevelNode": {
- "width": "0px",
- "height": "28px",
- "float": "left"
- },
- "selectorItemLevelNode_expand":{
- "background-size": "12px 12px",
- "background-repeat": "no-repeat",
- "background-position": "center right",
- "background-image": "url(../x_component_Selector/$Selector/v10/icon/expand.png)"
- },
- "selectorItemLevelNode_collapse":{
- "background-size": "12px 12px",
- "background-repeat": "no-repeat",
- "background-position": "center right",
- "background-image": "url(../x_component_Selector/$Selector/v10/icon/collapse.png)"
- },
- "selectorItemIconNode": {
- "width": "28px",
- "height": "28px",
- "float": "left",
- "background-repeat": "no-repeat",
- "background-position": "center center",
- "background-size": "16px 16px"
- },
- "selectorItemActionNode": {
- "width": "28px",
- "height": "28px",
- "float": "right",
- "background": "transparent"
- },
- "selectorItemActionNode_selected_over": {
- "width": "28px",
- "height": "28px",
- "float": "right",
- "background-size": "16px 16px",
- "background-repeat": "no-repeat",
- "background-position": "center",
- "background-image": "url(../x_component_Selector/$Selector/v10/icon/remove.png)"
- },
- "selectorItemActionNode_over": {
- "width": "28px",
- "height": "28px",
- "float": "right",
- "background-size": "16px 16px",
- "background-repeat": "no-repeat",
- "background-position": "center",
- "background-image": "url(../x_component_Selector/$Selector/v10/icon/right.png)"
- },
- "selectorItemActionNode_selected": {
- "width": "28px",
- "height": "28px",
- "float": "right",
- "background-size": "16px 16px",
- "background-repeat": "no-repeat",
- "background-position": "center",
- "background-image": "url(../x_component_Selector/$Selector/v10/icon/check.png)"
- },
- "selectorItemCategoryActionNode_expand": {
- "width": "28px",
- "height": "28px",
- "float": "right",
- "background-size": "12px 12px",
- "background-repeat": "no-repeat",
- "background-position": "center",
- "background-image": "url(../x_component_Selector/$Selector/v10/icon/arrow_down.png)"
- },
- "selectorItemCategoryActionNode_collapse": {
- "width": "28px",
- "height": "28px",
- "float": "right",
- "background-size": "12px 12px",
- "background-repeat": "no-repeat",
- "background-position": "center",
- "background-image": "url(../x_component_Selector/$Selector/v10/icon/arrow_forward.png)"
- },
- "selectorItemCategoryActionNode_selectAll": {
- "width": "28px",
- "height": "28px",
- "float": "right",
- "background-size": "16px 16px",
- "background-repeat": "no-repeat",
- "background-position": "center",
- "background-image": "url(../x_component_Selector/$Selector/v10/icon/selectall.png)"
- },
- "selectorItemTextNode": {
- "height": "28px",
- "margin": "0px 28px",
- "word-wrap": "break-word",
- "color": "#000"
- },
- "selectorItemCategoryTextNode": {
- "height": "28px",
- "margin": "0px 28px",
- "color": "#000",
- "font-weight": "bold"
- },
- "selectorItemTextNode_selected": {
- "height": "28px",
- "margin-left": "28px",
- // "color": "#FFF"
- },
- "selectorItemCategoryChildrenNode": {
- "overflow": "hidden",
- "margin-left": "0px"
- },
- "dutyInputDialog":{
- "height": "56px",
- "clear": "both"
- },
- "dutyInputNode": {
- "border": "1px solid #eee",
- "background": "#FFF",
- "height": "18px"
- },
- "filePreviewNode": {
- "overflow": "hidden",
- "max-width": "300px",
- "max-height": "200px"
- }
- }
|