css.wcss 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711
  1. {
  2. "naviDiv":{
  3. "position":"absolute","width":"130px","background-color":"#203140"
  4. },
  5. "naviTitleDiv":{
  6. "background-color":"#006666", "color":"#008f8f","font-size":"18px","text-align":"center","height":"65px","line-height":"65px"
  7. },
  8. "naviContentLi":{
  9. "margin-top":"20px",
  10. "cursor":"pointer",
  11. "background-color":"#203140",
  12. "margin" : "10px 10px 0px 10px",
  13. "padding" : "10px"
  14. },
  15. "naviContentLi_over":{
  16. "margin-top":"20px",
  17. "cursor":"pointer",
  18. "background-color":"#006666",
  19. "margin" : "10px 10px 0px 10px",
  20. "padding" : "10px"
  21. },
  22. "naviContentLi_current":{
  23. "margin-top":"20px",
  24. "cursor":"pointer",
  25. "background-color":"#006666",
  26. "margin" : "10px 10px 0px 10px",
  27. "padding" : "10px"
  28. },
  29. "naviContentImg":{
  30. "width":"70px","height":"70px","display":"block","margin":"0px auto"
  31. },
  32. "naviContentSpan":{
  33. "display":"block","text-align":"center"
  34. },
  35. "naviContentDiv":{
  36. "height":"480px","list-style-type":"none","color":"#ffffff","font-size":"14px"
  37. },
  38. "contentDiv":{
  39. "margin-left":"130px","height":"616px", "background-color":"#ffffff","min-width":"1000px"
  40. },
  41. "toolbar" : {
  42. "padding-top" : "15px",
  43. "height" : "50px",
  44. "border-bottom" : "1px solid #dedede",
  45. "padding-left" : "15px"
  46. },
  47. "toolbarTextNode" : {
  48. "margin" : "6px 40px 6px 20px",
  49. "color" : "#999",
  50. "font-size" : "18px",
  51. "font-weight" : "bold",
  52. "float" : "left",
  53. "text-align" : "center"
  54. },
  55. "toolbarActionNode" : {
  56. "margin": "5px 20px 5px 10px",
  57. "color" : "#fff",
  58. "border":"0px",
  59. "cursor": "pointer" ,
  60. "background-color":"#5c97e1",
  61. "box-shadow": "0px 0px 5px #2a5c95",
  62. "padding" : "5px 15px 5px 15px",
  63. "font-size" : "14px",
  64. "float":"left"
  65. },
  66. "categoryBar":{
  67. "width":"100%","min-width":"1000px","padding-top":"8px","margin-bottom":"10px","padding-left":"10px",
  68. "border-bottom" : "1px dashed #dedede", "overflow" : "hidden"
  69. },
  70. "categoryNode":{
  71. "list-style" : "none",
  72. "padding": "10px",
  73. "height": "20px",
  74. "line-height": "20px",
  75. "overflow": "hidden",
  76. "font-family": "Microsoft YaHei",
  77. "font-size": "16px",
  78. "font-weight" : "normal",
  79. "float": "left",
  80. "cursor": "pointer",
  81. "color":"#3c76c1",
  82. "border-bottom" : "2px solid #fff"
  83. //border-bottom-color: rgb(255, 255, 255); border-bottom-width: 2px; border-bottom-style: solid;
  84. //"display":"inline-block","width":"80px","height":"30px","text-align":"center","line-height":"30px","cursor":"pointer","color":"#3c76c1","font-size":"14px","margin-right" : "10px"
  85. },
  86. "categoryNode_over" : {
  87. "font-size": "16px",
  88. "font-weight": "normal",
  89. "border-bottom" : "2px solid #5c97e1"
  90. },
  91. "categoryNode_current" : {
  92. "font-size": "16px",
  93. "font-weight": "bold",
  94. "border-bottom" : "2px solid #124c93"
  95. },
  96. "fileterNode" : {
  97. "float" : "left"
  98. },
  99. "filterTableTitle":{
  100. "text-align":"right"
  101. },
  102. "filterTableValue":{
  103. "text-align":"left"
  104. },
  105. "filterTitle":{
  106. "width" : "200px",
  107. "color" : "#bbb"
  108. },
  109. "filterButton":{
  110. "color" : "#fff",
  111. "border":"0px",
  112. "cursor": "pointer" ,
  113. "background-color":"#5c97e1",
  114. "box-shadow": "0px 0px 5px #2a5c95",
  115. "height" : "26px",
  116. "padding-left" : "15px",
  117. "padding-right" : "15px"
  118. },
  119. "viewContainer" : {
  120. "padding-top" : "10px",
  121. "margin-right" : "10px",
  122. "overflow" : "hidden"
  123. },
  124. "viewHeadNode": {
  125. "width":"100%",
  126. "height": "20px",
  127. "background-color": "#fff",
  128. "color": "#666666",
  129. "line-height": "30px",
  130. "font-family": "Microsoft YaHei",
  131. "font-size": "14px"
  132. },
  133. "normalThNode" : {
  134. "background-color" : "#fff",
  135. "text-align":"center",
  136. "border-bottom": "1px solid #cfecf5",
  137. "font-weight" : "normal"
  138. },
  139. "sortIconNode" : {
  140. "height": "16px",
  141. "width": "16px",
  142. "line-height": "20px",
  143. "margin-top": "5px",
  144. //"float": "left",
  145. "display":"inline-block",
  146. "margin-right": "5px",
  147. "background-position" : "center center",
  148. "background-repeat" : "no-repeat",
  149. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblsort.gif)"
  150. },
  151. "sortIconNode_asc" : {
  152. "height": "16px",
  153. "width": "16px",
  154. "line-height": "20px",
  155. "margin-top": "5px",
  156. //"float": "left",
  157. "display":"inline-block",
  158. "margin-right": "5px",
  159. "background-position" : "center center",
  160. "background-repeat" : "no-repeat",
  161. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dblasc.gif)"
  162. },
  163. "sortIconNode_desc" : {
  164. "height": "16px",
  165. "width": "16px",
  166. "line-height": "20px",
  167. "margin-top": "5px",
  168. //"float": "left",
  169. "display":"inline-block",
  170. "margin-right": "5px",
  171. "background-position" : "center center",
  172. "background-repeat" : "no-repeat",
  173. "background-image" : "url(../x_component_Template/$Explorer/default/icon/dbldesc.gif)"
  174. },
  175. "documentNode":{
  176. "min-height": "29px",
  177. "overflow": "hidden",
  178. "color": "#666666",
  179. //"line-height": "39px",
  180. "cursor": "pointer",
  181. "font-family": "Microsoft YaHei",
  182. "font-size": "12px",
  183. "background-color": "#fff"
  184. },
  185. "documentNode_noread": {
  186. "background-color": "#fcfcfc"
  187. },
  188. "documentNode_over": {
  189. "background-color": "#f5f6f7"
  190. },
  191. "documentNode_remove": {
  192. "background-color": "#ffcccc"
  193. },
  194. "documentActionNode": {
  195. "height": "20px",
  196. "width": "20px",
  197. "line-height": "20px",
  198. "color": "#0066cc",
  199. "cursor": "pointer",
  200. "margin-right": "5px"
  201. },
  202. "documentActionNode_over":{
  203. "color": "#003399"
  204. },
  205. "documentActionNode_down":{
  206. "color": "#000"
  207. },
  208. //section 样式开始
  209. "sectionNode" : {
  210. "margin" : "0px 0px 10px 10px",
  211. "border" : "1px solid #dedede",
  212. "width" : "330px",
  213. "height" : "110px",
  214. "box-shadow" :"none",
  215. "font-size" : "12px",
  216. "float" : "left"//,
  217. //"cursor":"pointer"
  218. },
  219. "sectionNode_over" : {
  220. "box-shadow" :"3px 3px 3px #999"
  221. },
  222. "sectionItemNode" : {
  223. "background-color" : "#fff",
  224. "position" : "relative"
  225. },
  226. "sectionItemTopNode":{
  227. "overflow": "hidden",
  228. "cursor": "pointer"
  229. },
  230. "sectionItemTopIconNode" : {
  231. "padding-top": "10px",
  232. "padding-left": "10px",
  233. "float": "left"
  234. },
  235. "sectionItemTopIcon" : {
  236. "margin-top" : "10px",
  237. "border-radius": "10px",
  238. "width": "64px",
  239. "height": "64px"
  240. },
  241. "sectionItemTopContent" : {
  242. "height": "110px",
  243. "margin-right": "5px",
  244. "margin-left": "80px"
  245. },
  246. "sectionRemoveNode" : {
  247. "position" : "absolute",
  248. "right" : "5px",
  249. "width": "22px",
  250. "height": "26px",
  251. "top": "5px",
  252. "opacity": 0,
  253. "cursor" : "pointer",
  254. "background": "url(../x_component_Forum/$Setting/default/icon/delete.png) no-repeat center center"
  255. },
  256. "sectionItemTopDiv" : {
  257. "overflow":"hidden","padding-top":"7px"
  258. },
  259. "sectionItemTopLable" : {
  260. "height" : "15px",
  261. "line-height" : "15px",
  262. "color" : "#9f9f9f",
  263. "float" : "left"
  264. },
  265. "sectionItemTopInfor" : {
  266. "height" : "15px",
  267. "line-height" : "15px",
  268. "color" : "#666",
  269. "float" : "left"
  270. },
  271. "sectionItemTitleNode" : {
  272. "margin-top" : "5px",
  273. "height": "20px", "color": "rgb(51, 51, 51)", "line-height": "20px", "font-family": "Microsoft YaHei", "font-size": "16px","font-weight" : "bold",
  274. "float" : "left"
  275. },
  276. "sectionItemTitleNode_over" : {
  277. "color" : "rgb(51, 51, 51)"
  278. },
  279. "forumNameLabel" : {
  280. "margin-top" : "5px",
  281. "margin-left" : "10px",
  282. "padding" : "0px 5px",
  283. "background-color" : "#8ca3b5",
  284. "height" : "20px",
  285. "line-height" : "20px",
  286. "color" : "#fff",
  287. "float" : "left"
  288. },
  289. "sectionItemListNode" : {
  290. "height" : "159px",
  291. "padding-top" : "5px",
  292. "margin-top" : "5px",
  293. "margin-left" : "10px",
  294. "margin-right" : "10px",
  295. "border-top" : "1px solid #dedede"
  296. },
  297. "sectionItemListItemNode" : {
  298. "color" : "#666",
  299. "height" : "24px",
  300. "line-height" : "24px",
  301. "font-size" : "14px",
  302. "cursor" : "pointer"
  303. },
  304. "sectionItemListItemNode_over" : {
  305. "color" : "#0258ad"
  306. },
  307. //section 样式结束
  308. "normalTdNode" : {
  309. "min-height": "30px",
  310. "padding-left" : "10px",
  311. "text-align":"left",
  312. "overflow" : "hidden",
  313. //"font-weight" : "bold",
  314. //"border-top": "1px solid #FFF",
  315. "border-top": "1px dashed #cfecf5"
  316. },
  317. "normalTdCenterNode" : {
  318. "min-height": "30px",
  319. "padding-left" : "10px",
  320. "text-align":"center",
  321. "overflow" : "hidden",
  322. //"font-weight" : "bold",
  323. //"border-top": "1px solid #FFF",
  324. "border-top": "1px dashed #cfecf5"
  325. },
  326. "documentSubject" : {
  327. "font-size" : "14px",
  328. "font-weight" : "bold",
  329. "color" : "#003399"
  330. },
  331. "itemBlock" : {
  332. "overflow" : "hidden",
  333. "display" : "block"
  334. },
  335. "itemInLine" : {
  336. "float" : "left",
  337. "font-color" : "#888",
  338. "padding-right" : "10px",
  339. "padding-top" : "5px"
  340. },
  341. "titleTdNode" : {
  342. "font-size" : "16px",
  343. "font-weight" : "bold",
  344. "color" : "#ec6a1a",
  345. "border-top": "1px dashed #cfecf5"
  346. },
  347. "formMaskNode": {
  348. "width": "100%",
  349. "height": "100%",
  350. "opacity": 0.6,
  351. "position": "absolute",
  352. "background-color": "#CCC",
  353. "top": "0px",
  354. "left": "0px"
  355. },
  356. "formAreaNode": {
  357. "position": "absolute",
  358. "opacity": 0,
  359. "top": "0px" //,
  360. //"z-index" : "105"
  361. },
  362. "formNode": {
  363. "background-color": "#FFF",
  364. "box-shadow": "0px 0px 10px #999",
  365. "margin": "auto",
  366. "border": "1px solid #fff",
  367. "overflow": "hidden"
  368. },
  369. "formTopNode": {
  370. "color" : "#fff",
  371. "height": "40px",
  372. "background-color": "#3d77c1",
  373. "border-top": "1px solid #ddd",
  374. "border-bottom": "1px solid #b6b6b6",
  375. "line-height": "40px",
  376. "font-size": "14px",
  377. "padding-left" : "5px",
  378. "text-align": "left"
  379. },
  380. "formTopIconNode" : {
  381. "width": "28px",
  382. "height": "32px",
  383. "float": "left",
  384. "background": "url(../x_component_Execution/$WorkForm/default/icon/document.png) no-repeat center 4px"
  385. },
  386. "formTopTextNode" : {
  387. "font-size": "16px",
  388. "float": "left",
  389. "width" : "480px",
  390. "overflow" : "hidden",
  391. "text-overflow" : "ellipsis",
  392. "white-space":"nowrap"
  393. },
  394. "formTopCloseActionNode": {
  395. "width": "32px",
  396. "height": "32px",
  397. "float": "right",
  398. "padding-left" : "30px",
  399. "padding-right" : "10px",
  400. "background": "url(../x_component_Execution/$WorkForm/default/icon/close.png) no-repeat center 4px",
  401. "cursor": "pointer"
  402. },
  403. "formTopContentNode" : {
  404. "float" : "right",
  405. "padding-right" : "10px",
  406. "text-align" : "right"
  407. },
  408. "formTopContentTitle" : {
  409. },
  410. "formTopContentValue" : {
  411. "padding-right" : "20px",
  412. "font-size": "12px"
  413. },
  414. "formNewNode": {
  415. "width": "47px",
  416. "height": "47px",
  417. "background": "url(../x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  418. },
  419. "formIconNode": {
  420. "width": "47px",
  421. "height": "47px"
  422. },
  423. "formEditNode": {
  424. "width": "47px",
  425. "height": "47px"
  426. },
  427. "formToolbar" : {
  428. "padding-top" : "20px",
  429. "height" : "35px",
  430. "border-bottom" : "2px solid #999",
  431. "padding-left" : "15px"
  432. },
  433. "formCategoryNode":{
  434. "list-style" : "none",
  435. "padding": "0px 10px 7px 10px",
  436. "margin-left" : "10px",
  437. "height": "20px",
  438. "line-height": "20px",
  439. "overflow": "hidden",
  440. "font-family": "Microsoft YaHei",
  441. "font-size": "18px",
  442. "font-weight" : "normal",
  443. "float": "left",
  444. "cursor": "pointer",
  445. "color":"#3c76c1",
  446. "border-bottom" : "2px solid #fff"
  447. //border-bottom-color: rgb(255, 255, 255); border-bottom-width: 2px; border-bottom-style: solid;
  448. //"display":"inline-block","width":"80px","height":"30px","text-align":"center","line-height":"30px","cursor":"pointer","color":"#3c76c1","font-size":"14px","margin-right" : "10px"
  449. },
  450. "formCategoryNode_over" : {
  451. "font-size": "18px",
  452. "font-weight": "normal",
  453. "border-bottom" : "2px solid #5c97e1"
  454. },
  455. "formCategoryNode_current" : {
  456. "font-size": "18px",
  457. "font-weight": "bold",
  458. "border-bottom" : "2px solid #124c93"
  459. },
  460. "formContentNode": {
  461. "border": "0px solid #666",
  462. "width": "100%",
  463. "margin": "auto",
  464. "font-size": "14px",
  465. "color": "#666",
  466. "font-family": "Microsoft YaHei",
  467. "overflow" : "hidden"
  468. },
  469. "formTableContainer" : {
  470. "margin": "0px 10px",
  471. "overflow" : "hidden",
  472. "positon" : "static"
  473. },
  474. "formBottomNode" : {
  475. "height" : "50px",
  476. "line-height" : "50px",
  477. "border-top" : "1px solid #3d77c1",
  478. "background-color" : "#fff",
  479. "overflow" : "hidden"
  480. },
  481. "formOkActionNode": {
  482. "margin-top" : "5px",
  483. "height": "35px",
  484. "width": "75px",
  485. "cursor": "pointer",
  486. "float": "right",
  487. "line-height": "35px",
  488. "text-align": "center",
  489. "font-size": "16px",
  490. "font-family": "Microsoft YaHei",
  491. "border": "1px solid #3d77c1",
  492. "background-color" : "#3d77c1",
  493. "color": "#FFF",
  494. "margin-right": "20px",
  495. "box-shadow": "3px 3px 3px #999"
  496. },
  497. "formCancelActionNode": {
  498. "margin-top" : "5px",
  499. "height": "35px",
  500. "width": "75px",
  501. "cursor": "pointer",
  502. "float": "right",
  503. "line-height": "35px",
  504. "text-align": "center",
  505. "font-size": "16px",
  506. "font-family": "Microsoft YaHei",
  507. "border": "1px solid #3d77c1",
  508. "background-color" : "#3d77c1",
  509. "color": "#FFF",
  510. "margin-right": "20px",
  511. "box-shadow": "3px 3px 3px #999"
  512. },
  513. "iconNode": {
  514. "width": "64px",
  515. "height": "64px",
  516. "border-bottom-left-radius": "10px",
  517. "border-bottom-right-radius": "10px",
  518. "border-top-left-radius": "10px",
  519. "border-top-right-radius": "10px",
  520. "float" : "left"
  521. },
  522. "selectActionNode" : {
  523. "float": "left",
  524. "background-color": "#FFF",
  525. "padding": "4px 14px",
  526. "border": "1px solid #999",
  527. "border-radius": "3px",
  528. "font-size": "14px",
  529. "color": "#666",
  530. "cursor": "pointer",
  531. "margin-right" : "10px"
  532. },
  533. "changeIconActionNode":{
  534. "margin-left": "20px",
  535. "float": "left",
  536. "background-color": "#FFF",
  537. "padding": "4px 14px",
  538. "border": "1px solid #999",
  539. "border-radius": "3px",
  540. "margin-top": "30px",
  541. "font-size": "14px",
  542. "color": "#666",
  543. "cursor": "pointer"
  544. },
  545. "iconSelectNode" : {
  546. "margin" : "7px",
  547. "width": "64px",
  548. "height": "64px",
  549. "border-bottom-left-radius": "10px",
  550. "border-bottom-right-radius": "10px",
  551. "border-top-left-radius": "10px",
  552. "border-top-right-radius": "10px"
  553. },
  554. "iconAreaNode" : {
  555. "cursor" : "pointer",
  556. "background-color" : "#fff",
  557. "float" : "left"
  558. },
  559. "iconAreaNodeOver" : {
  560. "background-color" : "#f3f3f3"
  561. },
  562. "createTemplateMaskNode": {
  563. "width": "100%",
  564. "height": "100%",
  565. "background-color": "#666",
  566. "position": "absolute",
  567. "top": "0px",
  568. "left": "0px",
  569. "opacity": 0.4,
  570. "z-index":100
  571. },
  572. "createTemplateAreaNode": {
  573. "width": "688px",
  574. "height": "226",
  575. "border": "3px solid #999",
  576. "border-radius": "12px",
  577. "box-shadow": "0px 0px 10px #999",
  578. "position": "absolute",
  579. "top": "20%",
  580. "left": "10%",
  581. "z-index": "30000",
  582. "background-color": "#FFF",
  583. "opacity": 0
  584. },
  585. "createTypeTemplateAreaNode": {
  586. "width": "90%",
  587. "height": "90%",
  588. "border": "3px solid #999",
  589. "border-radius": "12px",
  590. "box-shadow": "0px 0px 10px #999",
  591. "position": "absolute",
  592. "top": "0px",
  593. "left": "0px",
  594. "z-index": "200",
  595. "background-color": "#F7F7F7",
  596. "opacity": 0
  597. },
  598. "createTemplateFormTitleNode": {
  599. "height": "50px",
  600. "line-height": "50px",
  601. "padding": "0px 30px",
  602. "color": "#666666",
  603. "font-size": "28px",
  604. "margin-top": "10px",
  605. "font-weight": "bold"
  606. },
  607. "createTemplateFormCategoryNode": {
  608. "margin-top": "10px",
  609. "padding": "0px 30px",
  610. "overflow": "hidden"
  611. },
  612. "createTemplateFormCategoryTitleNode": {
  613. "float": "left",
  614. "height": "24px",
  615. "line-height": "24px",
  616. "font-size": "16px",
  617. "color": "#666",
  618. "font-weight": "bold",
  619. "margin-right": "10px"
  620. },
  621. "createTemplateFormCategoryItemNode":{
  622. "float": "left",
  623. "height": "24px",
  624. "line-height": "24px",
  625. "font-size": "16px",
  626. "color": "#666",
  627. "font-weight": "bold",
  628. "margin-right": "10px",
  629. "cursor": "pointer"
  630. },
  631. "createTemplateFormCategoryItemNode_current": {
  632. "color": "#0000FF"
  633. },
  634. "createTemplateFormContentNode": {
  635. "overflow": "auto"
  636. },
  637. "typeTemplateNode": {
  638. "margin-top": "30px",
  639. "margin-left": "30px",
  640. //"float": "left",
  641. "width": "90%",
  642. "max-width" : "1200px",
  643. //"height": "180px",
  644. "cursor": "pointer",
  645. "border": "2px solid #F7F7F7",
  646. //"border-radius": "10px",
  647. "box-shadow": "0px 0px 0px #999",
  648. "background-color": "#F7F7F7"
  649. },
  650. "typeTemplateNode_over": {
  651. "border": "2px solid #bbb",
  652. "box-shadow": "0px 0px 5px #999",
  653. "background-color": "#bbb"
  654. },
  655. "typeTemplateNode_down": {
  656. "border-top": "2px solid #bbb",
  657. "border-left": "2px solid #bbb",
  658. "border-bottom": "2px solid #F7F7F7",
  659. "border-right": "2px solid #F7F7F7",
  660. "box-shadow": "0px 0px 0px #999"
  661. },
  662. "typeTemplateIconNode": {
  663. //"height": "135px",
  664. "width": "100%",
  665. "max-width" : "1200px",
  666. "margin": "5px auto 0px auto"
  667. },
  668. "typeTemplatePreviewNode": {
  669. //"height": "135px",
  670. "width": "100%",
  671. "max-width" : "1200px",
  672. "margin": "5px auto 0px auto",
  673. "position": "relative",
  674. "overflow": "hidden"
  675. },
  676. "typeTemplateActionNode":{
  677. "width": "16px",
  678. "height": "16px",
  679. "position": "absolute",
  680. "top": "0px",
  681. "right": "0px",
  682. "background": "url("+"../x_component_process_ProcessManager/$Explorer/default/formIcon/delete.png) no-repeat center center",
  683. "display": "none"
  684. },
  685. "typeTemplateTitleNode": {
  686. "height": "30px",
  687. "line-height": "30px",
  688. "text-align": "center",
  689. "font-size": "14px"
  690. },
  691. "typeTemplateIconImgNode": {
  692. "width": "100%",
  693. "height": "100%"
  694. //"border-radius": "10px"
  695. },
  696. "indexListStylePreview" : {
  697. "width" : "90%",
  698. "max-width" : "1200px"
  699. }
  700. }