styles_official.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. {
  2. "name": "公文样式",
  3. "form": {
  4. "styles":{
  5. "background-color": "#ffffff",
  6. "font-family": "宋体"
  7. }
  8. },
  9. "label": {
  10. "banner": {
  11. "name": "横幅",
  12. "styles": {
  13. "height": "40px",
  14. "line-height": "40px",
  15. "color": "#fd1113",
  16. "font-size": "18px",
  17. "padding": "0px 10px",
  18. "font-weight": "bold",
  19. "text-align": "center"
  20. }
  21. },
  22. "title": {
  23. "name": "标题",
  24. "styles": {
  25. "text-align": "center",
  26. "font-size": "36px",
  27. "line-height": "60px",
  28. "font-weight": "bold",
  29. "color": "#fd1113",
  30. "height": "60px",
  31. "font-family": "宋体"
  32. }
  33. },
  34. "section": {
  35. "name": "区段标题",
  36. "styles": {
  37. "height": "40px",
  38. "background-color": "#f7f7f7",
  39. "line-height": "40px",
  40. "padding": "0px 20px",
  41. "font-weight": "bold",
  42. "color": "#666",
  43. "border-bottom": "1px solid #cccccc"
  44. }
  45. }
  46. },
  47. "div": {
  48. "banner": {
  49. "name": "横幅",
  50. "styles": {
  51. "height": "40px",
  52. "line-height": "40px",
  53. "color": "#fd1113",
  54. "font-size": "18px",
  55. "padding": "0px 10px",
  56. "font-weight": "bold",
  57. "text-align": "center"
  58. }
  59. },
  60. "title": {
  61. "name": "标题",
  62. "styles": {
  63. "text-align": "center",
  64. "font-size": "36px",
  65. "line-height": "60px",
  66. "font-weight": "bold",
  67. "color": "#fd1113",
  68. "height": "60px"
  69. }
  70. },
  71. "section": {
  72. "name": "区段",
  73. "styles": {
  74. "padding": "20px 0px",
  75. "background-color": "#FFF",
  76. "border": "1px solid #cccccc"
  77. }
  78. }
  79. },
  80. "tab": {
  81. "styles": {},
  82. "tabAreaStyles": {
  83. "height": "40px",
  84. "border-bottom": "2px solid #cc3d3d"
  85. },
  86. "contentAreaStyles": {
  87. "line-height": "normal",
  88. "clear": "both",
  89. "overflow": "hidden"
  90. },
  91. "tabStyles": {
  92. "position": "relative",
  93. "margin-left": "4px",
  94. "margin-top": "0px",
  95. "margin-right": "0px",
  96. "float": "left",
  97. "height": "40px",
  98. "cursor": "pointer",
  99. "min-width": "100px",
  100. "background": "transparent ",
  101. "border-top-left-radius": "5px",
  102. "border-top-right-radius": "5px",
  103. "border": "0px solid #f0f0f0",
  104. "border-bottom": "1px solid #cc0000"
  105. },
  106. "tabTextStyles": {
  107. "color": "#666",
  108. "font-weight": "bold",
  109. "font-size": "18px",
  110. "line-height": "40px",
  111. "text-align": "center",
  112. "margin-right": "8px",
  113. "margin-top": "0px",
  114. "margin-left": "8px"
  115. },
  116. "tabCurrentStyles": {
  117. "position": "relative",
  118. "margin-top": "0px",
  119. "margin-left": "2px",
  120. "margin-right": "0px",
  121. "float": "left",
  122. "height": "40px",
  123. "min-width": "100px",
  124. "background": "#cc0000",
  125. "border-top-left-radius": "5px",
  126. "border-top-right-radius": "5px",
  127. "border-top": "0px solid #f0f0f0",
  128. "border-left": "0px solid #f0f0f0",
  129. "border-right": "0px solid #f0f0f0",
  130. "border-bottom": "1px solid #cc3d3d"
  131. },
  132. "tabCurrentTextStyles": {
  133. "color": "#FFF",
  134. "font-weight": "bold",
  135. "font-size": "18px",
  136. "line-height": "40px",
  137. "text-align": "center",
  138. "margin-right": "8px",
  139. "margin-left": "8px",
  140. "margin-top": "0px"
  141. }
  142. },
  143. "tab$Content": {
  144. "styles": {
  145. "padding": "20px 0px"
  146. }
  147. },
  148. "table": {
  149. "styles": {
  150. "background-color": "#FFF",
  151. "border": "1px solid #fd1113"
  152. },
  153. "titleStyles":{
  154. "background-color": "#fff",
  155. "color": "#fd1113",
  156. "font-weight": "bold",
  157. "height": "30px",
  158. "line-height": "30px",
  159. "text-align": "center",
  160. "font-size": "18px"
  161. },
  162. "contentStyles": {
  163. "background-color": "#FFFFFF",
  164. "color": "#333",
  165. "font-size": "18px",
  166. "min-height": "30px"
  167. },
  168. "layoutStyles": {},
  169. "properties": {
  170. "width": "100%",
  171. "border": "0",
  172. "cellpadding": "5",
  173. "align": "center"
  174. }
  175. },
  176. "log" : {
  177. "tableStyles": {
  178. "background-color": "#FFF",
  179. "border": "1px solid #fd1113"
  180. },
  181. "titleStyles":{
  182. "background-color": "#fff",
  183. "color": "#fd1113",
  184. "font-weight": "bold",
  185. "height": "30px",
  186. "line-height": "30px",
  187. "text-align": "center",
  188. "font-size": "18px"
  189. },
  190. "contentStyles": {
  191. "background-color": "#FFFFFF",
  192. "color": "#333",
  193. "font-size": "18px",
  194. "min-height": "30px"
  195. },
  196. "properties": {
  197. "width": "100%",
  198. "border": "0",
  199. "cellpadding": "5",
  200. "align": "center"
  201. }
  202. },
  203. "datagrid": {
  204. "styles": {
  205. },
  206. "tableStyles": {
  207. "border-left": "1px solid #fd1113",
  208. "border-top": "1px solid #fd1113"
  209. },
  210. "titleStyles": {
  211. "height": "28px",
  212. "cursor": "pointer",
  213. "line-height": "28px",
  214. "overflow": "hidden",
  215. "opacity": 1,
  216. "color": "#fd1113",
  217. "border-right": "1px solid #fd1113",
  218. "border-bottom": "1px solid #fd1113",
  219. "background-color": "#f0f0f0"
  220. },
  221. "contentStyles": {
  222. "text-align": "center",
  223. "height": "30px",
  224. "line-height": "30px",
  225. "border-right": "1px solid #fd1113",
  226. "border-bottom": "1px solid #fd1113"
  227. },
  228. "actionStyles": {
  229. "background-color": "#f7f7f7",
  230. "border-right": "1px solid #fd1113",
  231. "border-bottom": "1px solid #fd1113"
  232. },
  233. "editStyles": {
  234. "background-color": "#fff6f6",
  235. "text-align": "center",
  236. "height": "30px",
  237. "line-height": "30px",
  238. "border-right": "1px solid #fd1113",
  239. "border-bottom": "1px solid #fd1113"
  240. },
  241. "amountStyles": {
  242. "border-top": "1px solid #ccc",
  243. "font-weight": "bold",
  244. "height": "30px",
  245. "line-height": "30px",
  246. "text-align": "center",
  247. "background-color": "#f0f0f0",
  248. "border-right": "1px solid #fd1113",
  249. "border-bottom": "1px solid #fd1113"
  250. },
  251. "itemTitleStyles": {
  252. "height": "40px",
  253. "background-color": "#ffffff",
  254. "line-height": "30px",
  255. "padding": "0px 15px",
  256. "color": "#fd1113",
  257. "font-size": "18px",
  258. "font-weight": "bold",
  259. "border-bottom": "0px solid #cccccc"
  260. },
  261. "properties": {
  262. "width": "90%",
  263. "border": "0",
  264. "cellpadding": "3",
  265. "cellspacing": "0",
  266. "align": "center"
  267. }
  268. },
  269. "datagrid$Title": {
  270. "styles": {
  271. "background-color": "#f0f0f0"
  272. }
  273. },
  274. "textfield": {
  275. "styles": {
  276. "border-bottom": "0px",
  277. "border": "0px solid #999999",
  278. "height": "auto",
  279. "font-size": "18px",
  280. "line-height": "30px"
  281. },
  282. "inputStyles": {
  283. "border": "1px solid #999999",
  284. "height": "30px",
  285. "line-height": "30px",
  286. "font-size": "18px",
  287. "color": "#666",
  288. "font-family": "宋体"
  289. }
  290. },
  291. "calendar": {
  292. "styles": {
  293. "border-bottom": "0px",
  294. "border": "0px solid #999999",
  295. "height": "auto",
  296. "font-size": "18px",
  297. "line-height": "30px"
  298. },
  299. "inputStyles": {
  300. "border": "1px solid #999999",
  301. "height": "30px",
  302. "line-height": "30px",
  303. "font-size": "18px",
  304. "color": "#666",
  305. "font-family": "宋体"
  306. }
  307. },
  308. "number": {
  309. "styles": {
  310. "border-bottom": "0px",
  311. "border": "0px solid #999999",
  312. "height": "auto",
  313. "font-size": "18px",
  314. "line-height": "30px"
  315. },
  316. "inputStyles": {
  317. "border": "1px solid #999999",
  318. "height": "30px",
  319. "line-height": "30px",
  320. "font-size": "18px",
  321. "color": "#666",
  322. "font-family": "宋体"
  323. }
  324. },
  325. "address": {
  326. "styles": {
  327. "border-bottom": "0px",
  328. "height": "auto",
  329. "line-height": "30px",
  330. "font-size": "18px",
  331. "border": "0px solid #999999"
  332. },
  333. "inputStyles": {
  334. "border": "1px solid #999999",
  335. "height": "30px",
  336. "line-height": "30px",
  337. "color": "#666",
  338. "font-size": "18px",
  339. "font-family": "宋体"
  340. }
  341. },
  342. "combox": {
  343. "styles": {
  344. "border-bottom": "0px",
  345. "height": "auto",
  346. "line-height": "30px",
  347. "font-size": "18px",
  348. "border": "0px solid #999999"
  349. },
  350. "inputStyles": {
  351. "border": "1px solid #999999",
  352. "height": "30px",
  353. "line-height": "30px",
  354. "color": "#666",
  355. "font-size": "18px",
  356. "font-family": "宋体"
  357. }
  358. },
  359. "personfield": {
  360. "styles": {
  361. "border-bottom": "0px",
  362. "height": "auto",
  363. "line-height": "30px",
  364. "font-size": "18px",
  365. "border": "0px solid #999999"
  366. },
  367. "inputStyles": {
  368. "border": "1px solid #999999",
  369. "height": "30px",
  370. "line-height": "30px",
  371. "color": "#666",
  372. "font-size": "18px",
  373. "font-family": "宋体"
  374. }
  375. },
  376. "orgfield": {
  377. "styles": {
  378. "border-bottom": "0px",
  379. "height": "auto",
  380. "line-height": "30px",
  381. "font-size": "18px",
  382. "border": "0px solid #999999"
  383. },
  384. "inputStyles": {
  385. "border": "1px solid #999999",
  386. "height": "30px",
  387. "line-height": "30px",
  388. "color": "#666",
  389. "font-size": "18px",
  390. "font-family": "宋体"
  391. }
  392. },
  393. "org": {
  394. "styles": {
  395. "border-bottom": "0px",
  396. "height": "auto",
  397. "line-height": "30px",
  398. "font-size": "18px",
  399. "border": "0px solid #999999"
  400. },
  401. "inputStyles": {
  402. "border": "1px solid #999999",
  403. "height": "30px",
  404. "line-height": "30px",
  405. "color": "#666",
  406. "font-size": "18px",
  407. "font-family": "宋体"
  408. }
  409. },
  410. "select": {
  411. "styles": {
  412. "border-bottom": "0px",
  413. "margin-top": "5px",
  414. "height": "auto",
  415. "line-height": "30px",
  416. "font-size": "18px",
  417. "color": "#333"
  418. },
  419. "inputStyles": {
  420. "height": "30px",
  421. "line-height": "30px",
  422. "font-size": "18px",
  423. "color": "#666",
  424. "font-family": "宋体"
  425. }
  426. },
  427. "textarea": {
  428. "styles": {
  429. "border": "0px solid #999999",
  430. "font-size": "18px"
  431. },
  432. "inputStyles": {
  433. "border": "1px solid #999999",
  434. "color": "#666",
  435. "font-size": "18px",
  436. "font-family": "宋体"
  437. }
  438. },
  439. "opinion": {
  440. "styles": {
  441. "border": "0px solid #999999",
  442. "font-size": "18px"
  443. },
  444. "inputStyles": {
  445. "border": "1px solid #999999",
  446. "color": "#666",
  447. "font-size": "18px",
  448. "font-family": "宋体"
  449. }
  450. },
  451. "actionbar": {
  452. "style": "xform_red_simple"
  453. },
  454. "sidebar": {
  455. "style": "xform_side_red_simple",
  456. "customIconStyle" : ""
  457. },
  458. "attachment" : {
  459. "style" : "default"
  460. }
  461. }