css.wcss 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807
  1. {
  2. "topBarLayout":{
  3. "height":"50px",
  4. "width":"100%",
  5. "background-color":"#F7F7F7",
  6. "box-shadow": "0 1px 3px 0 #888888",
  7. "position":"absolute"
  8. },
  9. "contentLayout":{
  10. "position":"absolute",
  11. "left":"0px",
  12. "top":"51px",
  13. "bottom":"0px",
  14. "width":"100%",
  15. "overflow":"auto",
  16. "display":"flex"
  17. },
  18. "topBarBackContainer":{
  19. "float":"left"
  20. },
  21. "topBarBackHomeIcon":{
  22. "cursor":"pointer",
  23. "float":"left",
  24. "margin-left":"10px",
  25. "width":"50px",
  26. "height":"50px",
  27. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_xiangmu.png) no-repeat center "
  28. },
  29. "topBarBackHomeNext":{
  30. "float":"left",
  31. "width":"16px",
  32. "height":"50px",
  33. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_right.png) no-repeat center "
  34. },
  35. topBarBackHomeTextContainer:{
  36. "float":"left",
  37. "cursor":"pointer",
  38. "height":"50px",
  39. "border-right":"1px solid #DEDEDE"
  40. },
  41. "topBarBackHomeText":{
  42. "height":"50px",
  43. "line-height":"50px",
  44. "margin-left":"10px",
  45. "float":"left",
  46. "cursor":"pointer",
  47. "font-size":"15px",
  48. "color":"#333333"
  49. },
  50. topBarBackHomeArrow:{
  51. "float":"left",
  52. "height":"50px",
  53. "width":"16px",
  54. "cursor":"pointer",
  55. "margin":"0px 10px 0px 6px",
  56. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_triangle_down.png) no-repeat center "
  57. },
  58. itemLayout:{
  59. "max-height":"650px",
  60. "overflow":"hidden"
  61. },
  62. itemText:{
  63. "border-bottom":"1px solid #dddddd",
  64. "height":"40px",
  65. "line-height":"40px",
  66. "font-size":"15px",
  67. "color":"#333333",
  68. "padding-left":"5px"
  69. },
  70. projectListContainer:{
  71. "height":"70px",
  72. "cursor":"pointer"
  73. },
  74. projectListIcon:{
  75. "float":"left",
  76. "width":"80px",
  77. "height":"40px",
  78. "margin-left":"10px",
  79. "margin-top":"15px",
  80. "background":"url(/x_component_TeamWork/$Project/default/icon/pic_morentu_220.png) no-repeat center ",
  81. "background-size":"cover"
  82. },
  83. projectListText:{
  84. "float":"left",
  85. "height":"70px",
  86. "width":"150px",
  87. "line-height":"70px",
  88. "font-size":"14px",
  89. "margin-left":"12px",
  90. "color":"#333333",
  91. "overflow":"hidden",
  92. "white-space":"nowrap",
  93. "text-overflow":"ellipsis"
  94. },
  95. projectListSelect:{
  96. "float":"left",
  97. "width":"24px",
  98. "height":"70px",
  99. "margin-left":"10px",
  100. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_dagou.png) no-repeat center "
  101. },
  102. topBarTabsContainer:{
  103. "margin-left":"10px",
  104. "float":"left"
  105. },
  106. topBarTabItemTask:{
  107. "cursor":"pointer",
  108. "float":"left",
  109. "font-size":"15px",
  110. "color":"#666666",
  111. "height":"48px",
  112. "line-height":"48px",
  113. "width":"40px",
  114. "text-align":"center",
  115. "margin":"0px 10px"
  116. },
  117. topBarTabItemStat:{
  118. "cursor":"pointer",
  119. "float":"left",
  120. "font-size":"15px",
  121. "color":"#666666",
  122. "height":"48px",
  123. "line-height":"48px",
  124. "width":"40px",
  125. "text-align":"center",
  126. "margin":"0px 10px"
  127. },
  128. topBarSettingContainer:{
  129. "float":"right",
  130. "height":"100%"
  131. },
  132. topBarSettingMenuContainer:{
  133. "height":"100%",
  134. "width":"70px",
  135. "cursor":"pointer",
  136. "margin":"0px 5px"
  137. },
  138. topBarSettingMenuIcon:{
  139. "float":"left",
  140. "height":"100%",
  141. "width":"16px",
  142. "margin":"0px 10px",
  143. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_caidan.png) no-repeat center "
  144. },
  145. topBarSettingMenuText:{
  146. "float":"left",
  147. "line-height":"50px",
  148. "color":"#666666",
  149. "font-size":"14px"
  150. },
  151. naviLayout:{
  152. "margin-top":"0px",
  153. "width":"300px",
  154. "height":"100%",
  155. "overflow-y":"auto",
  156. "box-shadow": "0 2px 4px 0 #888888",
  157. "background-color":"#ffffff"
  158. },
  159. naviTop:{
  160. "border-bottom":"1px solid #E6E6E6"
  161. },
  162. naviTopSearchContainer:{
  163. "padding":"0px 0px",
  164. "width":"260px",
  165. "height":"36px",
  166. "margin":"20px auto 10px auto",
  167. "border":"1px solid #DEDEDE",
  168. "border-radius":"10px"
  169. },
  170. naviTopSearchIn:{
  171. "width":"90%",
  172. "margin":"0 10px",
  173. "border":"0px",
  174. "height":"32px",
  175. "line-height":"32px",
  176. "font-size":"14px",
  177. "color":"#999999",
  178. "outline":"none"
  179. },
  180. naviTopTaskContainer:{
  181. "height":"40px",
  182. "width":"260px",
  183. "margin":"0 auto"
  184. },
  185. naviTopTaskText:{
  186. "float":"left",
  187. "color":"#333333",
  188. "font-size":"15px",
  189. "height":"40px",
  190. "line-height":"40px"
  191. },
  192. naviTopTaskAdd:{
  193. "float":"right",
  194. "width":"24px",
  195. "height":"24px",
  196. "cursor":"pointer",
  197. "margin-top":"12px",
  198. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_jia.png) no-repeat center "
  199. },
  200. naviTopMyTaskLayout:{
  201. "cursor":"pointer",
  202. "height":"70px",
  203. "background-color":"#F2F5F7",
  204. "border-radius":"5px"
  205. },
  206. naviTopMyTaskContainer:{
  207. "margin-top":"10px",
  208. "padding-top":"10px",
  209. "margin-left":"20px",
  210. "height":"20px"
  211. },
  212. naviTopMyTaskText:{
  213. "float":"left",
  214. "font-size":"14px",
  215. "color":"#333333"
  216. },
  217. naviTopMyTaskCount:{
  218. "float":"left",
  219. "margin-left":"10px",
  220. "color":"#666666",
  221. "font-size":"14px"
  222. },
  223. naviTopTaskLineContainer:{
  224. "height":"20px",
  225. "padding-top":"14px",
  226. "margin-left":"20px"
  227. },
  228. naviTopTaskLine:{
  229. "width":"250px",
  230. "height":"6px",
  231. "border-radius":"100px",
  232. "background-color":"#4A90E2"
  233. },
  234. completeLine:{
  235. "float":"left",
  236. "height":"6px",
  237. "background-color":"#73BF4D",
  238. "border-top-left-radius":"100px",
  239. "border-bottom-left-radius":"100px"
  240. },
  241. overLine:{
  242. "float":"right",
  243. "height":"6px",
  244. "background-color":"#FF0000",
  245. "border-top-right-radius":"100px",
  246. "border-bottom-right-radius":"100px"
  247. },
  248. naviView:{
  249. "flex":"1"
  250. },
  251. naviViewTitleContainer:{
  252. "width":"260px",
  253. "margin":"0px auto",
  254. "height":"50px",
  255. "line-height":"50px",
  256. "font-size":"15px",
  257. "color":"#333333"
  258. },
  259. naviViewTitle:{
  260. "height":"50px",
  261. "line-height":"50px",
  262. "float":"left"
  263. },
  264. naviViewAdd:{
  265. "float":"right",
  266. "width":"24px",
  267. "height":"24px",
  268. "cursor":"pointer",
  269. "margin-top":"12px",
  270. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_jia.png) no-repeat center "
  271. },
  272. naviViewContainer:{
  273. },
  274. naviItemContainer:{
  275. "height":"40px",
  276. "cursor":"pointer"
  277. },
  278. naviItemAllIcon:{
  279. "float":"left",
  280. "width":"16px",
  281. "height":"16px",
  282. "margin-top":"12px",
  283. "margin-left":"20px",
  284. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_all.png) no-repeat center "
  285. },
  286. naviItemText:{
  287. "float":"left",
  288. "color":"#2A2A2A",
  289. "font-size":"15px",
  290. "height":"40px",
  291. "line-height":"40px",
  292. "margin-left":"8px"
  293. },
  294. naviItemMore:{
  295. "float":"right",
  296. "width":"24px",
  297. "height":"24px",
  298. "margin-top":"8px",
  299. "margin-right":"12px",
  300. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_more.png) no-repeat center "
  301. },
  302. naviItemMyIcon:{
  303. "float":"left",
  304. "width":"16px",
  305. "height":"16px",
  306. "margin-top":"12px",
  307. "margin-left":"20px",
  308. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_renwu_wzx.png) no-repeat center "
  309. },
  310. naviItemFlowIcon:{
  311. "float":"left",
  312. "width":"16px",
  313. "height":"16px",
  314. "margin-top":"12px",
  315. "margin-left":"20px",
  316. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_rw_wwc.png) no-repeat center "
  317. },
  318. naviItemCompleteIcon:{
  319. "float":"left",
  320. "width":"16px",
  321. "height":"16px",
  322. "margin-top":"12px",
  323. "margin-left":"20px",
  324. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_renwu_ywc.png) no-repeat center "
  325. },
  326. naviItemOverIcon:{
  327. "float":"left",
  328. "width":"16px",
  329. "height":"16px",
  330. "margin-top":"12px",
  331. "margin-left":"20px",
  332. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_renwu_yyq.png) no-repeat center "
  333. },
  334. menuTipLayout:{
  335. "width":"200px"
  336. },
  337. menuTipTitle:{
  338. "width":"100%",
  339. "height":"40px",
  340. "line-height":"40px",
  341. "text-align":"center",
  342. "font-size":"16px",
  343. "color":"#333333",
  344. "border-bottom":"1px solid #bebebe"
  345. },
  346. menuTipContainer:{
  347. "cursor":"pointer",
  348. "width":"100%",
  349. "height":"40px"
  350. },
  351. menuTipEditIcon:{
  352. "float":"left",
  353. "width":"16px",
  354. "height":"16px",
  355. "margin-left":"20px",
  356. "margin-top":"12px",
  357. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_bianjishitu.png) no-repeat center "
  358. },
  359. menuTipRemoveIcon:{
  360. "float":"left",
  361. "width":"16px",
  362. "height":"16px",
  363. "margin-left":"20px",
  364. "margin-top":"12px",
  365. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_delete_grey.png) no-repeat center "
  366. },
  367. menuTipText:{
  368. "float":"left",
  369. "height":"40px",
  370. "line-height":"40px",
  371. "color":"#808080",
  372. "font-size":"13px",
  373. "margin-left":"10px"
  374. },
  375. taskContentLayout:{
  376. flex:"1",
  377. "overflow-x":"auto",
  378. "overflow-y":"hidden",
  379. "padding-left":"10px",
  380. //"padding-right":"10px",
  381. "width":"100%",
  382. "height":"99%",
  383. "display":"flex"
  384. },
  385. taskGroupLayout:{
  386. //"display":"inline-table",
  387. "flex-shrink":"0",
  388. "float":"left",
  389. "width":"300px",
  390. //"height":"95%",
  391. "margin-top":"10px",
  392. "margin-left":"10px",
  393. "margin-right":"10px",
  394. //"margin-bottom":"20px",
  395. "background-color":"#ffffff",
  396. "border-radius":"4px"
  397. },
  398. taskGroupItemTitleContainer:{
  399. "height":"60px"
  400. },
  401. taskGroupItemTitleText:{
  402. "float":"left",
  403. "height":"60px",
  404. "line-height":"60px",
  405. "font-size":"20px",
  406. "margin-left":"20px",
  407. "max-width":"150px",
  408. "overflow":"hidden",
  409. "white-space":"nowrap",
  410. "text-overflow":"ellipsis",
  411. "color":"#333333"
  412. },
  413. taskGroupItemTitleCount:{
  414. "float":"left",
  415. "height":"60px",
  416. "line-height":"60px",
  417. "font-size":"12px",
  418. "margin-left":"5px",
  419. "color":"#999999"
  420. },
  421. taskGroupItemTitleReload:{
  422. "cursor":"pointer",
  423. "float":"right",
  424. "height":"60px",
  425. "width":"24px",
  426. "margin-right":"4px",
  427. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_reload.png) no-repeat center "
  428. },
  429. taskGroupItemTitleAdd:{
  430. "cursor":"pointer",
  431. "float":"right",
  432. "height":"60px",
  433. "width":"24px",
  434. "margin-right":"4px",
  435. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_jia.png) no-repeat center "
  436. },
  437. taskGroupItemTitleMore:{
  438. "cursor":"pointer",
  439. "float":"right",
  440. "height":"60px",
  441. "width":"24px",
  442. "margin-right":"16px",
  443. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_more.png) no-repeat center "
  444. },
  445. taskGroupItemContainer:{
  446. "height":"90%",
  447. "width":"290px",
  448. "overflow":"hidden",
  449. "background-color":"#fff",
  450. "padding-bottom":"10px",
  451. //"position":"absolute"
  452. },
  453. taskItemContainerDrag:{
  454. "width":"290px",
  455. //"min-height":"80px",
  456. "margin-bottom":"10px"
  457. },
  458. taskItemInsertLine:{
  459. "width":"250px",
  460. "height":"3px",
  461. "border":"0px dashed #999999",
  462. "margin":"10px auto",
  463. "border-radius":"1px",
  464. "background-color":"#4A90E2"
  465. },
  466. taskItemContainer:{
  467. "width":"260px",
  468. "overflow":"hidden",
  469. //"min-height":"80px",
  470. "cursor":"pointer",
  471. "border":"1px solid #E6E6E6",
  472. "border-radius":"4px",
  473. "background-color":"#ffffff",
  474. "margin":"10px auto"
  475. },
  476. taskItemHover:{
  477. "float":"left",
  478. "width":"5px",
  479. "height":"100%",
  480. "border-top-left-radius":"4px",
  481. "border-bottom-left-radius":"4px",
  482. "background-color":"#DEDEDE"
  483. },
  484. taskItemContent:{
  485. "padding":"10px",
  486. "float":"right",
  487. "width":"230px"
  488. },
  489. taskItemTitle:{
  490. "font-size":"14px"
  491. },
  492. taskItemDetail:{
  493. "font-size":"12px",
  494. "margin-top":"4px"
  495. },
  496. taskItemLimit:{
  497. "display":"inline-block",
  498. "border-radius":"2px",
  499. "vertical-align":"middle",
  500. "color":"#ffffff",
  501. "padding":"0 2px",
  502. "margin":"2px 6px 0 0 "
  503. },
  504. taskItemTags:{
  505. "margin-top":"8px"
  506. },
  507. taskTagContent:{
  508. "float":"left",
  509. "margin":"0px 2px"
  510. },
  511. taskTagColor:{
  512. "display":"inline-block",
  513. "margin-right":"2px",
  514. "width":"6px",
  515. "height":"6px",
  516. "border-radius":"6px"
  517. },
  518. newTaskGroupContainer:{
  519. "cursor":"pointer",
  520. //"display":"inline-table",
  521. "flex-shrink":"0",
  522. "float":"left",
  523. "width":"300px",
  524. "height":"60px",
  525. "margin-top":"10px",
  526. "margin-left":"10px",
  527. "margin-right":"10px",
  528. "background-color":"",
  529. "border-radius":"4px"
  530. },
  531. newTaskGroupIcon:{
  532. "float":"left",
  533. "height":"100%",
  534. "width":"24px",
  535. "background":"url(/x_component_TeamWork/$Project/default/icon/icon_jia.png) no-repeat center "
  536. },
  537. newTaskGroupText:{
  538. "float":"left",
  539. "height":"100%",
  540. "line-height":"60px",
  541. "color":"#999999"
  542. },
  543. titleContainer:{
  544. "height":"40px",
  545. "width":"350px",
  546. "margin":"30px auto"
  547. },
  548. titleValue:{
  549. "height":"40px",
  550. "width":"100%",
  551. "font-size":"16px",
  552. "color":"#666666",
  553. "border":"1px solid #dedede",
  554. "border-radius":"4px",
  555. "text-indent":"8px"
  556. },
  557. actionContainer:{
  558. "height":"40px",
  559. "width":"350px",
  560. "margin":"30px auto"
  561. },
  562. okAction:{
  563. "height": "30px",
  564. "width": "100px",
  565. "cursor": "pointer",
  566. "float": "left",
  567. "line-height": "30px",
  568. "text-align": "center",
  569. "font-size": "16px",
  570. "font-family": "Microsoft YaHei",
  571. "border": "1px solid #3d77c1",
  572. "background-color": "#5d97e1",
  573. "color": "#FFF",
  574. "margin-right": "20px",
  575. "margin-left":"40px",
  576. "border-radius":"10px",
  577. "box-shadow": "0px 0px 3px #5d97e1"
  578. },
  579. closeAction:{
  580. "height": "30px",
  581. "width": "100px",
  582. "cursor": "pointer",
  583. "float": "left",
  584. "line-height": "30px",
  585. "text-align": "center",
  586. "font-size": "16px",
  587. "font-family": "Microsoft YaHei",
  588. "border": "1px solid #f0f0f0",
  589. "background-color": "#f0f0f0",
  590. "color": "#666666",
  591. "margin-right": "20px",
  592. "margin-left":"30px",
  593. "border-radius":"10px",
  594. "box-shadow": "0px 0px 3px #f0f0f0"
  595. },
  596. viewContainer:{
  597. "width":"100%",
  598. "height":"100%",
  599. "overflow-y":"auto"
  600. },
  601. viewListContainer:{
  602. "width":"1000px",
  603. "margin":"10px auto",
  604. "font-size":"14px",
  605. "color":"#666666"
  606. },
  607. viewItem:{
  608. "height":"50px",
  609. "width":"100%",
  610. "cursor":"pointer",
  611. "background-color":"#ffffff",
  612. "border-bottom":"1px solid #EEEEEE"
  613. },
  614. viewName:{
  615. "float":"left",
  616. "line-height":"50px",
  617. "width":"800px",
  618. "margin-left":"20px",
  619. "overflow": "hidden",
  620. "text-overflow": "ellipsis",
  621. "white-space": "nowrap"
  622. },
  623. viewStatus:{
  624. "float":"left",
  625. "line-height":"50px",
  626. "width":"100px",
  627. "text-align":"center"
  628. },
  629. viewDuty:{
  630. "width":"50px",
  631. "height":"100%",
  632. "float":"right",
  633. "margin-right":"20px"
  634. },
  635. viewDutyIcon:{
  636. "width":"25px",
  637. "height":"25px",
  638. "line-height":"25px",
  639. "margin-top":"12px",
  640. "text-align":"center",
  641. "color":"#ffffff",
  642. "font-size":"13px",
  643. "border-radius":"20px",
  644. "background-color":"#4A90E2"
  645. },
  646. viewNext:{
  647. "height":"50px",
  648. "line-height":"50px",
  649. "background-color":"#4a90e2",
  650. "text-align":"center",
  651. "color":"#ffffff",
  652. "font-size":"14px",
  653. "cursor":"pointer"
  654. },
  655. "formMaskNode": {
  656. "width": "100%",
  657. "height": "100%",
  658. "opacity": 0.2,
  659. "position": "absolute",
  660. "background-color": "#999999",
  661. "top": "0px",
  662. "left": "0px"
  663. },
  664. "formAreaNode": {
  665. "position": "absolute",
  666. "opacity": 0,
  667. "top": "0px"
  668. },
  669. "formNode": {
  670. "background-color": "#FFF",
  671. "box-shadow": "0px 0px 10px #999",
  672. "border-radius": "5px",
  673. "margin": "auto",
  674. "border": "1px solid #fff",
  675. "overflow": "hidden",
  676. "color":"#333333"
  677. },
  678. "formTopNode": {
  679. "color": "#333333",
  680. "height": "40px",
  681. "background-color": "#fff",
  682. "border-bottom": "1px solid #b6b6b6",
  683. "line-height": "40px",
  684. "font-size": "14px",
  685. "padding-left": "5px",
  686. "text-align": "left"
  687. },
  688. "formTopIconNode": {
  689. "width": "32px",
  690. "height": "32px",
  691. "float": "left",
  692. "background": "url(/x_component_TeamWork/$Task/default/icon/document.png) no-repeat center 4px"
  693. },
  694. "formTopTextNode": {
  695. "font-size": "16px",
  696. "float": "left",
  697. "width": "200px",
  698. "overflow": "hidden",
  699. "text-overflow": "ellipsis",
  700. "white-space": "nowrap"
  701. },
  702. "formTopCloseActionNode": {
  703. "width": "40px",
  704. "height": "40px",
  705. "float": "right",
  706. "padding-right": "4px",
  707. "background": "url(/x_component_TeamWork/$Project/default/icon/icon_off.png) no-repeat center",
  708. "cursor": "pointer"
  709. },
  710. "formTopContentNode": {
  711. "float": "right",
  712. "padding-right": "10px",
  713. "text-align": "right"
  714. },
  715. "formTopContentTitle": {},
  716. "formTopContentValue": {
  717. "padding-right": "20px",
  718. "font-size": "12px"
  719. },
  720. "formNewNode": {
  721. "width": "47px",
  722. "height": "47px",
  723. "background": "url(/x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  724. },
  725. "formIconNode": {
  726. "width": "47px",
  727. "height": "47px"
  728. },
  729. "formEditNode": {
  730. "width": "47px",
  731. "height": "47px"
  732. },
  733. "formContentNode": {
  734. "border": "0px solid #666",
  735. "width": "100%",
  736. "margin": "auto",
  737. "font-size": "14px",
  738. "color": "#666",
  739. "font-family": "Microsoft YaHei",
  740. "overflow": "hidden"
  741. },
  742. "formTableContainer": {
  743. "margin": "0px 10px",
  744. "overflow": "hidden",
  745. "positon": "static"
  746. },
  747. "formBottomNode": {
  748. "height": "40px",
  749. "line-height": "40px",
  750. "background-color": "#3d77c1",
  751. "overflow": "hidden",
  752. "padding-top": "10px"
  753. },
  754. "formOkActionNode": {
  755. "height": "30px",
  756. "width": "75px",
  757. "cursor": "pointer",
  758. "float": "right",
  759. "line-height": "30px",
  760. "text-align": "center",
  761. "font-size": "16px",
  762. "font-family": "Microsoft YaHei",
  763. "border": "1px solid #3d77c1",
  764. "background-color": "#5d97e1",
  765. "color": "#FFF",
  766. "margin-right": "20px",
  767. "box-shadow": "0px 0px 3px #5d97e1"
  768. },
  769. "formCancelActionNode": {
  770. "height": "30px",
  771. "width": "75px",
  772. "cursor": "pointer",
  773. "float": "right",
  774. "line-height": "30px",
  775. "text-align": "center",
  776. "font-size": "16px",
  777. "font-family": "Microsoft YaHei",
  778. "border": "1px solid #3d77c1",
  779. "background-color": "#5d97e1",
  780. "color": "#FFF",
  781. "margin-right": "20px",
  782. "box-shadow": "0px 0px 3px #5d97e1"
  783. },
  784. "formActionNode": {
  785. "height": "30px",
  786. "width": "75px",
  787. "cursor": "pointer",
  788. "float": "left",
  789. "line-height": "30px",
  790. "text-align": "center",
  791. "font-size": "16px",
  792. "font-family": "Microsoft YaHei",
  793. "color": "#FFF",
  794. "margin-left": "10px",
  795. "margin-right": "20px"
  796. }
  797. }