styles_cmcc.json 10.0 KB

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