css.wcss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  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. "margin": "auto",
  18. "overflow": "hidden",
  19. "-webkit-user-select": "text",
  20. "-moz-user-select": "text",
  21. "background": "#FFFFFF",
  22. "box-shadow": "0 0 18px 0 #999999",
  23. "border-radius": "8px"
  24. },
  25. "formTopNode": {
  26. "color" : "#fff",
  27. "height" : "50px",
  28. "line-height": "40px",
  29. "font-size": "14px",
  30. "padding-left" : "5px",
  31. "text-align": "left"
  32. },
  33. "formTopTextNode" : {
  34. "height" : "50px",
  35. "line-height" : "50px",
  36. "padding-left" : "18px",
  37. "float": "left",
  38. "overflow" : "hidden",
  39. "text-overflow" : "ellipsis",
  40. "white-space":"nowrap",
  41. "font-family": "MicrosoftYaHei",
  42. "font-size": "16px",
  43. "color": "#333333"
  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_Profile/$Main/newVersion/icon_off.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": "Microsoft YaHei",
  121. "overflow" : "hidden",
  122. "position" : "relative"
  123. },
  124. "formTableContainer" : {
  125. "width" : "85%",
  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": "40px",
  174. "width": "180px",
  175. "border-radius": "100px",
  176. "background": "#4A90E2",
  177. "line-height": "40px",
  178. "text-align": "center",
  179. "cursor": "pointer",
  180. "float": "left",
  181. "margin": "0 0 10px 10px",
  182. "float" : "right",
  183. "color" : "#FFFFFF",
  184. "font-size" : "16px",
  185. "font-family": "MicrosoftYaHei"
  186. },
  187. "formCancelActionNode" : {
  188. "height": "40px",
  189. "width": "120px",
  190. "border-radius": "100px",
  191. "background": "#F0F0F0",
  192. "line-height": "40px",
  193. "text-align": "center",
  194. "cursor": "pointer",
  195. "float": "left",
  196. "margin": "0 60px 10px 10px",
  197. "float" : "right",
  198. "color" : "#666666",
  199. "font-size" : "16px",
  200. "font-family": "MicrosoftYaHei"
  201. },
  202. "colorNode" : {
  203. "float" : "left",
  204. "border-radius" : "4px",
  205. "width" : "20px",
  206. "height" : "20px",
  207. "margin-right" : "10px",
  208. "cursor" : "pointer",
  209. "background-image" : "none",
  210. "background-repeat" : "no-repeat",
  211. "background-position" : " 50%"
  212. },
  213. "colorNode_current" : {
  214. "background-image" : "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAABGdBTUEAALGPC/xhBQAAAK1JREFUKBWVjzEKwkAURBMiimBvY2NjZWWVU+RU1mnTpkhhm0YsvYaNIDYpUgRygM2bsLuoZCEOPPbv/JkNiaI/ZIzZwh1Os2uEd/AA6TqrSHAPTzWQvrgZiwzL0AvsDvAG6QZrV8q4vOD4W5YHDUg1rHyGSyUXteB/WrP1OMwFFr6kASOBEqQOUotmSbvkq+QuLGIoQOotmuXFLhc8CeVKW+XB4NSC0llM7T69AcWO0hZLcgV4AAAAAElFTkSuQmCC)",
  215. "background-repeat" : "no-repeat",
  216. "background-position" : " 50%"
  217. },
  218. "inputText": {
  219. //"width": "99%",
  220. // "border":"1px solid #ccc",
  221. //"background-color":"#FFF",
  222. //"height": "30px",
  223. //"font-size": "16px",
  224. //"border-radius" : "4px"
  225. "border": "1px solid #999",
  226. "box-shadow": "0 0 0 #999",
  227. "width": "99%",
  228. "height": "20px",
  229. "line-height": "20px",
  230. "background-color": "#FFF",
  231. "margin-top": "4px",
  232. "color": "#666",
  233. "overflow": "hidden",
  234. "font-size": "16px",
  235. "background-color": "white"
  236. },
  237. "inputTime" : {
  238. "border-radius" : "100px",
  239. "overflow" : "hidden",
  240. "background" : "url(../x_component_Profile/$Main/newVersion/icon_triangle_down.png) 98% center no-repeat",
  241. "border": "1px solid #DEDEDE",
  242. "width": "200px",
  243. "height": "36px",
  244. "line-height": "36px",
  245. "background-color": "#FFFFFF",
  246. "color": "#666666",
  247. "font-size": "14px",
  248. "margin": "0 5px 10px 0",
  249. "padding": "0 5px",
  250. "background-color": "white",
  251. "font-family": "MicrosoftYaHei",
  252. "cursor": "pointer"
  253. },
  254. "inputTimeUnformatWidth" : {
  255. "border-radius" : "100px",
  256. "overflow" : "hidden",
  257. "background" : "url(../x_component_Profile/$Main/newVersion/icon_triangle_down.png) 98% center no-repeat",
  258. "border": "1px solid #DEDEDE",
  259. "width": "100px",
  260. "height": "36px",
  261. "line-height": "36px",
  262. "background-color": "#FFFFFF",
  263. "color": "#666666",
  264. "font-size": "14px",
  265. "margin": "0 0 10px 5px",
  266. "padding": "0 5px",
  267. "background-color": "white",
  268. "font-family": "MicrosoftYaHei",
  269. "cursor": "pointer"
  270. },
  271. "inputPerson" : {
  272. "border-radius" : "100px",
  273. "overflow" : "hidden",
  274. "background" : "url(../x_component_Profile/$Main/newVersion/icon_choose_people.png) 98% center no-repeat",
  275. "border": "1px solid #DEDEDE",
  276. "width": "310px",
  277. "height": "36px",
  278. "line-height": "36px",
  279. "background-color": "#FFFFFF",
  280. "color": "#666666",
  281. "font-family": "MicrosoftYaHei",
  282. "font-size": "14px",
  283. "margin": "0 0 10px 0",
  284. "padding": "0 5px",
  285. "background-color": "white",
  286. "cursor": "pointer"
  287. },
  288. "inputTextarea" : {
  289. "width": "99%",
  290. "border-radius" : "4px",
  291. "border":"1px solid #ccc",
  292. "background-color":"#FFF",
  293. "height": "80px"
  294. },
  295. "inputCheckbox" : {
  296. "float" : "left",
  297. "margin-right" : "12px"
  298. },
  299. "inputRadio" : {
  300. "float" : "left",
  301. "margin-right" : "12px"
  302. },
  303. "inputSelect" : {
  304. "width": "99%",
  305. "border-radius" : "4px",
  306. "border":"1px solid #ccc",
  307. "background-color":"#FFF",
  308. "font-size": "16px",
  309. "height": "30px"
  310. },
  311. "inputSelectUnformatWidth" : {
  312. "margin-right":"5px",
  313. "border-radius" : "4px",
  314. "border":"1px solid #ccc",
  315. "background-color":"#FFF",
  316. "font-size": "16px",
  317. "height": "30px"
  318. },
  319. "inputButton" : {
  320. "background": "#3C76B7",
  321. "border-radius": "4px",
  322. "padding" : "0px 10px",
  323. "line-height" : "30px",
  324. "height" : "30px",
  325. "border" : "0px",
  326. "color" : "#fff",
  327. "cursor" : "pointer",
  328. "font-size" : "14px"
  329. },
  330. "inputAcceptButton" : {
  331. "background-color": "#3C76B7",
  332. "border-radius": "4px",
  333. "padding" : "0px 10px",
  334. "line-height" : "30px",
  335. "height" : "30px",
  336. "border" : "0px",
  337. "color" : "#fff",
  338. "cursor" : "pointer",
  339. "float" : "left",
  340. "font-size" : "14px"
  341. },
  342. "inputDenyButton" : {
  343. "background-color": "#f0f0f0",
  344. "border-radius": "4px",
  345. "padding" : "0px 10px",
  346. "float" : "left",
  347. "line-height" : "30px",
  348. "height" : "30px",
  349. "border" : "0px",
  350. "color" : "#666",
  351. "cursor" : "pointer",
  352. "font-size" : "14px"
  353. },
  354. "inputOkButton" : {
  355. "background": "#3C76B7",
  356. "border-radius": "4px",
  357. "width" : "250px",
  358. "height" : "40px",
  359. "border" : "0px",
  360. "color" : "#fff",
  361. "cursor" : "pointer",
  362. "font-size" : "18px"
  363. },
  364. "inputCancelButton" : {
  365. "background": "#f0f0f0",
  366. "border-radius": "4px",
  367. "width" : "130px",
  368. "height" : "40px",
  369. "color" : "#666",
  370. "border" : "0px",
  371. "margin-left" : "20px",
  372. "font-size" : "18px",
  373. "cursor" : "pointer"
  374. },
  375. "inputA" : {
  376. "color" : "#3C76B7",
  377. "cursor" : "pointer"
  378. },
  379. "formTable" : {
  380. //"margin-top" : "10px"
  381. },
  382. "formTableHead" : {
  383. "height": "50px",
  384. "line-height": "50px",
  385. "text-align": "center",
  386. "min-width": "80px",
  387. "font-size":"20px",
  388. "font-weight": "bold"
  389. },
  390. "formTableTitle" : {
  391. "color" : "#333",
  392. "font-size": "16px",
  393. "padding": "0px 20px 0px 0px",
  394. "height" : "35px",
  395. "line-height" : "35px",
  396. "text-align": "left"
  397. },
  398. "formTableTitleRight": {
  399. //"color" : "#333",
  400. //"font-size": "16px",
  401. //"padding": "0px 20px 0px 0px",
  402. //"height" : "35px",
  403. //"line-height" : "35px",
  404. //"text-align": "right"
  405. "width": "118px",
  406. "height": "36px",
  407. "font-size": "14px",
  408. "line-height": "36px",
  409. "margin-bottom": "10px",
  410. "color": "#333333",
  411. "float": "left",
  412. "font-family": "MicrosoftYaHei"
  413. },
  414. "formTableTitle2" : {
  415. "color" : "#333",
  416. "font-size": "16px",
  417. "padding": "0px 10px 0px 20px",
  418. "height" : "35px",
  419. "line-height" : "35px",
  420. "text-align": "left"
  421. },
  422. "formTableValue" : {
  423. "text-align": "left",
  424. "font-size" : "16px"
  425. },
  426. "formTableValue div" : {
  427. "background":"#fff"
  428. },
  429. "formTableValueTop20" : {
  430. "padding-top" : "20px",
  431. "text-align": "left"
  432. },
  433. "formTableTitleDiv" : {
  434. "font-weight" : "bold"
  435. },
  436. "formTableValueDiv" : {
  437. "min-height" : "40px",
  438. "line-height" : "22px"
  439. },
  440. "formTableInlineValueDiv" : {
  441. "float" : "left",
  442. "margin-right" : "10px"
  443. },
  444. "warmMessageNode" : {
  445. "margin-top" : "10px",
  446. "font-size": "16px",
  447. "color":"#ff5c42",
  448. "padding-left": "20px",
  449. "background" : "url(../x_component_Template/$MForm/o2platform/icon/icon_warning.png) left center no-repeat"
  450. },
  451. "warningMessageNode" : {
  452. "margin-top" : "10px",
  453. "font-size": "16px",
  454. "color":"#ff5c42",
  455. "padding-left": "20px",
  456. "background" : "url(../x_component_Template/$MForm/o2platform/icon/icon_warning.png) left center no-repeat"
  457. },
  458. "showNode": {
  459. "width":"274px",
  460. "min-height": "36px",
  461. "overflow": "hidden",
  462. "float":"right"
  463. },
  464. "selectNode":{
  465. "float":"right",
  466. "height":"16px",
  467. "width":"16px",
  468. "cursor":"pointer",
  469. "margin":"10px 20px 10px 10px",
  470. "background":"url(../x_component_Profile/$Main/newVersion/icon_zengjia_blue2.png) center center no-repeat"
  471. }
  472. }