styles_red-simple.json 9.1 KB

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