css.wcss 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  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. },
  16. "formNode": {
  17. "background-color": "#EEE",
  18. "box-shadow": "0px 0px 10px #999",
  19. "margin": "auto",
  20. //"border-radius" : "8px",
  21. "overflow": "hidden",
  22. "-webkit-user-select": "text",
  23. "-moz-user-select": "text"
  24. },
  25. "formTopNode": {
  26. "color" : "#fff",
  27. "height" : "50px",
  28. "background-color": "#4c6b87",
  29. "line-height": "40px",
  30. "font-size": "14px",
  31. "padding-left" : "5px",
  32. "text-align": "left"
  33. },
  34. "formTopTextNode" : {
  35. //"font-family" : "PingFang-SC-Medium",
  36. "height" : "50px",
  37. "line-height" : "50px",
  38. "padding-left" : "18px",
  39. "font-size": "18px",
  40. "float": "left",
  41. "overflow" : "hidden",
  42. "text-overflow" : "ellipsis",
  43. "white-space":"nowrap"
  44. },
  45. "formTopCloseActionNode": {
  46. "width": "24px",
  47. "height" : "50px",
  48. "line-height" : "50px",
  49. "float": "right",
  50. "margin-right" : "20px",
  51. "background": "url(/x_component_Template/$MPopupForm/meeting/icon/icon_off_2.png) no-repeat center center",
  52. "cursor": "pointer"
  53. },
  54. "formTopMaxActionNode": {
  55. "width": "24px",
  56. "height" : "50px",
  57. "line-height" : "50px",
  58. "float": "right",
  59. "background": "url(/x_component_Template/$MPopupForm/meeting/icon/icon_max_2.png) no-repeat center center",
  60. "cursor": "pointer"
  61. },
  62. "formTopRestoreActionNode": {
  63. "display" : "none",
  64. "width": "24px",
  65. "height" : "50px",
  66. "line-height" : "50px",
  67. "float": "right",
  68. "background": "url(/x_component_Template/$MPopupForm/meeting/icon/icon_restore_2.png) no-repeat center center",
  69. "cursor": "pointer"
  70. },
  71. "resizeNode" : {
  72. "position": "absolute",
  73. "height": "15px",
  74. "width": "15px",
  75. "bottom": "0px",
  76. "right": "0px",
  77. "cursor" : "se-resize"
  78. },
  79. "formTopContentNode" : {
  80. "float" : "right",
  81. "padding-right" : "10px",
  82. "text-align" : "right"
  83. },
  84. "formTopContentSepNode" : {
  85. "float" : "right",
  86. "width" : "1px",
  87. "margin-top" : "33px",
  88. "margin-right" : "10px",
  89. "height" : "16px",
  90. "border-left" : "1px solid #fff"
  91. },
  92. "inputActive" : {
  93. "border" : "1px solid #3c75b7"
  94. },
  95. "formTopContentNode" : {
  96. "overflow" : "hidden",
  97. "float" : "right",
  98. "padding-right" : "10px",
  99. "text-align" : "right"
  100. },
  101. "formTopContentCustomNode" : {
  102. "float" : "right",
  103. "margin-top" : "20px",
  104. "margin-right" : "10px",
  105. "font-size" : "16px",
  106. "cursor" : "pointer"
  107. },
  108. "formTopContentTitle" : {
  109. },
  110. "formTopContentValue" : {
  111. "padding-right" : "20px",
  112. "font-size": "12px"
  113. },
  114. "formContentNode": {
  115. "border": "0px solid #666",
  116. "width": "100%",
  117. "margin": "auto",
  118. "font-size": "14px",
  119. "color": "#666",
  120. "font-family": "微软雅黑",
  121. "overflow" : "hidden",
  122. "position" : "relative"
  123. },
  124. "formTableContainer" : {
  125. "width" : "700px",
  126. "margin": "0px auto 20px auto",
  127. "padding-top" : "40px",
  128. "overflow" : "hidden",
  129. "positon" : "static"
  130. },
  131. "formTableContainer2" : {
  132. "width" : "600px",
  133. "margin": "20px auto 0px auto",
  134. "overflow" : "hidden",
  135. "positon" : "static"
  136. },
  137. "formBottomNode" : {
  138. "height" : "90px",
  139. //"border-top" : "1px solid #3d77c1",
  140. "overflow" : "hidden"
  141. },
  142. "acceptIconNode": {
  143. "height": "20px",
  144. "width": "14px",
  145. "margin-right": "3px",
  146. "float": "left",
  147. "background": "url(/x_component_Template/$MPopupForm/meeting/icon/accept.png) no-repeat center center"
  148. },
  149. "rejectIconNode": {
  150. "height": "20px",
  151. "width": "14px",
  152. "margin-right": "3px",
  153. "float": "left",
  154. "background": "url(/x_component_Template/$MPopupForm/meeting/icon/reject.png) no-repeat center center"
  155. },
  156. "acceptTextNode": {
  157. "height": "20px",
  158. "line-height": "20px",
  159. "margin-top": "10px",
  160. "font-size": "12px",
  161. "color": "#1fbf04",
  162. "text-align": "center"
  163. },
  164. "rejectTextNode": {
  165. "height": "20px",
  166. "line-height": "20px",
  167. "margin-top": "10px",
  168. "font-size": "12px",
  169. "color": "#FF0000",
  170. "text-align": "center"
  171. },
  172. "formOkActionNode" : {
  173. "height": "30px",
  174. "width": "140px",
  175. "border-radius": "3px",
  176. "background-color": "#5f6b80",
  177. "border": "1px solid #fff",
  178. "color":"#FFF",
  179. "line-height": "30px",
  180. "text-align": "center",
  181. "cursor": "pointer",
  182. "float": "left",
  183. "margin": "10px 60px 10px 10px",
  184. "float" : "right"
  185. },
  186. "formCancelActionNode" : {
  187. "height": "30px",
  188. "width": "140px",
  189. "border-radius": "3px",
  190. "background-color": "#FFF",
  191. "border": "1px solid #666",
  192. "line-height": "30px",
  193. "text-align": "center",
  194. "cursor": "pointer",
  195. "float": "left",
  196. "margin": "10px 200px 10px 10px",
  197. "float" : "right"
  198. },
  199. "colorNode" : {
  200. "float" : "left",
  201. "border-radius" : "4px",
  202. "width" : "20px",
  203. "height" : "20px",
  204. "margin-right" : "10px",
  205. "cursor" : "pointer",
  206. "background-image" : "none",
  207. "background-repeat" : "no-repeat",
  208. "background-position" : " 50%"
  209. },
  210. "colorNode_current" : {
  211. "background-image" : "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAABGdBTUEAALGPC/xhBQAAAK1JREFUKBWVjzEKwkAURBMiimBvY2NjZWWVU+RU1mnTpkhhm0YsvYaNIDYpUgRygM2bsLuoZCEOPPbv/JkNiaI/ZIzZwh1Os2uEd/AA6TqrSHAPTzWQvrgZiwzL0AvsDvAG6QZrV8q4vOD4W5YHDUg1rHyGSyUXteB/WrP1OMwFFr6kASOBEqQOUotmSbvkq+QuLGIoQOotmuXFLhc8CeVKW+XB4NSC0llM7T69AcWO0hZLcgV4AAAAAElFTkSuQmCC)",
  212. "background-repeat" : "no-repeat",
  213. "background-position" : " 50%"
  214. },
  215. "inputText": {
  216. //"width": "99%",
  217. // "border":"1px solid #ccc",
  218. //"background-color":"#FFF",
  219. //"height": "30px",
  220. //"font-size": "16px",
  221. //"border-radius" : "4px"
  222. "border": "1px solid #999",
  223. "box-shadow": "0 0 0 #999",
  224. "width": "99%",
  225. "height": "20px",
  226. "line-height": "20px",
  227. "background-color": "#FFF",
  228. "margin-top": "4px",
  229. "color": "#666",
  230. "overflow": "hidden",
  231. "font-size": "16px",
  232. "background-color": "white"
  233. },
  234. "inputTime" : {
  235. //"width": "99%",
  236. //"border-radius" : "4px",
  237. //"border":"1px solid #ccc",
  238. //"background-color":"#FFF",
  239. //"height": "30px",
  240. //"font-size": "16px",
  241. //"background" : "url(/x_component_Template/$MForm/default/icon/calendar.png) 98% center no-repeat"
  242. "border": "1px solid #999",
  243. "box-shadow": "0 0 0 #999",
  244. "width": "99%",
  245. "height": "20px",
  246. "line-height": "20px",
  247. "background-color": "#FFF",
  248. "margin-top": "4px",
  249. "color": "#666",
  250. "overflow": "hidden",
  251. "font-size": "16px",
  252. "background-color": "white"
  253. },
  254. "inputTimeUnformatWidth" : {
  255. //"border-radius" : "4px",
  256. //"border":"1px solid #ccc",
  257. //"background-color":"#FFF",
  258. //"height": "30px",
  259. //"font-size": "16px",
  260. //"background" : "url(/x_component_Template/$MForm/default/icon/calendar.png) 98% center no-repeat"
  261. "border": "1px solid #999",
  262. "box-shadow": "0 0 0 #999",
  263. "width": "99%",
  264. "height": "20px",
  265. "line-height": "20px",
  266. "background-color": "#FFF",
  267. "margin-top": "4px",
  268. "color": "#666",
  269. "overflow": "hidden",
  270. "font-size": "16px",
  271. "background-color": "white"
  272. },
  273. "inputPerson" : {
  274. //"width": "99%",
  275. //"border-radius" : "4px",
  276. //"border":"1px solid #ccc",
  277. //"background-color":"#FFF",
  278. //"min-height": "30px",
  279. //"overflow" : "hidden",
  280. //"font-size": "16px",
  281. //"background" : "url(/x_component_Template/$MForm/default/icon/selectperson.png) 98% center no-repeat"
  282. "border": "1px solid #999",
  283. "box-shadow": "0 0 0 #999",
  284. "width": "99%",
  285. "height": "20px",
  286. "line-height": "20px",
  287. "background-color": "#FFF",
  288. "margin-top": "4px",
  289. "color": "#666",
  290. "overflow": "hidden",
  291. "font-size": "16px",
  292. "background-color": "white"
  293. },
  294. "inputTextarea" : {
  295. "width": "99%",
  296. "border-radius" : "4px",
  297. "border":"1px solid #ccc",
  298. "background-color":"#FFF",
  299. "height": "80px"
  300. },
  301. "inputCheckbox" : {
  302. "float" : "left",
  303. "margin-right" : "12px"
  304. },
  305. "inputRadio" : {
  306. "float" : "left",
  307. "margin-right" : "12px"
  308. },
  309. "inputSelect" : {
  310. "width": "99%",
  311. "border-radius" : "4px",
  312. "border":"1px solid #ccc",
  313. "background-color":"#FFF",
  314. "font-size": "16px",
  315. "height": "30px"
  316. },
  317. "inputSelectUnformatWidth" : {
  318. "margin-right":"5px",
  319. "border-radius" : "4px",
  320. "border":"1px solid #ccc",
  321. "background-color":"#FFF",
  322. "font-size": "16px",
  323. "height": "30px"
  324. },
  325. "inputButton" : {
  326. "background": "#3C76B7",
  327. "border-radius": "4px",
  328. "padding" : "0px 10px",
  329. "line-height" : "30px",
  330. "height" : "30px",
  331. "border" : "0px",
  332. "color" : "#fff",
  333. "cursor" : "pointer",
  334. "font-size" : "14px"
  335. },
  336. "inputAcceptButton" : {
  337. "background-color": "#3C76B7",
  338. "border-radius": "4px",
  339. "padding" : "0px 10px",
  340. "line-height" : "30px",
  341. "height" : "30px",
  342. "border" : "0px",
  343. "color" : "#fff",
  344. "cursor" : "pointer",
  345. "float" : "left",
  346. "font-size" : "14px"
  347. },
  348. "inputDenyButton" : {
  349. "background-color": "#f0f0f0",
  350. "border-radius": "4px",
  351. "padding" : "0px 10px",
  352. "float" : "left",
  353. "line-height" : "30px",
  354. "height" : "30px",
  355. "border" : "0px",
  356. "color" : "#666",
  357. "cursor" : "pointer",
  358. "font-size" : "14px"
  359. },
  360. "inputOkButton" : {
  361. "background": "#3C76B7",
  362. "border-radius": "4px",
  363. "width" : "250px",
  364. "height" : "40px",
  365. "border" : "0px",
  366. "color" : "#fff",
  367. "cursor" : "pointer",
  368. "font-size" : "18px"
  369. },
  370. "inputCancelButton" : {
  371. "background": "#f0f0f0",
  372. "border-radius": "4px",
  373. "width" : "130px",
  374. "height" : "40px",
  375. "color" : "#666",
  376. "border" : "0px",
  377. "margin-left" : "20px",
  378. "font-size" : "18px",
  379. "cursor" : "pointer"
  380. },
  381. "inputA" : {
  382. "color" : "#3C76B7",
  383. "cursor" : "pointer"
  384. },
  385. "formTable" : {
  386. //"margin-top" : "10px"
  387. },
  388. "formTableHead" : {
  389. "height": "50px",
  390. "line-height": "50px",
  391. "text-align": "center",
  392. "min-width": "80px",
  393. "font-size":"20px",
  394. "font-weight": "bold"
  395. },
  396. "formTableTitle" : {
  397. "color" : "#333",
  398. "font-size": "16px",
  399. "padding": "0px 20px 0px 0px",
  400. "height" : "35px",
  401. "line-height" : "35px",
  402. "text-align": "left"
  403. },
  404. "formTableTitleRight": {
  405. //"color" : "#333",
  406. //"font-size": "16px",
  407. //"padding": "0px 20px 0px 0px",
  408. //"height" : "35px",
  409. //"line-height" : "35px",
  410. //"text-align": "right"
  411. "width": "100px",
  412. "height": "30px",
  413. "font-size": "14px",
  414. "line-height": "30px",
  415. "color": "#da7429",
  416. "float": "left"
  417. },
  418. "formTableTitle2" : {
  419. "color" : "#333",
  420. "font-size": "16px",
  421. "padding": "0px 10px 0px 20px",
  422. "height" : "35px",
  423. "line-height" : "35px",
  424. "text-align": "left"
  425. },
  426. "formTableValue" : {
  427. "text-align": "left",
  428. "font-size" : "16px"
  429. },
  430. "formTableValue div" : {
  431. "background":"#fff"
  432. },
  433. "formTableValueTop20" : {
  434. "padding-top" : "20px",
  435. "text-align": "left"
  436. },
  437. "formTableTitleDiv" : {
  438. "font-weight" : "bold"
  439. },
  440. "formTableValueDiv" : {
  441. "min-height" : "40px",
  442. "line-height" : "22px"
  443. },
  444. "formTableInlineValueDiv" : {
  445. "float" : "left",
  446. "margin-right" : "10px"
  447. },
  448. "warmMessageNode" : {
  449. "margin-top" : "10px",
  450. "font-size": "16px",
  451. "color":"#ff5c42",
  452. "padding-left": "20px",
  453. "background" : "url(/x_component_Template/$MForm/o2platform/icon/icon_warning.png) left center no-repeat"
  454. },
  455. "warningMessageNode" : {
  456. "margin-top" : "10px",
  457. "font-size": "16px",
  458. "color":"#ff5c42",
  459. "padding-left": "20px",
  460. "background" : "url(/x_component_Template/$MForm/o2platform/icon/icon_warning.png) left center no-repeat"
  461. },
  462. "showNode": {
  463. "width":"90%",
  464. "min-height": "24px",
  465. "overflow": "hidden",
  466. "margin-right": "24px",
  467. "float":"right"
  468. },
  469. "selectNode":{
  470. "float":"right",
  471. "height":"24px",
  472. "width":"24px",
  473. "cursor":"pointer",
  474. "background":"url(/x_component_process_ProcessDesigner/widget/$PersonSelector/default/icon/addPerson.png) center center no-repeat"
  475. }
  476. }