css.wcss 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. {
  2. "addVoteGroupNode" : {
  3. "margin-top" : "5px",
  4. "margin-right": "5px",
  5. "float": "left",
  6. "background-color": "#FFF",
  7. "padding": "5px 14px",
  8. "border": "1px solid #999",
  9. "border-radius": "3px",
  10. "font-size": "14px",
  11. "color": "#666",
  12. "cursor": "pointer"
  13. },
  14. "removeVoteGroupNode" : {
  15. "margin-left": "15px",
  16. "background-color": "#FFF",
  17. "padding": "3px 14px",
  18. "border": "1px solid #999",
  19. "border-radius": "3px",
  20. "font-size": "14px",
  21. "color": "#666",
  22. "cursor": "pointer"
  23. },
  24. "inforNode" : {
  25. "font-size" : "18px"
  26. },
  27. "infor2Node" : {
  28. "font-size" : "14px"
  29. },
  30. "submitButton" : {
  31. "cursor" : "pointer",
  32. "color" : "#fff",
  33. "padding" : "5px 20px",
  34. "font-size" : "14px",
  35. "background-color" : "#3C76B7",
  36. "margin-right" : "10px",
  37. "border" : "1px solid #3C76B7"
  38. },
  39. "submitButton_over" : {
  40. "background-color" : "#43aafa",
  41. "border" : "1px solid #43aafa"
  42. },
  43. "groupContainer" : {
  44. "margin":"15px 0px"
  45. },
  46. "showPersonNode" : {
  47. "margin-left":"10px"
  48. },
  49. "groupTitle" : {
  50. "font-size" : "14px",
  51. "margin-top" : "15px",
  52. "margin-bottom" : "10px"
  53. },
  54. "optionContainer" : {
  55. "margin-bottom" : "15px",
  56. "overflow" : "hidden"
  57. },
  58. "optionsDiv" : {
  59. "font-size" : "14px",
  60. "padding" : "10px 0px",
  61. "border-bottom" : "1px solid #ccc",
  62. "max-width" : "85%"
  63. },
  64. "optionPictureContainer" : {
  65. "margin-bottom" : "15px",
  66. "overflow" : "hidden"
  67. },
  68. "optionsPictureDiv" : {
  69. "font-size" : "14px",
  70. "width" : "260px",
  71. "padding" : "10px",
  72. "text-align" : "center"
  73. },
  74. "optionsInput" : { "margin-right":"10px" },
  75. "optionsPictureInput" : {},
  76. "optionsPictureDiv_mobile" : {
  77. "font-size" : "14px",
  78. "width" : "90%",
  79. "border-bottom" : "1px solid #f0f0f0",
  80. "margin" : "0px auto",
  81. "padding" : "10px",
  82. "text-align" : "center"
  83. },
  84. "optionPictureArea_mobile" : {
  85. // "margin-top" : "5px",
  86. // "width" : "100%",
  87. // "height" : "173px",
  88. // "border" : "1px solid #ccc",
  89. // "text-align" : "center",
  90. // "vertical-align" : "middle"
  91. },
  92. "optionPicture_mobile" : {
  93. "max-width" : "100%"
  94. // "max-height" : "173px",
  95. // "cursor" : "pointer"
  96. },
  97. "optionItem" : {
  98. "margin" : "10px 0px",
  99. "overflow" : "hidden"
  100. },
  101. "optionItemBack" : {
  102. "float":"left",
  103. "background-color" : "#f4f4f4",
  104. "height" : "16px",
  105. "margin-right" : "10px"
  106. },
  107. "optionItemFront" : {
  108. "height" : "16px"
  109. },
  110. "uploadActionNode":{
  111. "margin": "10px 10px 10px 0px",
  112. "background-color": "#FFF",
  113. "padding": "4px 14px",
  114. "border": "1px solid #999",
  115. "border-radius": "3px",
  116. "font-size": "14px",
  117. "color": "#666",
  118. "cursor": "pointer"
  119. },
  120. "optionPictureArea" : {
  121. "margin-top" : "5px",
  122. "width" : "260px",
  123. "height" : "173px",
  124. "border" : "1px solid #ccc",
  125. "text-align" : "center",
  126. "vertical-align" : "middle",
  127. "display" : "table-cell"
  128. },
  129. "optionPicture" : {
  130. "max-width" : "260px",
  131. "max-height" : "173px",
  132. "cursor" : "pointer"
  133. },
  134. "presentDiv" : {
  135. "background-color" : "#f4f4f4"
  136. },
  137. "presentNode" : {
  138. "float" : "left",
  139. "margin-right" : "10px"
  140. },
  141. "checkedOption" : {
  142. "float" : "left",
  143. "width" : "16px",
  144. "height" : "16px",
  145. "background": "url(../x_component_ForumDocument/$Vote/default/icon/checked.png) no-repeat center center"
  146. },
  147. "formMaskNode": {
  148. "width": "100%",
  149. "height": "100%",
  150. "opacity": 0.4,
  151. "position": "absolute",
  152. "background-color": "#CCC",
  153. "top": "0px",
  154. "left": "0px"
  155. },
  156. "formAreaNode": {
  157. "position": "absolute",
  158. "opacity": 0,
  159. "top": "0px" //,
  160. //"z-index" : "105"
  161. },
  162. "formNode": {
  163. "background-color": "#FFF",
  164. "box-shadow": "0px 0px 10px #999",
  165. "margin": "auto",
  166. "border": "1px solid #fff",
  167. "overflow": "hidden"
  168. },
  169. "formTopNode": {
  170. "color" : "#fff",
  171. "height": "40px",
  172. "background-color": "#3d77c1", //798d9e
  173. "border-top": "1px solid #ddd",
  174. "border-bottom": "1px solid #b6b6b6",
  175. "line-height": "40px",
  176. "font-size": "14px",
  177. "padding-left" : "5px",
  178. "text-align": "left"
  179. },
  180. "formTopTextNode" : {
  181. "font-size": "16px",
  182. "float": "left",
  183. "width" : "480px",
  184. "overflow" : "hidden",
  185. "text-overflow" : "ellipsis",
  186. "white-space":"nowrap"
  187. },
  188. "formTopTextNodeTopSetting" : {
  189. "font-size": "16px",
  190. "float": "left",
  191. "width" : "80px",
  192. "overflow" : "hidden",
  193. "text-overflow" : "ellipsis",
  194. "white-space":"nowrap"
  195. },
  196. "formTopTextNodeImageLink" : {
  197. "font-size": "16px",
  198. "float": "left",
  199. "width" : "280px",
  200. "overflow" : "hidden",
  201. "text-overflow" : "ellipsis",
  202. "white-space":"nowrap"
  203. },
  204. "formTopCloseActionNode": {
  205. "width": "32px",
  206. "height": "32px",
  207. "float": "right",
  208. "padding-left" : "30px",
  209. "padding-right" : "10px",
  210. "background": "url(../x_component_Execution/$WorkForm/default/icon/close.png) no-repeat center 4px",
  211. "cursor": "pointer"
  212. },
  213. "formTopContentNode" : {
  214. "float" : "right",
  215. "padding-right" : "10px",
  216. "text-align" : "right"
  217. },
  218. "formTopContentTitle" : {
  219. },
  220. "formTopContentValue" : {
  221. "padding-right" : "20px",
  222. "font-size": "12px"
  223. },
  224. "formNewNode": {
  225. "width": "47px",
  226. "height": "47px",
  227. "background": "url(../x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  228. },
  229. "formIconNode": {
  230. "width": "47px",
  231. "height": "47px"
  232. },
  233. "formEditNode": {
  234. "width": "47px",
  235. "height": "47px"
  236. },
  237. "formContentNode": {
  238. "border": "0px solid #666",
  239. "width": "100%",
  240. "margin": "auto",
  241. "font-size": "12px",
  242. "color": "#666",
  243. "font-family": "Microsoft YaHei",
  244. "overflow" : "hidden"
  245. },
  246. "formTableContainer" : {
  247. "margin": "0px 10px",
  248. "overflow" : "hidden",
  249. "positon" : "static"
  250. },
  251. "formTableValue14" : {
  252. "text-align": "left",
  253. "font-size" : "14px"
  254. },
  255. "portalImageAre" : {
  256. "width" : "600px"
  257. },
  258. "formBottomNode" : {
  259. "height" : "50px",
  260. "line-height" : "50px",
  261. "background-color" : "#eee",
  262. "overflow" : "hidden",
  263. "padding-left" : "20px"
  264. },
  265. "formOkActionNode": {
  266. "height": "30px",
  267. "line-height": "30px",
  268. "text-align" : "center",
  269. "width": "90px",
  270. "margin-top" : "10px",
  271. "margin-right" : "10px",
  272. "cursor": "pointer",
  273. "float": "left",
  274. "font-size": "14px",
  275. "font-family": "Microsoft YaHei",
  276. "background-color":"#5c97e1",
  277. "color": "#FFF",
  278. "box-shadow": "0px 0px 5px #2a5c95"
  279. },
  280. "formCancelActionNode": {
  281. "height": "30px",
  282. "line-height": "30px",
  283. "text-align" : "center",
  284. "width": "50px",
  285. "margin-top" : "10px",
  286. "margin-right" : "10px",
  287. "cursor": "pointer",
  288. "float": "left",
  289. "font-size": "14px",
  290. "font-family": "Microsoft YaHei",
  291. "background-color":"#5c97e1",
  292. "color": "#FFF",
  293. "box-shadow": "0px 0px 5px #2a5c95"
  294. },
  295. "logArea" : {
  296. "font-size" : "14px",
  297. "color" : "#333",
  298. "margin-right" : "10px",
  299. "height" : "450px",
  300. "width" : "560px"
  301. }
  302. }