css.wcss 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. {
  2. "formMaskNode": {
  3. "width": "100%",
  4. "height": "100%",
  5. "opacity": 0.6,
  6. "position": "absolute",
  7. "background-color": "#CCC",
  8. "top": "0px",
  9. "left": "0px"
  10. },
  11. "formAreaNode": {
  12. "position": "absolute",
  13. "opacity": 0,
  14. "top": "0px",
  15. "-webkit-user-select": "text",
  16. "-moz-user-select": "text",
  17. "user-select" : "text"
  18. },
  19. "formNode": {
  20. "background-color": "#f4f4f5",
  21. "box-shadow": "0px 0px 10px #999",
  22. "margin": "auto",
  23. "border-radius" : "8px",
  24. "overflow": "hidden"
  25. },
  26. "formTopNode": {
  27. "color" : "#fff",
  28. "height" : "58px",
  29. "background-color": "#3c75b7",
  30. "line-height": "40px",
  31. "font-size": "14px",
  32. "padding-left" : "5px",
  33. "text-align": "left"
  34. },
  35. "formTopIconNode" : {
  36. "width" : "36px",
  37. "height" : "36px",
  38. "margin" : "22px 18px 22px 30px",
  39. "float": "left",
  40. "background": "url("+MWF.defaultPath+"/xDesktop/$Authentication/default/icon/o2_logo.png) no-repeat center center"
  41. },
  42. "formTopTextNode" : {
  43. //"font-family" : "PingFang-SC-Medium",
  44. "margin-top" : "10px",
  45. "padding-left" : "20px",
  46. "font-size": "20px",
  47. "float": "left",
  48. "overflow" : "hidden",
  49. "text-overflow" : "ellipsis",
  50. "white-space":"nowrap"
  51. },
  52. "formTopCloseActionNode": {
  53. "width": "32px",
  54. "height": "32px",
  55. "float": "right",
  56. "margin-top" : "13px",
  57. "margin-right" : "20px",
  58. "background": "url("+MWF.defaultPath+"/xDesktop/$Authentication/default/icon/icon_close_square_pre.png) no-repeat center center",
  59. "cursor": "pointer"
  60. },
  61. "formTopContentNode" : {
  62. "float" : "right",
  63. "padding-right" : "10px",
  64. "text-align" : "right"
  65. },
  66. "formTopContentSepNode" : {
  67. "float" : "right",
  68. "width" : "1px",
  69. "margin-top" : "33px",
  70. "margin-right" : "10px",
  71. "height" : "16px",
  72. "border-left" : "1px solid #fff"
  73. },
  74. "inputActive" : {
  75. "border" : "1px solid #3c75b7"
  76. },
  77. "formTopContentNode" : {
  78. "overflow" : "hidden",
  79. "float" : "right",
  80. "padding-right" : "10px",
  81. "text-align" : "right"
  82. },
  83. "formTopContentCustomNode" : {
  84. "float" : "right",
  85. "margin-top" : "20px",
  86. "margin-right" : "10px",
  87. "font-size" : "16px",
  88. "cursor" : "pointer"
  89. },
  90. "formTopContentTitle" : {
  91. },
  92. "formTopContentValue" : {
  93. "padding-right" : "20px",
  94. "font-size": "12px"
  95. },
  96. "formNewNode": {
  97. "width": "47px",
  98. "height": "47px",
  99. "background": "url(../x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  100. },
  101. "formIconNode": {
  102. "width": "47px",
  103. "height": "47px"
  104. },
  105. "formEditNode": {
  106. "width": "47px",
  107. "height": "47px"
  108. },
  109. "formToolbar" : {
  110. "padding-top" : "20px",
  111. "height" : "35px",
  112. "border-bottom" : "2px solid #999",
  113. "padding-left" : "15px"
  114. },
  115. "formCategoryNode":{
  116. "list-style" : "none",
  117. "padding": "0px 10px 7px 10px",
  118. "margin-left" : "10px",
  119. "height": "20px",
  120. "line-height": "20px",
  121. "overflow": "hidden",
  122. "font-family": "Microsoft YaHei",
  123. "font-size": "18px",
  124. "font-weight" : "normal",
  125. "float": "left",
  126. "cursor": "pointer",
  127. "color":"#3c76c1",
  128. "border-bottom" : "2px solid #fff"
  129. //border-bottom-color: rgb(255, 255, 255); border-bottom-width: 2px; border-bottom-style: solid;
  130. //"display":"inline-block","width":"80px","height":"30px","text-align":"center","line-height":"30px","cursor":"pointer","color":"#3c76c1","font-size":"14px","margin-right" : "10px"
  131. },
  132. "formCategoryNode_over" : {
  133. "font-size": "18px",
  134. "font-weight": "normal",
  135. "border-bottom" : "2px solid #5c97e1"
  136. },
  137. "formCategoryNode_current" : {
  138. "font-size": "18px",
  139. "font-weight": "bold",
  140. "border-bottom" : "2px solid #124c93"
  141. },
  142. "formContentNode": {
  143. "border": "0px solid #666",
  144. "width": "100%",
  145. "margin": "auto",
  146. "font-size": "14px",
  147. "color": "#666",
  148. "font-family": "Microsoft YaHei",
  149. "overflow" : "hidden",
  150. "position" : "relative"
  151. },
  152. "formTableContainer" : {
  153. //"width" : "460px",
  154. "margin": "20px auto 0px auto",
  155. "overflow" : "hidden",
  156. "positon" : "static"
  157. },
  158. "formTableContainer2" : {
  159. "width" : "600px",
  160. "margin": "20px auto 0px auto",
  161. "overflow" : "hidden",
  162. "positon" : "static"
  163. },
  164. "formBottomNode" : {
  165. "height" : "50px",
  166. "line-height" : "50px",
  167. "border-top" : "1px solid #3d77c1",
  168. "background-color" : "#fff",
  169. "overflow" : "hidden"
  170. },
  171. "selectArea" : {
  172. "position" : "relative",
  173. "margin" : "0px 50px 0px 50px"
  174. },
  175. "selectContainer" : {
  176. "overflow" : "hidden",
  177. "border" : "1px solid #eee",
  178. "border-radius" : "6px",
  179. "background-color" : "#fff",
  180. "cursor" : "pointer"
  181. },
  182. "inputContainer" : {
  183. "padding" : "10px 130px 30px 130px",
  184. "margin" : "20px 50px 20px 50px",
  185. "border" : "1px solid #eee",
  186. "border-radius" : "6px",
  187. "background-color" : "#fff",
  188. "overflow" : "hidden"
  189. },
  190. "columnContainer" : {
  191. "height" : "60px",
  192. "line-height" : "60px",
  193. "padding-left" : "20px",
  194. "border-right" : "1px solid #ccc"
  195. },
  196. "categoryContainer" : {
  197. "height" : "60px",
  198. "line-height" : "60px"
  199. },
  200. "columnIconNode" : {
  201. "float" : "left",
  202. "margin-top" : "10px",
  203. "width" : "40px",
  204. "height" : "40px"
  205. },
  206. "columnTextNode" : {
  207. "float" : "left",
  208. "margin-left" : "20px",
  209. "min-width" : "220px",
  210. "margin-right" : "20px",
  211. "font-size" : "16px",
  212. "color" : "#333"
  213. },
  214. "columnSelectNode" : {
  215. "float" : "left",
  216. "margin-top" : "10px",
  217. "width": "40px",
  218. "height": "40px",
  219. "background": "url(../x_component_cms_Index/$Main/default/icon/down3_over.png) 0px 10px no-repeat"
  220. },
  221. "columnSelectNode_over" : {
  222. "background": "url(../x_component_cms_Index/$Main/default/icon/down3.png) 0px 10px no-repeat"
  223. },
  224. "categoryTextNode" : {
  225. "padding-left" : "20px",
  226. "font-size" : "16px",
  227. "color" : "#333"
  228. },
  229. "startOkActionNode": {
  230. "height": "30px",
  231. "width": "85px",
  232. "cursor": "pointer",
  233. "float": "left",
  234. "line-height": "30px",
  235. "padding-left": "65px",
  236. "font-size": "16px",
  237. "font-family": "Microsoft YaHei",
  238. "border-radius": "3px",
  239. "border": "1px solid #354f67",
  240. "color": "#FFF",
  241. "margin-right": "20px",
  242. "margin-top": "20px",
  243. "box-shadow": "0px 0px 0px #666",
  244. "background": "url("+"../x_component_cms_Index/$Starter/default/editOk_bg.png) no-repeat"
  245. },
  246. "cancelActionNode": {
  247. "height": "30px",
  248. "width": "60px",
  249. "cursor": "pointer",
  250. "float": "left",
  251. "line-height": "30px",
  252. "padding-left": "40px",
  253. "font-size": "16px",
  254. "font-family": "Microsoft YaHei",
  255. "border-radius": "3px",
  256. "color": "#FFF",
  257. "margin-top": "20px",
  258. "box-shadow": "0px 0px 0px #666",
  259. "border": "1px solid #999",
  260. "background": "url("+"../x_component_cms_Index/$Starter/default/editCancel_bg.png) no-repeat"
  261. },
  262. "departSelNode": {
  263. "padding": "5px",
  264. "margin-right": "10px",
  265. "float": "left",
  266. "background-color": "#DDD",
  267. "border-radius": "3px",
  268. "color": "#000",
  269. "cursor": "pointer"
  270. },
  271. "departSelNode_over": {
  272. "background-color": "#fecfb7"
  273. },
  274. "departSelNode_out": {
  275. "background-color": "#EEE"
  276. },
  277. "departSelNode_selected": {
  278. "background-color": "#ea621f",
  279. "color": "#FFF"
  280. },
  281. "dealStartedWorkAction": {
  282. "color": "#0000FF",
  283. "cursor": "pointer"
  284. },
  285. "categorySelAreaNode" : {
  286. "overflow" : "hidden",
  287. "border" : "1px solid #eee",
  288. "border-radius-bottom-left" : "6px",
  289. "border-radius-bottom-right" : "6px",
  290. "position" : "absolute",
  291. "top" : "0px",
  292. "left" : "0px",
  293. "background-color" : "#fff",
  294. "z-index" : "100"//,
  295. //"box-shadow": "0 0px 15px #999"
  296. },
  297. "selColumnAreaNode" : {
  298. "width" : "360px",
  299. "float" : "left",
  300. "background-color" : "#f7f7f7",
  301. "border-right" : "1px solid #ccc"
  302. },
  303. "selColumnScrollNode" : {
  304. "overflow" : "hidden",
  305. "height" : "450px"
  306. },
  307. "columnItemNode" : {
  308. "width" : "334px",
  309. "overflow" : "hidden",
  310. "height" : "60px",
  311. "line-height" : "60px",
  312. "padding-left" : "20px",
  313. "background-color" : "#f7f7f7",
  314. "color" : "#333",
  315. "cursor" : "pointer"
  316. },
  317. "columnItemNode_over" : {
  318. "color" : "#333",
  319. "background-color" : "#fff"
  320. },
  321. "columnItemNode_current" : {
  322. "color" : "#3c76b7",
  323. "background-color" : "#fff"
  324. },
  325. "columnItemIconNode" : {
  326. "float" : "left",
  327. "margin-top" : "10px",
  328. "width" : "40px",
  329. "height" : "40px"
  330. },
  331. "columnItemTextNode" : {
  332. "float" : "left",
  333. "margin-left" : "20px",
  334. "min-width" : "220px",
  335. "margin-right" : "20px",
  336. "font-size" : "16px"
  337. },
  338. "columnItemSelectNode" : {
  339. "float" : "left",
  340. "margin-top" : "10px",
  341. "width": "40px",
  342. "height": "40px",
  343. "background": "url(../x_component_cms_Index/$Main/default/icon/down3_over.png) 0px 10px no-repeat"
  344. },
  345. "selCategoryAreaNode" : {
  346. "width" : "485px",
  347. "float" : "left",
  348. "background-color" : "#fff"
  349. },
  350. "selCategoryScrollNode" : {
  351. "overflow" : "hidden",
  352. "height" : "450px"
  353. },
  354. "categoryItemNode" : {
  355. "border-left" : "4px solid #fff",
  356. "width" : "457px",
  357. "overflow" : "hidden",
  358. "height" : "40px",
  359. "line-height" : "40px",
  360. "padding-left" : "20px",
  361. "background-color" : "#fff",
  362. "color" : "#666",
  363. "cursor" : "pointer"
  364. },
  365. "categoryItemNode_over" : {
  366. "border-left" : "4px solid #fff",
  367. "color" : "#666",
  368. "background-color" : "#f0f0f0"
  369. },
  370. "categoryItemNode_current" : {
  371. "border-left" : "4px solid #3c76b7",
  372. "color" : "#3c76b7",
  373. "background-color" : "#f7f7f7"
  374. },
  375. "categoryItemTextNode" : {
  376. "font-size" : "16px"
  377. }
  378. }