css.wcss 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590
  1. {
  2. "container" : {
  3. "width": "100%", "height": "100%", "overflow": "hidden",
  4. "-webkit-user-select": "text",
  5. "-moz-user-select": "text",
  6. "background-color" : "#f7f7f7"
  7. },
  8. "contentContainer" : {
  9. "overflow-x" : "hidden",
  10. "overflow-y" : "scroll"
  11. },
  12. "contentContainer_flow" : {
  13. "overflow-x" : "hidden",
  14. "overflow-y" : "hidden"
  15. },
  16. "monthNode" : {
  17. "border" : "1px solid #ccc",
  18. "margin" : "10px",
  19. "border-radius" : "5px"
  20. },
  21. "monthTitleNode" : {
  22. "height" : "40px",
  23. "line-height" : "40px",
  24. "color" : "#fff",
  25. "background-color" : "#99ccff",
  26. "text-align" : "center",
  27. "font-size" : "16px",
  28. "margin-bottom" : "20px"
  29. },
  30. "topNode" : {
  31. "font-family": "Microsoft YaHei",
  32. "color" : "#999",
  33. "background-color" : "#fff",
  34. "overflow" : "hidden",
  35. "padding-top" : "10px",
  36. //"padding-left" : "10px",
  37. "padding-bottom" : "10px",
  38. "width" : "1200px",
  39. "height" : "20px",
  40. "line-height" : "20px",
  41. "margin" : "0px auto"
  42. },
  43. "topTitleMiddleNode" : {
  44. "float" : "left",
  45. "height" : "20px",
  46. "line-height" : "20px"
  47. },
  48. "topItemTitleNode" : {
  49. //"height": "35px",
  50. //"line-height" :"35px",
  51. "font-size": "14px",
  52. "margin-left" : "6px",
  53. "padding-left" : "10px",
  54. "padding-right" : "10px",
  55. "float" : "left",
  56. "cursor" : "pointer"
  57. },
  58. "topItemTitleLastNode" : {
  59. //"height": "35px",
  60. //"line-height" :"35px",
  61. "color" : "#3c76b6",
  62. "font-size": "14px",
  63. "padding-left" : "10px",
  64. "padding-right" : "10px",
  65. "float" : "left",
  66. "cursor" : "pointer"
  67. },
  68. "topItemSepNode" : {
  69. "float" : "left",
  70. "font-size" : "16px",
  71. "width" : "10px",
  72. "height" : "20px",
  73. "line-height" : "20px"
  74. },
  75. "middleNode" : {
  76. // "width" : "1200px",
  77. "overflow" : "hidden"
  78. // "background-color" : "#f7f7f7",
  79. // "margin" : "0px auto 0px auto"
  80. },
  81. "mainContentNode" : {
  82. "overflow" : "hidden",
  83. "background-color" : "#fff",
  84. "margin" : "0px auto 0px auto"
  85. },
  86. "inforNode" : {
  87. "padding" : "15px 0px 10px 0px",
  88. "background-color" : "#fff"
  89. },
  90. "selectNode" : {
  91. "padding" : "15px",
  92. "padding-left" : "30px",
  93. "background-color" : "#fff"
  94. },
  95. "customWorkTopNode" : {
  96. "height" : "50px",
  97. "line-height" : "50px",
  98. "background-color" : "#f0f0f0",
  99. "border-top-left-radius" : "5px",
  100. "border-top-right-radius" : "5px",
  101. "border-left" : "7px solid #4a90e2",
  102. "padding-left" : "20px",
  103. "font-size" : "16px",
  104. "color" : "#666"
  105. },
  106. "normalButton" : {
  107. "font-size" : "12px",
  108. "background-color" : "#dbedef",
  109. "border" : "1px solid #a2bfc8",
  110. "height" : "28px",
  111. "color" : "#386e8b",
  112. "cursor" : "pointer"
  113. },
  114. "showMeasureNode" : {
  115. "float" : "right",
  116. "font-size" : "12px",
  117. "background-color" : "#dbedef",
  118. "border" : "1px solid #a2bfc8",
  119. "height" : "28px",
  120. "color" : "#386e8b",
  121. "cursor" : "pointer"
  122. },
  123. "showMeasureNode2" : {
  124. "display" : "block",
  125. "font-size" : "12px",
  126. "margin" : "5px auto 0px auto",
  127. "background-color" : "#dbedef",
  128. "border" : "1px solid #a2bfc8",
  129. "height" : "28px",
  130. "color" : "#386e8b",
  131. "cursor" : "pointer"
  132. },
  133. "keyWorkNode" : {
  134. "border-radius" : "5px",
  135. "border-left" : "1px solid #ccc",
  136. "border-top" : "1px solid #ccc",
  137. "border-right" : "1px solid #ccc",
  138. "border-bottom" : "1px solid #ccc",
  139. "margin" : "0px 30px 30px 30px"
  140. },
  141. "keyWorkTitleInput" : {
  142. "width" : "750px",
  143. "padding" : "0px 5px",
  144. "height" : "32px",
  145. "line-height" : "32px",
  146. "font-size" : "12px",
  147. "border" : "1px solid #d8d5d5",
  148. "box-shadow" : "0 2px 5px #eae8e9 inset",
  149. "float" : "left"
  150. },
  151. "keyWorkTopNode" : {
  152. "padding-top" : "13px",
  153. "padding-bottom" : "13px",
  154. "line-height" : "24px",
  155. "background-color" : "#f0f0f0",
  156. "border-top-left-radius" : "5px",
  157. "border-top-right-radius" : "5px",
  158. //"border-left" : "7px solid #4a90e2",
  159. "padding-left" : "5px",
  160. "font-size" : "16px",
  161. "color" : "#666",
  162. "overflow" : "hidden"
  163. },
  164. "keyWorkTopTextNode_ext" : {
  165. "line-height" : "40px",
  166. "padding-left" : "10px",
  167. "float" : "left"
  168. },
  169. "keyWorkTopNode_ext" : {
  170. "padding-top" : "5px",
  171. "padding-bottom" : "5px",
  172. "line-height" : "30px",
  173. "background-color" : "#f0f0f0",
  174. "border-top-left-radius" : "5px",
  175. "border-top-right-radius" : "5px",
  176. //"border-left" : "7px solid #4a90e2",
  177. "padding-left" : "5px",
  178. "font-size" : "16px",
  179. "color" : "#666",
  180. "overflow" : "hidden"
  181. },
  182. "keyWorkTopAction_ext" : {
  183. "height" : "30px",
  184. "margin-top" : "5px",
  185. "line-height" : "30px",
  186. "padding" : "0px 10px 0px 35px",
  187. "background" : "url(/x_component_Report/$Explorer/default/icon/icon_add2.png) no-repeat 10px center", //icon_zengjia_click2
  188. "color" : "#4a90e2",
  189. "border" : "1px dotted #4a90e2",
  190. "border-radius" : "2px",
  191. "float" : "right",
  192. "margin-right" : "20px",
  193. "font-size" : "14px",
  194. "cursor" : "pointer"
  195. },
  196. "keyWorkTopAction_ext_over" : {
  197. "background" : "url(/x_component_Report/$Explorer/default/icon/icon_zengjia_click2.png) no-repeat 10px center",
  198. "background-color" : "#4898F3",
  199. "color" : "#fff"
  200. },
  201. "keyWorkTopIconNode" : {
  202. "margin-top" : "18px",
  203. "width" : "16px",
  204. "height" : "16px",
  205. "float" : "left",
  206. "background" : "url(/x_component_Report/$StrategyExplorer/default/icon/icon_biao.png) no-repeat center center"
  207. },
  208. "keyWorkTopTextNode" : {
  209. "padding-left" : "10px",
  210. "float" : "left"
  211. },
  212. "listContainer" : {
  213. //"margin-bottom" : "15px",
  214. //"padding-bottom" : "15px",
  215. //"border-top" : "1px solid #ccc",
  216. "padding-bottom" : "10px",
  217. "padding-left" : "20px",
  218. "border-bottom-left-radius" : "5px",
  219. "border-bottom-right-radius" : "5px",
  220. "background-color" : "#fff"
  221. },
  222. "listMeasureTop" : {
  223. "height" : "40px",
  224. "line-height" : "40px",
  225. "background-color" : "#fff",
  226. "padding-left" : "20px",
  227. "font-size" : "14px",
  228. "color" : "#666"
  229. },
  230. "measureContentNode" : {
  231. "padding-left" : "10px"
  232. },
  233. "itemMeasureNode" : {
  234. "color" : "#666",
  235. "background-color" : "#fff",
  236. "padding" : "0px 10px 0px 0px",
  237. "overflow" : "hidden"
  238. //"margin-top" : "15px"
  239. },
  240. "itemMeasureIconNode" : {
  241. "margin-top" : "2px",
  242. "margin-left" : "2px",
  243. "width" : "16px",
  244. "height" : "24px",
  245. "float" : "left",
  246. "background" : "url(/x_component_Report/$StrategyExplorer/default/icon/icon_biao.png) no-repeat center center"
  247. },
  248. "itemMeasureTextNode" : {
  249. "padding-left" : "10px",
  250. "line-height" : "24px",
  251. "float" : "left"
  252. },
  253. "listTop" : {
  254. "height" : "40px",
  255. "line-height" : "40px",
  256. //"background-color" : "#f7f7f7",
  257. "font-size" : "14px",
  258. "color" : "#666"
  259. },
  260. "listTopAction" : {
  261. "height" : "30px",
  262. "margin-top" : "5px",
  263. "line-height" : "30px",
  264. "padding" : "0px 10px 0px 35px",
  265. "background" : "url(/x_component_Report/$Explorer/default/icon/icon_add2.png) no-repeat 10px center", //icon_zengjia_click2
  266. "color" : "#4a90e2",
  267. "border" : "1px dotted #4a90e2",
  268. "border-radius" : "2px",
  269. "float" : "right",
  270. "margin-right" : "20px",
  271. "font-size" : "14px",
  272. "cursor" : "pointer"
  273. },
  274. "listTopAction_over" : {
  275. "background" : "url(/x_component_Report/$Explorer/default/icon/icon_zengjia_click2.png) no-repeat 10px center",
  276. "background-color" : "#4898F3",
  277. "color" : "#fff"
  278. },
  279. "listAddActionContainer" : {
  280. "margin" : "15px 15px 0px 15px",
  281. "border-radius" : "5px",
  282. "height" : "40px",
  283. "line-height" : "40px",
  284. "border" : "1px dotted #4a90e2",
  285. "background-color" : "#fff",
  286. "cursor" : "pointer"
  287. },
  288. "listAddActionContainer_over" : {
  289. "background-color" : "#4898F3"
  290. },
  291. "listAddAction" : {
  292. "font-size" : "14px",
  293. "margin" : "0px auto",
  294. "width" : "100px",
  295. "padding-left" : "30px",
  296. "background" : "url(/x_component_Report/$Explorer/default/icon/icon_add2.png) no-repeat 10px center",
  297. "color" : "#4a90e2"
  298. },
  299. "listAddAction_over" : {
  300. "background" : "url(/x_component_Report/$Explorer/default/icon/icon_zengjia_click2.png) no-repeat 10px center",
  301. "color" : "#fff"
  302. },
  303. "listNode" : {
  304. "background-color" : "#f8f8f8",
  305. "margin" : "0px 15px 0px 15px"
  306. //"margin-bottom" : "15px"
  307. },
  308. "tagContainer" :{
  309. "margin-top" : "5px",
  310. "background-color" : "#fff",
  311. "padding" : "5px 20px",
  312. "overflow" : "hidden"
  313. },
  314. "tagNode" : {
  315. "cursor" : "pointer",
  316. "margin" : "5px 5px",
  317. "color" : "#4a90e2",
  318. "line-height" : "24px",
  319. "font-size" : "14px",
  320. "padding" : "0px 10px",
  321. "border" : "1px solid #4a90e2",
  322. "background-color" : "#fff",
  323. "float" : "left"
  324. },
  325. "tagNode_over" : {
  326. "color" : "#fff",
  327. "background-color" : "#4a90e2",
  328. "border" : "1px solid #4a90e2"
  329. },
  330. "tagNode_current" : {
  331. "cursor" : "pointer",
  332. "margin" : "5px 5px",
  333. "line-height" : "24px",
  334. "font-size" : "14px",
  335. "padding" : "0px 10px",
  336. "float" : "left",
  337. "color" : "#fff",
  338. "background-color" : "#4a90e2",
  339. "border" : "1px solid #4a90e2"
  340. },
  341. "itemNode" : {
  342. "background-color" : "#fff",
  343. "margin" : "0px 0px",
  344. "padding" : "0px 10px 0px 0px"//,
  345. //"margin-top" : "15px"
  346. },
  347. "itemSortCloneNode" : {
  348. "border":"1px dotted #000"
  349. },
  350. "itemTitleNode" : {
  351. "font-size" : "14px",
  352. "color" : "#333",
  353. "float" : "left"
  354. },
  355. "itemTitleNode_over" : {
  356. "color" : "#4a90e2"
  357. },
  358. "itemContentNode" : {
  359. "font-size" : "14px",
  360. "color" : "#666",
  361. "line-height" : "24px",
  362. "overflow" : "hidden"
  363. },
  364. "itemPersonNode2" : {
  365. "font-size" : "14px",
  366. "color" : "#333",
  367. "line-height" : "24px"
  368. },
  369. "itemPersonNode" : {
  370. "font-size" : "14px",
  371. "color" : "#333",
  372. "line-height" : "24px",
  373. "float" : "left"
  374. },
  375. "itemDescriptionNode2" : {
  376. "font-size" : "14px",
  377. "color" : "#666",
  378. "line-height" : "24px"
  379. },
  380. "itemDescriptionNode" : {
  381. "font-size" : "14px",
  382. "color" : "#666",
  383. "line-height" : "24px",
  384. "float" : "left"
  385. },
  386. "itemTagNode" : {
  387. "color" : "#4a90e2",
  388. "line-height" : "24px",
  389. "font-size" : "12px",
  390. "padding" : "0px 10px",
  391. "border" : "1px dotted #4a90e2",
  392. "float" : "right"
  393. },
  394. "itemDateNode" : {
  395. "margin-left" : "10px",
  396. "font-size" : "14px",
  397. "line-height" : "24px",
  398. "color" : "#999"
  399. },
  400. "itemActionBar" : {
  401. // "position" : "absolute",
  402. // "top" : "10px",
  403. // "right" : "10px",
  404. // "width" : "100px",
  405. // "height" : "30px",
  406. // "overflow" : "hidden"
  407. },
  408. "action_view" : {
  409. "float" : "left",
  410. "padding-right" : "10px",
  411. "width" : "16px",
  412. "height" : "16px",
  413. "background" : "url(/x_component_Report/$Explorer/default/icon/icon_chakan.png) no-repeat center center"
  414. },
  415. "action_view_over" : {
  416. "background" : "url(/x_component_Report/$Explorer/default/icon/icon_chakan_click.png) no-repeat center center"
  417. },
  418. "action_edit" : {
  419. "cursor" : "pointer",
  420. "float" : "left",
  421. "padding-right" : "10px",
  422. "width" : "16px",
  423. "height" : "16px",
  424. "background" : "url(/x_component_Report/$Explorer/default/icon/icon_bianji.png) no-repeat center center"
  425. },
  426. "action_edit_over" : {
  427. "background" : "url(/x_component_Report/$Explorer/default/icon/icon_bianji_click.png) no-repeat center center"
  428. },
  429. "action_remove" : {
  430. "cursor" : "pointer",
  431. "float" : "left",
  432. "padding-right" : "10px",
  433. "width" : "16px",
  434. "height" : "16px",
  435. "background" : "url(/x_component_Report/$Explorer/default/icon/icon_delete_grey.png) no-repeat center center"
  436. },
  437. "action_remove_over" : {
  438. "background" : "url(/x_component_Report/$Explorer/default/icon/icon_delete_blue_click2.png) no-repeat center center"
  439. },
  440. "keyWorkContainer" : {
  441. "padding-bottom" : "10px"
  442. },
  443. "deplymentNode" : {
  444. "background-color" : "#fff"
  445. },
  446. "personDeployNode" : {
  447. "margin-bottom" : "20px"
  448. },
  449. "keyWorkTitle" : {
  450. "margin" : "20px auto 0px auto",
  451. "width" : "84%",
  452. "color" : "#666"
  453. },
  454. "keyworkDepory" : {
  455. "display" : "inline-block",
  456. "overflow" : "hidden"
  457. },
  458. "keyWorkIconNode" : {
  459. "margin-top" : "2px",
  460. "width" : "16px",
  461. "height" : "16px",
  462. "float" : "left",
  463. "background" : "url(/x_component_Report/$StrategyExplorer/default/icon/icon_biao.png) no-repeat center center"
  464. },
  465. "keyWorkTextNode" : {
  466. "padding-left" : "10px",
  467. "float" : "left"
  468. },
  469. "measureDeployNode" : {
  470. "margin-top" : "10px"
  471. },
  472. "warmMessageNode" : {
  473. //"margin-top" : "10px",
  474. "font-size": "14px",
  475. "color":"#ff5c42",
  476. "padding-left": "20px",
  477. "background" : "url(/x_component_Template/$MForm/o2platform/icon/icon_warning.png) left center no-repeat"
  478. },
  479. "warningMessageNode" : {
  480. //"margin-top" : "10px",
  481. "font-size": "12px",
  482. "color":"#ff5c42",
  483. "padding-left": "20px",
  484. "background" : "url(/x_component_Template/$MForm/o2platform/icon/icon_warning.png) left center no-repeat"
  485. },
  486. "measureIconNode" : {
  487. "margin-top" : "1px",
  488. "width" : "16px",
  489. "height" : "16px",
  490. "float" : "left",
  491. "background" : "url(/x_component_Report/$StrategyExplorer/default/icon/icon_biao.png) no-repeat center center"
  492. },
  493. "measuresDescribeNode" : {
  494. "margin-left" : "36px",
  495. "color" : "#888"
  496. },
  497. "formTable" : {
  498. "border-collapse" : "collapse",
  499. "margin": "0px auto",
  500. "margin-bottom" : "15px",
  501. "line-height" : "120%"
  502. //"margin-top" : "10px"
  503. },
  504. "formTableHead" : {
  505. "height": "50px",
  506. "line-height": "50px",
  507. "text-align": "center",
  508. "min-width": "80px",
  509. "font-size":"20px",
  510. "font-weight": "bold"
  511. },
  512. "formTableTitle" : {
  513. "border":"1px solid #d8d5d5",
  514. "background-color" : "#effafe",
  515. "color" : "#444",
  516. "font-size": "12px",
  517. "height" : "30px",
  518. "line-height" : "30px",
  519. "font-weight" : "bold",
  520. "text-align": "center"
  521. },
  522. "formTableValue" : {
  523. "border" : "1px solid #d8d5d5",
  524. "color" : "#444",
  525. "font-size": "12px",
  526. "font-weight" : "400",
  527. "text-align": "left"
  528. },
  529. "textarea" : {
  530. "border":"1px solid #d8d5d5",
  531. "margin" : "10px auto 5px auto",
  532. "width":"98%",
  533. "height":"62px",
  534. "font-size" : "12px",
  535. "padding": "2px 2px",
  536. "box-shadow":"0 2px 5px #eae8e9 inset"
  537. },
  538. "textinput" : {
  539. "width":"98%",
  540. "padding" : "0px 5px",
  541. "margin" : "10px auto 5px auto",
  542. "height" : "32px",
  543. "line-height" : "32px",
  544. "font-size" : "12px",
  545. "border" : "1px solid #d8d5d5",
  546. "box-shadow" : "0 2px 5px #eae8e9 inset"
  547. },
  548. "addButton" : {
  549. "color" : "#386e8b",
  550. "border" : "1px solid #a2bfc8",
  551. "background-color" : "#dbedef",
  552. "padding": "4px 4px",
  553. "font-size" : "12px",
  554. "cursor" : "pointer"
  555. },
  556. "descriptionNode" : {
  557. "color" : "#386e8b",
  558. "border" : "1px solid #a2bfc8",
  559. "background-color" : "#dbedef",
  560. "text-align" : "center",
  561. "line-height" : "24px",
  562. "width" : "32px",
  563. "font-size" : "12px",
  564. "cursor" : "pointer"
  565. },
  566. "selectMeasureAction" : {
  567. "margin-left" : "3px",
  568. "font-size" : "12px",
  569. "background-color" : "#dbedef",
  570. "border" : "1px solid #a2bfc8",
  571. "height" : "28px",
  572. "color" : "#386e8b",
  573. "cursor" : "pointer"
  574. },
  575. "setRead" : {
  576. "padding" : "0px 15px",
  577. "font-size" : "14px",
  578. "background-color" : "#dbedef",
  579. "border" : "1px solid #a2bfc8",
  580. "height" : "32px",
  581. "color" : "#386e8b",
  582. "cursor" : "pointer"
  583. }
  584. }