css.wcss 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964
  1. {
  2. "rightContentNode": {
  3. "height": "100%",
  4. "margin-left": "200px",
  5. "overflow": "hidden",
  6. "background-color" : "#fff",
  7. "opacity": 1
  8. },
  9. "naviContainerNode": {
  10. "border-top" : "1px solid #fff",
  11. "border-right" : "1px solid #ddd",
  12. "float": "left",
  13. "overflow": "hidden",
  14. "width": "193px",
  15. "height": "100%",
  16. "background-color" : "#f7f7f7"
  17. },
  18. "leftTitleNode" : {
  19. "height" : "60px",
  20. "border-bottom" : "1px solid #ccc"
  21. },
  22. "titleIconAreaNode" : {
  23. "float": "left",
  24. "padding-top" :"15px",
  25. "margin-left" :"10px"
  26. },
  27. "titleIconNode": {
  28. "width": "32px",
  29. "height": "32px",
  30. "border-radius": "10px"
  31. },
  32. "titleContentNode" : {
  33. "width": "160px"
  34. },
  35. "titleTextNode": {
  36. "color": "#333",
  37. "font-size": "20px",
  38. "padding-top": "15px",
  39. "line-height": "30px",
  40. "height": "30px",
  41. "margin-left" : "50px",
  42. "width": "100px",
  43. "overflow" : "hidden"
  44. },
  45. "naviNode": {
  46. "position": "relative",
  47. "overflow": "hidden"
  48. },
  49. "newCalendarNode" : {
  50. "color" : "#666",
  51. "border" : "1px solid #ccc",
  52. "height" : "40px",
  53. "line-height" : "40px",
  54. "width" : "100px",
  55. "margin" : "15px 20px 0px 20px",
  56. "font-size" : "14px",
  57. "padding-left" : "50px",
  58. "background" : "url(/x_component_Calendar/$Main/default/icon/createCalendar.png) no-repeat 25px 12px",
  59. "cursor" : "pointer"
  60. },
  61. "newCalendarNode_over" : {
  62. "background" : "url(/x_component_Calendar/$Main/default/icon/createCalendar_over.png) no-repeat 25px 12px",
  63. "background-color" : "#fff",
  64. "color" : "#3c76b7"
  65. },
  66. "categoryNaviNode": {
  67. "overflow" : "hidden",
  68. "cursor" : "pointer",
  69. "color" : "#333",
  70. "height" : "40px",
  71. "font-weight" : "normal",
  72. "line-height" : "40px",
  73. "font-family": "Microsoft YaHei",
  74. "font-size": "15px",
  75. "background-color": "#f7f7f7"
  76. },
  77. "categoryNaviTextNode" : {
  78. "float" : "left",
  79. "font-size" : "16px",
  80. "margin-left" : "10px"
  81. },
  82. "categoryExpendNode" : {
  83. "height" : "40px",
  84. "width" : "16px",
  85. "float" : "left",
  86. //"margin-top" : "12px",
  87. "margin-left" : "15px",
  88. "background": "url(/x_component_cms_Module/$Main/default/icon/arrow_down.png) no-repeat 0px 12px"
  89. },
  90. "categoryCollapseNode" : {
  91. "height" : "40px",
  92. "width" : "16px",
  93. "float" : "left",
  94. //"margin-top" : "12px",
  95. "margin-left" : "15px",
  96. "background": "url(/x_component_cms_Module/$Main/default/icon/arrow_right.png) no-repeat 0px 12px"
  97. },
  98. "naviItemNode" : {
  99. "cursor" : "pointer",
  100. "color" : "#333",
  101. "height" : "30px",
  102. "line-height" : "30px",
  103. "overflow" : "hidden",
  104. "font-family": "Microsoft YaHei",
  105. "font-size": "14px",
  106. "background-color": "#f7f7f7"
  107. },
  108. "naviItemActionNode" : {
  109. "height" : "16px",
  110. "width" : "16px",
  111. "margin-top" : "7px",
  112. "margin-right" : "6px",
  113. "float" : "right",
  114. "opacity" : "0",
  115. "background": "url(/x_component_Calendar/$Main/default/icon/more_over.png) no-repeat 0px 0px"
  116. },
  117. "naviItemTextNode" : {
  118. "word-break":"break-all",
  119. "margin-left" : "70px",
  120. "width" : "100px"
  121. },
  122. "naviItemNode_selected" : {
  123. "background-color" : "#3C76B7",
  124. "color" : "#fff"
  125. },
  126. "naviItemNode_over" : {
  127. "background-color" : "#F0F0F0",
  128. "color" : "#3C76B7"
  129. },
  130. "naviItemSepartorNode" : {
  131. // "margin" : "0 auto",
  132. // "height" : "1px",
  133. // "width" : "180px",
  134. // "border-bottom" : "1px solid rgba(240, 242, 251, 1)"
  135. },
  136. "naviItemBottom" : {
  137. // "width" : "200px",
  138. // "height" : "88px",
  139. // "position" : "absolute",
  140. // "bottom" : "88px",
  141. // "left" : "0px",
  142. // "background-image" : "url(/x_component_cms_Module/$Main/default/icon/titleBackground2.png)",
  143. // "background-position" : "-538px -508px"
  144. },
  145. "naviColorNode" : {
  146. "float" : "left",
  147. "border-radius" : "40px",
  148. "width" : "16px",
  149. "height" : "16px",
  150. "margin-top" : "6px",
  151. "margin-left" : "41px",
  152. "cursor" : "pointer",
  153. "border" : "1px solid #dfdfdf",
  154. "background-image" : "none",
  155. "background-repeat" : "no-repeat",
  156. "background-position" : " 50%"
  157. },
  158. "naviColorNode_selected" : {
  159. "background-image" : "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAABGdBTUEAALGPC/xhBQAAAK1JREFUKBWVjzEKwkAURBMiimBvY2NjZWWVU+RU1mnTpkhhm0YsvYaNIDYpUgRygM2bsLuoZCEOPPbv/JkNiaI/ZIzZwh1Os2uEd/AA6TqrSHAPTzWQvrgZiwzL0AvsDvAG6QZrV8q4vOD4W5YHDUg1rHyGSyUXteB/WrP1OMwFFr6kASOBEqQOUotmSbvkq+QuLGIoQOotmuXFLhc8CeVKW+XB4NSC0llM7T69AcWO0hZLcgV4AAAAAElFTkSuQmCC)",
  160. "background-repeat" : "no-repeat",
  161. "background-position" : " 50%"
  162. },
  163. // "seeMoreNode": {
  164. // "overflow" : "hidden",
  165. // "cursor" : "pointer",
  166. // "color" : "#666",
  167. // "height" : "40px",
  168. // "font-weight" : "normal",
  169. // "line-height" : "40px",
  170. // "font-family": "Microsoft YaHei",
  171. // "font-size": "15px",
  172. // "padding-left" : "65px",
  173. // "background": "url(/x_component_Calendar/$Main/default/icon/plazz.png) no-repeat 40px 12px",
  174. // "background-color": "#f7f7f7"
  175. // },
  176. // "seeMoreNode_over" : {
  177. // "color" : "#3c76b7"
  178. // },
  179. "seeMoreNode" : {
  180. "position" : "absolute",
  181. "color" : "#666",
  182. "bottom" : "0px",
  183. "left" : "0px",
  184. "border-top" : "1px solid #bbb",
  185. "border-bottom" : "1px solid #bbb",
  186. "height" : "40px",
  187. "line-height" : "40px",
  188. "width" : "120px",
  189. "font-size" : "14px",
  190. "padding-left" : "70px",
  191. "background" : "url(/x_component_Calendar/$Main/default/icon/plazz.png) no-repeat 45px 12px",
  192. "background-color" : "#f7f7f7",
  193. "cursor" : "pointer"
  194. },
  195. "seeMoreNode_over" : {
  196. "background" : "url(/x_component_Calendar/$Main/default/icon/plazz_over.png) no-repeat 45px 12px",
  197. "background-color" : "#f7f7f7",
  198. "color" : "#3c76b7"
  199. },
  200. "topMenu": {
  201. "height": "50px",
  202. // "position": "absolute",
  203. // "top": "0px",
  204. "width": "100%",
  205. "color": "#FFF",
  206. "line-height": "50px",
  207. "font-size": "14px",
  208. "font-family": "Microsoft YaHei",
  209. "background-color": "#fff",
  210. "overflow" : "hidden"
  211. },
  212. "topMenuRight" : {
  213. "float" : "right",
  214. "margin-right" : "20px"
  215. },
  216. "contentNode": {
  217. "height": "100%",
  218. "overflow": "hidden"
  219. },
  220. "bottomMenu": {
  221. "height": "60px",
  222. "position": "absolute",
  223. "bottom": "0px",
  224. "width": "100%",
  225. "color": "#FFF",
  226. "font-family": "Microsoft YaHei",
  227. "background-color": "#365775"
  228. },
  229. "topMenuNode": {
  230. "height": "50px",
  231. "color" : "#333",
  232. "font-size" : "16px",
  233. "line-height": "50px",
  234. "float": "left",
  235. "cursor": "pointer",
  236. "padding-left" : "15px",
  237. "padding-right" : "15px",
  238. "overflow" : "hidden"
  239. },
  240. "topMenuNode_right" : {
  241. "height": "50px",
  242. "color" : "#333",
  243. "font-size" : "16px",
  244. "line-height": "50px",
  245. "padding-left" : "10px",
  246. "padding-right" : "10px",
  247. "float": "left",
  248. "cursor": "pointer"
  249. },
  250. "topMenuNode_over": {
  251. "color" : "#3C76B7"
  252. },
  253. "topMenuNode_down": {
  254. "color" : "#3C76B7"
  255. },
  256. "topMenuIconNode": {
  257. "height": "50px",
  258. "width": "30px",
  259. "float": "left"
  260. },
  261. "topMenuTextNode": {
  262. "line-height": "50px",
  263. "height": "50px",
  264. "float": "left"
  265. },
  266. "bottomMenuNode": {
  267. "height": "40px",
  268. "width": "40px",
  269. "margin": "10px",
  270. "float": "left",
  271. "cursor": "pointer"
  272. },
  273. "topMenuPoint": {
  274. "height": "10px",
  275. "color": "#FFF",
  276. "position": "absolute",
  277. "bottom": "0px",
  278. "width": "100%",
  279. "color": "#FFF",
  280. "line-height": "6px",
  281. "font-size": "14px",
  282. "font-weight": "bold",
  283. "text-align": "center"
  284. },
  285. "menuPointAction":{
  286. "width": "30px",
  287. "height": "10px",
  288. "margin": "auto",
  289. "background": "url(/x_component_Calendar/$Main/default/icon/point.png) no-repeat center center"
  290. },
  291. "bottomMenuPoint": {
  292. "height": "10px",
  293. "color": "#FFF",
  294. "position": "absolute",
  295. "top": "0px",
  296. "width": "100%",
  297. "color": "#FFF",
  298. "line-height": "6px",
  299. "font-size": "14px",
  300. "font-weight": "bold",
  301. "text-align": "center"
  302. },
  303. // "popupformTopNode": {
  304. // "color" : "#333",
  305. // "height": "30px",
  306. // "background-color": "#eee",
  307. // "border-top": "1px solid #ddd",
  308. // "border-bottom": "1px solid #b6b6b6",
  309. // "line-height": "30px",
  310. // "font-size": "14px",
  311. // "font-weight": "bold",
  312. // "padding-left": "20px",
  313. // "text-align": "left"
  314. // },
  315. // "popupformTopIconNode" : {
  316. // "width": "28px",
  317. // "height": "32px",
  318. // "float": "left",
  319. // "background": "url(/x_component_Execution/$WorkForm/default/icon/document.png) no-repeat center 4px"
  320. // },
  321. // "popupformTopTextNode" : {
  322. // "font-size": "16px",
  323. // "float": "left",
  324. // "width" : "480px",
  325. // "overflow" : "hidden",
  326. // "text-overflow" : "ellipsis",
  327. // "white-space":"nowrap"
  328. // },
  329. // "popupformTopContentNode" : {
  330. // "float" : "right",
  331. // "padding-right" : "10px",
  332. // "text-align" : "right"
  333. // },
  334. // "popupformTopCloseActionNode": {
  335. // "width": "30px",
  336. // "height": "30px",
  337. // "float": "right",
  338. // "background": "url(/x_component_Template/$Explorer/default/icon/close.png) no-repeat center center",
  339. // "cursor": "pointer"
  340. // },
  341. "createRoomNode": {
  342. "overflow": "auto",
  343. "background-color": "#EEE",
  344. "position": "absolute",
  345. "width": "60%",
  346. "height": "60%",
  347. "top": "0px",
  348. "opacity": 0,
  349. "z-index": "100"
  350. },
  351. "createRoomAreaNode": {
  352. "width": "70%",
  353. "max-width": "800px",
  354. "min-width": "500px",
  355. "margin": "0px auto",
  356. "padding": "20px"
  357. },
  358. "createRoomTitleNode": {
  359. "font-size": "36px",
  360. "color": "#666",
  361. "height": "80px",
  362. "line-height": "80px",
  363. "padding": "0px 40px",
  364. "border-bottom": "3px solid #666"
  365. },
  366. "createRoomContentNode": {
  367. "overflow": "hidden",
  368. "padding": "10px 20px"
  369. },
  370. "createRoomBottomNode": {
  371. "overflow": "hidden",
  372. "padding": "10px",
  373. "width": "280px",
  374. "margin": "auto"
  375. },
  376. "createRoomFormNode": {
  377. "clear": "both",
  378. "overflow": "hidden",
  379. "margin-bottom": "10px"
  380. },
  381. "createRoomFormNode2": {
  382. "overflow": "hidden",
  383. "margin-bottom": "10px",
  384. "width": "48%",
  385. "float": "left"
  386. },
  387. "createRoomFormNode3": {
  388. "overflow": "hidden",
  389. "margin-bottom": "10px",
  390. "width": "48%",
  391. "float": "right"
  392. },
  393. "createRoomFormTitleNode": {
  394. "font-size": "18px",
  395. "color": "#555",
  396. "height": "30px",
  397. "line-height": "30px"
  398. },
  399. "createRoomFormContentNode": {
  400. "height": "30px",
  401. "font-size": "14px",
  402. "color": "#333"
  403. },
  404. "createRoomFormAuditorNode": {
  405. "height": "24px",
  406. "margin-bottom": "6px",
  407. "overflow": "hidden",
  408. "border": "1px solid #999",
  409. "font-size": "14px",
  410. "background-color": "#FFF",
  411. "color": "#666",
  412. "cursor": "pointer",
  413. "width": "98%"
  414. },
  415. "createRoomFormContentNode2": {
  416. "padding-top": "2px",
  417. "min-height": "22px",
  418. "font-size": "14px",
  419. "background": "#FFF",
  420. "overflow": "hidden",
  421. "border": "1px solid #999",
  422. "width": "98%",
  423. "color": "#333"
  424. },
  425. "createRoomFormInput": {
  426. "height": "22px",
  427. "border": "1px solid #999",
  428. "font-size": "14px",
  429. "color": "#666",
  430. "width": "98%"
  431. },
  432. "createRoomFormSelect": {
  433. "height": "26px",
  434. "font-size": "14px",
  435. "color": "#666",
  436. "border": "1px solid #999",
  437. "width": "98%"
  438. },
  439. "createRoomOkActionNode": {
  440. "height": "30px",
  441. "width": "85px",
  442. "cursor": "pointer",
  443. "float": "right",
  444. "line-height": "30px",
  445. "padding-left": "65px",
  446. "font-size": "16px",
  447. "font-family": "Microsoft YaHei",
  448. "border-radius": "3px",
  449. "border": "1px solid #354f67",
  450. "color": "#FFF",
  451. "margin-right": "20px",
  452. "margin-top": "20px",
  453. "box-shadow": "0px 0px 0px #666",
  454. "background": "url(/x_component_process_ApplicationExplorer/$Main/default/icon/editOk_bg.png) no-repeat"
  455. },
  456. "createRoomCancelActionNode": {
  457. "height": "30px",
  458. "width": "60px",
  459. "cursor": "pointer",
  460. "float": "right",
  461. "line-height": "30px",
  462. "padding-left": "40px",
  463. "font-size": "16px",
  464. "font-family": "Microsoft YaHei",
  465. "border-radius": "3px",
  466. "color": "#FFF",
  467. "margin-top": "20px",
  468. "box-shadow": "0px 0px 0px #666",
  469. "border": "1px solid #999",
  470. "background": "url(/x_component_process_ApplicationExplorer/$Main/default/icon/editCancel_bg.png) no-repeat"
  471. },
  472. "createRoomSelectBuildingNode": {
  473. "border-left": "1px solid #999",
  474. "border-right": "1px solid #999",
  475. "border-bottom": "1px solid #999",
  476. "min-height": "50px",
  477. "max-height": "300px",
  478. "overflow": "auto",
  479. "background-color": "#FFF",
  480. "position": "absolute"
  481. },
  482. "createRoomBuildingSelectItem": {
  483. "height": "50px",
  484. "cursor": "default",
  485. "margin-bottom": "0px",
  486. "overflow": "hidden"
  487. },
  488. "createRoomBuildingSelectItem_over": {
  489. "background-color": "#bacae8"
  490. },
  491. "createRoomBuildingSelectItemName": {
  492. "height": "24px",
  493. "line-height": "24px",
  494. "overflow": "hidden",
  495. "color": "#333",
  496. "margin": "5px 10px 0px 10px",
  497. "font-size": "19px"
  498. },
  499. "createRoomBuildingSelectItemAddr": {
  500. "height": "16px",
  501. "lin-height": "16px",
  502. "overflow": "hidden",
  503. "color": "#999",
  504. "margin": "0px 10px 5px 10px",
  505. "font-size": "12px"
  506. },
  507. "createRoomErrorInfoNode": {
  508. "color": "#FF0000",
  509. "height": "20px",
  510. "line-height": "20px",
  511. "position": "relative",
  512. "text-align": "right",
  513. "padding-right": "20px",
  514. "top": "-50px"
  515. },
  516. "createCalendarInfoTitleNode": {
  517. "margin-left": "60px",
  518. "font-size": "28px"
  519. },
  520. "createCalendarInfoContentNode": {
  521. "overflow": "hidden",
  522. "padding": "0px 30px"
  523. },
  524. "createCalendarInfoLineNode": {
  525. // "height": "60px",
  526. // "margin": "10px 0px"
  527. },
  528. "createCalendarInfoItemTitleNode": {
  529. "height": "30px",
  530. "line-height": "30px",
  531. "font-size": "18px"
  532. },
  533. "createCalendarInfoItemEditNode": {
  534. "height": "30px"
  535. },
  536. "createCalendarInfoItemInputNode": {
  537. "border": "2px solid #CCC",
  538. "height": "22px",
  539. "font-size": "14px",
  540. "color": "#666",
  541. "line-height": "22px",
  542. "width": "100%"
  543. },
  544. "createCalendarInfoItemSelectNode": {
  545. "border": "2px solid #CCC",
  546. "height": "22px",
  547. "font-size": "14px",
  548. "color": "#666",
  549. "line-height": "22px",
  550. "margin-right": "10px",
  551. "min-width": "80px"
  552. },
  553. "createCalendarInfoItemDivNode": {
  554. "border": "1px solid #CCC",
  555. "border-radius" : "4px",
  556. "background-color": "#FFF",
  557. "height": "30px",
  558. "font-size": "16px",
  559. "color": "#333",
  560. "line-height": "30px",
  561. "width": "99%",
  562. "background" : "url(/x_component_Calendar/$Main/default/apply/down.png) 98% center no-repeat"
  563. },
  564. "createCalendarInfoSelectRoomNode": {
  565. "background-color": "#FFF",
  566. //"min-height": "30px",
  567. "max-height": "400px",
  568. "overflow-y": "auto",
  569. "border": "1px solid #999",
  570. "position": "absolute"
  571. },
  572. "createCalendarInfoSelectRoomItem1Node": {
  573. "height": "50px",
  574. "padding": "5px 5px",
  575. "overflow": "hidden",
  576. "background-color": "#DDD"
  577. },
  578. "createCalendarInfoSelectRoomItem1NameNode": {
  579. "height": "30px",
  580. "line-height": "30px",
  581. "font-size": "24px",
  582. "font-weight": "bold",
  583. "color": "#333"
  584. },
  585. "createCalendarInfoSelectRoomItem1AddrNode": {
  586. "height": "20px",
  587. "line-height": "20px",
  588. "font-size": "12px",
  589. "color": "#999"
  590. },
  591. "createCalendarInfoSelectRoomItemRoomNode": {
  592. "height": "20px",
  593. "line-height": "20px",
  594. "font-size": "12px",
  595. "color": "#999"
  596. },
  597. "roomTitleNode": {
  598. "height": "40px",
  599. "cursor": "pointer",
  600. "color": "#333",
  601. "padding": "5px 20px",
  602. "background-color": "#FFF",
  603. "overflow": "hidden"
  604. },
  605. "roomTitleCapacityNode": {
  606. "width": "40px",
  607. "margin-right": "10px",
  608. "height": "40px",
  609. "float": "right",
  610. "color": "#999",
  611. "line-height": "40px",
  612. "font-size": "14px",
  613. "text-align": "right"
  614. },
  615. "roomTitleInforNode": {
  616. "margin-right": "50px",
  617. "height": "40px"
  618. },
  619. "roomTitleNumberNode": {
  620. "height": "20px",
  621. "line-height": "20px",
  622. "padding-left": "5px",
  623. "color": "#444",
  624. "float": "left"
  625. },
  626. "roomTitleNameNode":{
  627. "height": "20px",
  628. "line-height": "20px",
  629. "padding-left": "5px",
  630. "font-weight": "bold",
  631. "font-size": "14px",
  632. "float": "left"
  633. },
  634. "roomTitleIconsNode": {
  635. "height": "20px"
  636. },
  637. "roomTitleIconNode": {
  638. "height": "20px",
  639. "width": "18px",
  640. "float": "left",
  641. "background-repeat": "no-repeat",
  642. "background-position": "center center"
  643. },
  644. "roomTitleDisabledIconNode": {
  645. "width": "40px",
  646. "height": "40px",
  647. "background": "url(/x_component_Calendar/$Main/default/apply/disabled.png) no-repeat center center",
  648. "position": "relative",
  649. "top": "-40px",
  650. "margin-right": "50px",
  651. "float": "right"
  652. },
  653. "createCalendarContentHeadNode": {
  654. "height": "80px",
  655. "line-height": "80px",
  656. "padding": "0px 20px",
  657. "overflow": "hidden",
  658. "border-bottom": "2px solid #31369e",
  659. "margin": "0px 20px"
  660. },
  661. "createCalendarSaveNode": {
  662. "height": "80px",
  663. "width": "60px",
  664. "float": "right",
  665. "background": "url(/x_component_Calendar/$Main/default/apply/save.png) no-repeat center center",
  666. "cursor": "pointer"
  667. },
  668. "createCalendarSaveNode_over": {
  669. "background": "url(/x_component_Calendar/$Main/default/apply/save_over.png) no-repeat center center"
  670. },
  671. "createCalendarSaveNode_down": {
  672. "background": "url(/x_component_Calendar/$Main/default/apply/save_down.png) no-repeat center center"
  673. },
  674. "createCalendarSubjectNode": {
  675. "height": "80px",
  676. "margin-right": "60px"
  677. },
  678. "createCalendarSubjectInputNode": {
  679. "height": "80px",
  680. "font-size": "32px",
  681. "width": "99%",
  682. "color": "#555",
  683. "border": "0px",
  684. "background": "transparent"
  685. },
  686. "createCalendarAttachmentNode": {
  687. "min-height": "40px",
  688. "overflow": "hidden",
  689. "margin": "10px 0px"
  690. },
  691. "createCalendarAttachmentTitleNode": {
  692. "width": "200px",
  693. "margin-left": "20px",
  694. "font-size": "18px",
  695. "color": "#666",
  696. "float": "left",
  697. "height": "40px",
  698. "line-height": "40px"
  699. },
  700. "createCalendarAttachmentContentNode": {
  701. "margin-left": "220px",
  702. "margin-right": "20px",
  703. "min-height": "40px",
  704. "overflow": "hidden"
  705. },
  706. "createCalendarDescriptionNode": {
  707. "overflow": "hidden",
  708. "border-top": "2px solid #31369e",
  709. "margin": "0px 20px",
  710. "padding": "20px 0px"
  711. },
  712. "createCalendarDescriptionAreaNode": {
  713. "overflow": "hidden",
  714. "margin": "0px 20px"
  715. },
  716. "createCalendarDescriptionInputNode": {
  717. "border": "0px",
  718. "width": "100%",
  719. "font-size": "14px",
  720. "overflow": "auto",
  721. "font-family": "Microsoft YaHei",
  722. "color": "#666"
  723. },
  724. "configNode": {
  725. "box-shadow": "inset 1px 0 0 0 #CCCCCC",
  726. "background": "#F8F8F8",
  727. "width": "300px",
  728. "position": "absolute",
  729. "right": "0px",
  730. "top": "50px",
  731. "opacity": "0",
  732. "overflow": "auto"
  733. },
  734. "configContentNode": {
  735. "margin": "20px",
  736. "overflow": "hidden"
  737. },
  738. "configContentLine": {
  739. "height": "1px",
  740. "border-bottom": "1px dashed #ccc",
  741. "margin-top" : "20px",
  742. "margin-bottom" : "20px"
  743. },
  744. "configProcessNode": {
  745. "height": "30px",
  746. "border-bottom": "1px dashed #ccc",
  747. "background": "url(/x_component_Calendar/$Main/default/icon/addPerson.png) no-repeat right center",
  748. "margin-top" : "10px",
  749. "cursor": "pointer",
  750. "margin-bottom" : "20px"
  751. },
  752. "configCalendarViewerNode" : {
  753. "min-height": "30px",
  754. "overflow" : "hidden",
  755. "border-bottom": "1px dashed #ccc",
  756. "background": "url(/x_component_Calendar/$Main/default/icon/addPerson.png) no-repeat right center",
  757. "margin-top" : "10px",
  758. "cursor": "pointer",
  759. "margin-bottom" : "20px"
  760. },
  761. "configTitleDiv": {
  762. "height": "30px",
  763. "width": "180px",
  764. "color": "#333",
  765. "font-size": "18px",
  766. "margin-bottom" : "10px"
  767. },
  768. "configActionNode": {
  769. "height": "50px",
  770. "margin": "20px"
  771. },
  772. "configActionSaveNode": {
  773. "background": "#3C76B7",
  774. "border-radius": "4px",
  775. "width" : "120px",
  776. "height" : "40px",
  777. "line-height" : "40px",
  778. "border" : "0px",
  779. "color" : "#fff",
  780. "cursor" : "pointer",
  781. "text-align" : "center",
  782. "margin-right" : "20px",
  783. "font-size" : "18px",
  784. "float" : "right"
  785. },
  786. "configActionCancelNode": {
  787. "background": "#f0f0f0",
  788. "border-radius": "4px",
  789. "width" : "80px",
  790. "height" : "40px",
  791. "line-height" : "40px",
  792. "margin-right" : "20px",
  793. "color" : "#666",
  794. "border" : "0px",
  795. "font-size" : "18px",
  796. "text-align" : "center",
  797. "cursor" : "pointer",
  798. "float" : "right"
  799. },
  800. "dealStartedWorkAction": {
  801. "color": "#0000FF",
  802. "cursor": "pointer"
  803. },
  804. //marketItem 样式开始
  805. "marketNode" : {
  806. "margin" : "0px 0px 20px 20px",
  807. "border" : "1px solid #dedede",
  808. "border-left" : "8px solid #dedede",
  809. "border-radius" : "6px",
  810. "width" : "320px",
  811. "height" : "174px",
  812. "box-shadow" :"none",
  813. "position" : "relative",
  814. "float" : "left"//,
  815. //"cursor":"pointer"
  816. },
  817. "marketNode_over" : {
  818. "box-shadow" :"3px 3px 3px #999"
  819. },
  820. "marketItemNode" : {
  821. "background-color" : "#fff",
  822. "position" : "relative"
  823. },
  824. "marketItemTopNode":{
  825. "padding-top" : "10px",
  826. "padding-left" : "15px",
  827. "overflow": "hidden"
  828. },
  829. "marketItemMiddleNode":{
  830. "padding-top" : "8px",
  831. "padding-left" : "15px",
  832. "overflow": "hidden"
  833. },
  834. "marketItemColorNode" : {
  835. "margin-top": "2px",
  836. "float" : "left",
  837. "border-radius" : "4px",
  838. "width" : "16px",
  839. "height" : "16px",
  840. "margin-right" : "10px",
  841. "cursor" : "pointer",
  842. "background-image" : "none",
  843. "background-repeat" : "no-repeat",
  844. "background-position" : " 50%"
  845. },
  846. "marketItemTopLable" : {
  847. "font-size" : "14px",
  848. "height" : "20px",
  849. "line-height" : "20px",
  850. "color" : "#999",
  851. "float" : "left"
  852. },
  853. "marketItemTopInfor" : {
  854. "font-size" : "14px",
  855. "height" : "20px",
  856. "line-height" : "20px",
  857. "color" : "#333",
  858. "float" : "left",
  859. "max-width" : "165px"
  860. },
  861. "marketItemTitleNode" : {
  862. "height": "20px", "color": "rgb(51, 51, 51)", "line-height": "20px", "font-family": "Microsoft YaHei", "font-size": "16px","font-weight" : "bold",
  863. "float" : "left","margin-top" : "5px", "max-width" : "200px"
  864. },
  865. "marketItemDescriptiontInfor" : {
  866. "font-size" : "14px",
  867. "width" : "245px",
  868. "line-height" : "20px",
  869. "color" : "#666",
  870. "float" : "left",
  871. "max-height" : "60px"
  872. },
  873. "marketItemTitleNode_over" : {
  874. "color" : "rgb(51, 51, 51)"
  875. },
  876. "marketTypleLabel" : {
  877. "margin-top" : "2px",
  878. "margin-left" : "10px",
  879. "padding" : "0px 5px",
  880. "background-color" : "#8ca3b5",
  881. "height" : "20px",
  882. "line-height" : "20px",
  883. "color" : "#fff",
  884. "float" : "left"
  885. },
  886. "marketItemListNode" : {
  887. "height" : "159px",
  888. "padding-top" : "5px",
  889. "margin-top" : "5px",
  890. "margin-left" : "10px",
  891. "margin-right" : "10px",
  892. "border-top" : "1px solid #dedede"
  893. },
  894. "marketItemListItemNode" : {
  895. "color" : "#666",
  896. "height" : "24px",
  897. "line-height" : "24px",
  898. "font-size" : "14px"
  899. },
  900. "marketItemListItemNode_over" : {
  901. "color" : "#0258ad"
  902. },
  903. "marketItemFollowAction" : {
  904. "border" : "1px solid #DEDEDE",
  905. "width" : "39px",
  906. "line-height" : "20px",
  907. "height" : "20px",
  908. "font-size" : "12px",
  909. "position" : "absolute",
  910. "top" : "15px",
  911. "right" : "20px",
  912. "border-radius" : "100px",
  913. "padding-left" : "35px",
  914. "cursor" : "pointer",
  915. "background" : "url(/x_component_Calendar/$Main/default/icon/plus.png) no-repeat 13px center"
  916. },
  917. "marketItemFollowedAction" : {
  918. "border" : "1px solid #DEDEDE",
  919. "width" : "46px",
  920. "line-height" : "20px",
  921. "height" : "20px",
  922. "font-size" : "12px",
  923. "position" : "absolute",
  924. "top" : "15px",
  925. "right" : "20px",
  926. "border-radius" : "100px",
  927. "padding-left" : "28px",
  928. "cursor" : "pointer",
  929. "background" : "url(/x_component_Calendar/$Main/default/icon/checked.png) no-repeat 8px center"
  930. },
  931. "noCalendarNode" : {
  932. "border": "1px solid #ccc",
  933. "border-radius": "4px",
  934. "margin" : "50px auto",
  935. "width" : "500px",
  936. "height" : "200px",
  937. "line-height" : "200px",
  938. "text-align" : "center",
  939. "font-size" : "20px",
  940. "color" : "#999",
  941. "background-color" : "#fff"
  942. }
  943. //marketItem 样式结束
  944. }