css.wcss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  1. {
  2. "templateDiv":{
  3. "height":"30px",
  4. "line-height":"30px",
  5. "margin-bottom":"5px"
  6. },
  7. "templateText":{
  8. "color":"#3c76b7",
  9. "cursor":"pointer",
  10. "text-decoration":"underline"
  11. },
  12. "input":{
  13. "width": "300px",
  14. "height": "25px",
  15. "margin-bottom":"5px",
  16. "font-size": "12px",
  17. "opacity": "0.5",
  18. "filter": "alpha(opacity=50)",
  19. "cursor": "pointer",
  20. "margin-bottom":"5px"
  21. },
  22. "sheetDiv":{
  23. "height":"30px",
  24. "width":"100px",
  25. "margin-bottom":"5px"
  26. },
  27. "importAction":{
  28. "height":"20px",
  29. "width":"50px",
  30. "float":"left",
  31. "line-height":"20px",
  32. "background-color":"#4990E2",
  33. "font-size":"14px",
  34. "color":"#ffffff",
  35. "border": "1px solid #4990E2",
  36. "border-radius": "2px",
  37. "cursor":"pointer",
  38. "text-align":"center",
  39. "margin-left":"50px",
  40. "margin-top":"15px"
  41. },
  42. "closeAction":{
  43. "height":"20px",
  44. "width":"50px",
  45. "float":"left",
  46. "line-height":"20px",
  47. "background-color":"#4990E2",
  48. "font-size":"14px",
  49. "color":"#ffffff",
  50. "border": "1px solid #4990E2",
  51. "border-radius": "2px",
  52. "cursor":"pointer",
  53. "text-align":"center",
  54. "margin-left":"50px",
  55. "margin-top":"15px"
  56. },
  57. "actionContent":{
  58. "width":"100%",
  59. "height":"80px"
  60. },
  61. "actionBar":{
  62. "height":"42px",
  63. "width":"60%",
  64. "margin":"0px auto",
  65. "padding-top":"19px",
  66. "min-width":"760px"
  67. },
  68. "saveAction":{
  69. "float":"left",
  70. "width":"150px",
  71. "height":"40px",
  72. "line-height":"40px",
  73. "background-color":"#4990E2",
  74. "font-size":"18px",
  75. "color":"#ffffff",
  76. "border": "1px solid #4990E2",
  77. "border-radius": "2px",
  78. "cursor":"pointer",
  79. "text-align":"center",
  80. "margin-left":"200px"
  81. },
  82. "cancelAction":{
  83. "float":"left",
  84. "width":"150px",
  85. "height":"40px",
  86. "line-height":"40px",
  87. "font-size":"18px",
  88. "background-color":"#F8F8F8",
  89. "color":"#666666",
  90. "border": "1px solid #CCCCCC",
  91. "border-radius": "2px",
  92. "text-align":"center",
  93. "cursor":"pointer",
  94. "margin-left":"100px"
  95. },
  96. "formMaskNode": {
  97. "width": "100%",
  98. "height": "100%",
  99. "opacity": 0.6,
  100. "position": "absolute",
  101. "background-color": "#CCC",
  102. "top": "0px",
  103. "left": "0px"
  104. },
  105. "formAreaNode": {
  106. "position": "absolute",
  107. "opacity": 0,
  108. "top": "0px"
  109. },
  110. "formNode": {
  111. "background-color": "#FFF",
  112. "box-shadow": "0px 0px 10px #999",
  113. "margin": "auto",
  114. "overflow": "hidden"
  115. },
  116. "formTopNode": {
  117. "color" : "#333",
  118. "height": "30px",
  119. "background-color": "#F8F8F8",
  120. "border-bottom":"1px solid #CCCCCC",
  121. "box-shadow": "0px 0px 1px 0px #cccccc",
  122. "line-height": "30px",
  123. "font-size": "14px",
  124. "text-align": "left"
  125. },
  126. "formTopIconNode" : {
  127. "width": "30px",
  128. "height": "30px",
  129. "float": "left",
  130. "background": "url('/x_component_Strategy/$Main/default/icon/importtitle.png') no-repeat center center"
  131. },
  132. "formTopTextNode" : {
  133. "margin-left":"2px",
  134. "color":"#666",
  135. "font-size": "14px",
  136. "float": "left",
  137. /*"width":"500px", */
  138. "overflow": "hidden",
  139. "text-overflow": "ellipsis",
  140. "white-space": "nowrap"
  141. },
  142. "formTopMaxActionNode": {
  143. "width": "24px",
  144. "height" : "30px",
  145. "line-height" : "50px",
  146. "float": "right",
  147. "background": "url(/x_component_Template/$MPopupForm/meeting/icon/icon_max.png) no-repeat center center",
  148. "cursor": "pointer"
  149. },
  150. "formTopRestoreActionNode": {
  151. "display" : "none",
  152. "width": "24px",
  153. "height" : "30px",
  154. "line-height" : "50px",
  155. "float": "right",
  156. "background": "url(/x_component_Template/$MPopupForm/meeting/icon/icon_restore.png) no-repeat center center",
  157. "cursor": "pointer"
  158. },
  159. "formTopCloseActionNode": {
  160. "width": "32px",
  161. "height": "30px",
  162. "float": "right",
  163. "padding-right" : "10px",
  164. "background-image": "url('/x_component_Strategy/$Main/default/icon/icon_off.png')",
  165. "background-repeat": "no-repeat",
  166. "background-position":"center",
  167. "cursor": "pointer"
  168. },
  169. "formTopContentNode" : {
  170. "float" : "right",
  171. "padding-right" : "10px",
  172. "text-align" : "right"
  173. },
  174. "formTopContentTitle" : {
  175. },
  176. "formTopContentValue" : {
  177. "padding-right" : "20px",
  178. "font-size": "12px"
  179. },
  180. "formNewNode": {
  181. "width": "47px",
  182. "height": "47px",
  183. "background": "url(/x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  184. },
  185. "formIconNode": {
  186. "width": "47px",
  187. "height": "47px"
  188. },
  189. "formEditNode": {
  190. "width": "47px",
  191. "height": "47px"
  192. },
  193. "formContentNode": {
  194. "border": "0px solid #666",
  195. "width": "100%",
  196. "margin": "auto",
  197. "font-size": "14px",
  198. "color": "#666",
  199. "font-family": "Microsoft YaHei",
  200. "overflow" : "hidden"
  201. },
  202. "formTableContainer" : {
  203. "margin": "0px 10px",
  204. "overflow" : "hidden",
  205. "positon" : "static"
  206. },
  207. "formTableArea":{
  208. "width":"60%",
  209. "margin":"20px auto 0px auto"
  210. },
  211. "formTableTitle":{
  212. "font-size":"16px",
  213. "padding-right":"30px",
  214. "text-align":"right",
  215. "width":"150px"
  216. },
  217. "formTableValue":{
  218. },
  219. "formBottomNode" : {
  220. "height" : "40px",
  221. "line-height" : "40px",
  222. "background-color" : "#3d77c1",
  223. "overflow" : "hidden",
  224. "padding-top" : "10px"
  225. },
  226. "formOkActionNode": {
  227. //"margin-top" : "5px",
  228. "height": "30px",
  229. "width": "75px",
  230. "cursor": "pointer",
  231. "float": "right",
  232. "line-height": "30px",
  233. "text-align": "center",
  234. "font-size": "16px",
  235. "font-family": "Microsoft YaHei",
  236. "border": "1px solid #3d77c1",
  237. "background-color" : "#5d97e1",
  238. "color": "#FFF",
  239. "margin-right": "20px",
  240. "box-shadow": "0px 0px 3px #5d97e1"
  241. },
  242. "formCancelActionNode": {
  243. //"margin-top" : "5px",
  244. "height": "30px",
  245. "width": "75px",
  246. "cursor": "pointer",
  247. "float": "right",
  248. "line-height": "30px",
  249. "text-align": "center",
  250. "font-size": "16px",
  251. "font-family": "Microsoft YaHei",
  252. "border": "1px solid #3d77c1",
  253. "background-color" : "#5d97e1",
  254. "color": "#FFF",
  255. "margin-right": "20px",
  256. "box-shadow": "0px 0px 3px #5d97e1"
  257. },
  258. "formActionNode": {
  259. //"margin-top" : "5px",
  260. "height": "30px",
  261. "width": "75px",
  262. "cursor": "pointer",
  263. "float": "left",
  264. "line-height": "30px",
  265. "text-align": "center",
  266. "font-size": "16px",
  267. "font-family": "Microsoft YaHei",
  268. "color": "#FFF",
  269. "margin-left": "10px",
  270. "margin-right": "20px"
  271. },
  272. "workContentArea" : {
  273. "margin" : "20px 10px",
  274. "min-height" : "100px",
  275. "border" : "1px solid #ccc",
  276. "position" : "relative"
  277. },
  278. "workContentTitleNode" : {
  279. "text-align" : "center",
  280. "position" : "absolute",
  281. "left" : "20px",
  282. "top" : "-10px",
  283. "background-color" : "#fff",
  284. "height" : "20px",
  285. "width" : "100px"
  286. },
  287. "workContentNode" : {
  288. "margin-top":"10px"
  289. },
  290. "centerWorkInforTable" : {
  291. },
  292. "centerWorkInforTitle" : {
  293. "padding-left" : "15px",
  294. "font-size" : "12px",
  295. "font-weight" : "bold",
  296. "color" : "#555",
  297. "width" : "80px"
  298. },
  299. "centerWorkInforValue" : {
  300. "color" : "#666",
  301. "text-align" : "left"
  302. },
  303. "centerWorkInforTitleDiv" : {
  304. "padding-left" : "10px",
  305. "font-size" : "12px",
  306. "font-weight" : "bold",
  307. "color" : "#555",
  308. "min-width" : "90px",
  309. "float" : "left"
  310. },
  311. "centerWorkInforValueDiv" : {
  312. "color" : "#666",
  313. "min-width" : "100px",
  314. "margin-right" : "40px",
  315. "float" : "left"
  316. },
  317. "viewHeadNode": {
  318. "width":"100%",
  319. "height": "20px",
  320. "background-color": "#fff",
  321. "color": "#666666",
  322. "line-height": "30px",
  323. "font-family": "Microsoft YaHei",
  324. "font-size": "14px"
  325. },
  326. "appointNode":{
  327. "background-image" :"url(/x_component_Execution/$Main/default/icon/appoint.png)",
  328. "width":"35px",
  329. "height":"35px",
  330. "display":"block",
  331. // "left":"-10px",
  332. // "top":"-15px",
  333. "margin-left":"-10px",
  334. "margin-top":"-33px",
  335. "position":"absolute",
  336. "display":"none"
  337. },
  338. "normalThNode" : {
  339. "background-color" : "#fff",
  340. "text-align":"center",
  341. "border-bottom": "1px solid #cfecf5",
  342. "font-weight" : "normal"
  343. },
  344. "sortIconNode" : {
  345. "height": "16px",
  346. "width": "16px",
  347. "line-height": "20px",
  348. "margin-top": "5px",
  349. //"float": "left",
  350. "display":"inline-block",
  351. "margin-right": "5px",
  352. "background-position" : "center center",
  353. "background-repeat" : "no-repeat",
  354. "background-image" : "url(/x_component_Template/$Explorer/default/icon/dblsort.gif)"
  355. },
  356. "sortIconNode_asc" : {
  357. "height": "16px",
  358. "width": "16px",
  359. "line-height": "20px",
  360. "margin-top": "5px",
  361. //"float": "left",
  362. "display":"inline-block",
  363. "margin-right": "5px",
  364. "background-position" : "center center",
  365. "background-repeat" : "no-repeat",
  366. "background-image" : "url(/x_component_Template/$Explorer/default/icon/dblasc.gif)"
  367. },
  368. "sortIconNode_desc" : {
  369. "height": "16px",
  370. "width": "16px",
  371. "line-height": "20px",
  372. "margin-top": "5px",
  373. //"float": "left",
  374. "display":"inline-block",
  375. "margin-right": "5px",
  376. "background-position" : "center center",
  377. "background-repeat" : "no-repeat",
  378. "background-image" : "url(/x_component_Template/$Explorer/default/icon/dbldesc.gif)"
  379. },
  380. "documentNode":{
  381. "min-height": "29px",
  382. "overflow": "hidden",
  383. "color": "#666666",
  384. //"line-height": "39px",
  385. "cursor": "pointer",
  386. "font-family": "Microsoft YaHei",
  387. "font-size": "12px",
  388. "background-color": "#fff"
  389. },
  390. "documentNode_noread": {
  391. "background-color": "#fcfcfc"
  392. },
  393. "documentNode_over": {
  394. "background-color": "#f5f6f7"
  395. },
  396. "documentNode_remove": {
  397. "background-color": "#ffcccc"
  398. },
  399. "documentActionNode": {
  400. "height": "20px",
  401. "width": "20px",
  402. "line-height": "20px",
  403. "color": "#0066cc",
  404. "cursor": "pointer",
  405. "margin-right": "5px"
  406. },
  407. "documentActionNode_over":{
  408. "color": "#003399"
  409. },
  410. "documentActionNode_down":{
  411. "color": "#000"
  412. },
  413. "normalTdNode" : {
  414. "min-height": "30px",
  415. "padding-left" : "10px",
  416. "text-align":"left",
  417. "overflow" : "hidden",
  418. //"font-weight" : "bold",
  419. //"border-top": "1px solid #FFF",
  420. "border-top": "1px dashed #cfecf5"
  421. },
  422. "normalTdCenterNode" : {
  423. "min-height": "30px",
  424. "padding-left" : "10px",
  425. "text-align":"center",
  426. "overflow" : "hidden",
  427. //"font-weight" : "bold",
  428. //"border-top": "1px solid #FFF",
  429. "border-top": "1px dashed #cfecf5"
  430. },
  431. "documentSubject" : {
  432. "font-size" : "14px",
  433. "font-weight" : "bold",
  434. "color" : "#003399"
  435. },
  436. "itemBlock" : {
  437. "overflow" : "hidden",
  438. "display" : "block"
  439. },
  440. "itemInLine" : {
  441. "float" : "left",
  442. "font-color" : "#888",
  443. "padding-right" : "10px",
  444. "padding-top" : "5px"
  445. },
  446. "titleTdNode" : {
  447. "font-size" : "16px",
  448. "font-weight" : "bold",
  449. "color" : "#ec6a1a",
  450. "border-top": "1px dashed #cfecf5"
  451. }
  452. }