css.wcss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. {
  2. tooltip:{
  3. group:{
  4. topBar:{
  5. "height":"30px",
  6. "border-bottom":"1px solid #E6E6E6"
  7. },
  8. topBarText:{
  9. "line-height":"30px",
  10. "float":"left",
  11. "font-size":"16px",
  12. "color":"#333333"
  13. },
  14. topBarClose:{
  15. "float":"right",
  16. "cursor":"pointer",
  17. "margin-right":"5px",
  18. "margin-top":"8px",
  19. "width":"16px",
  20. "height":"16px",
  21. "background": "url(/x_component_TeamWork/$Common/default/icon/icon_off.png) no-repeat center "
  22. },
  23. groupInContainer:{
  24. "margin-top":"10px",
  25. "width":"100%",
  26. "height":"36px",
  27. "border-radius": "100px",
  28. "border":"1px solid #DEDEDE"
  29. },
  30. groupIn:{
  31. "border":"0px",
  32. "height":"32px",
  33. "width":"80%",
  34. "margin-left":"20px",
  35. "font-size":"14px",
  36. "color":"#666666",
  37. "outline":"none"
  38. },
  39. groupAdd:{
  40. "text-align":"center",
  41. "font-size":"16px",
  42. "color":"#666666",
  43. "width":"100%",
  44. "height":"40px",
  45. "line-height":"40px",
  46. "background-color":"#F0F0F0",
  47. "border-radius":"100px",
  48. "margin":"20px auto"
  49. }
  50. },
  51. groupSelect:{
  52. topBar:{
  53. "height":"30px",
  54. "border-bottom":"1px solid #E6E6E6"
  55. },
  56. topBarBack:{
  57. "float":"left",
  58. "cursor":"pointer",
  59. "margin-right":"5px",
  60. "margin-top":"6px",
  61. "width":"16px",
  62. "height":"16px",
  63. "background": "url(/x_component_TeamWork/$Common/default/icon/icon_down2.png) no-repeat center "
  64. },
  65. topBarText:{
  66. "line-height":"30px",
  67. "float":"left",
  68. "font-size":"16px",
  69. "color":"#333333"
  70. },
  71. topBarClose:{
  72. "float":"right",
  73. "cursor":"pointer",
  74. "margin-right":"5px",
  75. "margin-top":"6px",
  76. "width":"16px",
  77. "height":"16px",
  78. "background": "url(/x_component_TeamWork/$Common/default/icon/icon_off.png) no-repeat center "
  79. },
  80. groupInContainer:{
  81. "margin-top":"10px",
  82. "width":"100%",
  83. "height":"36px",
  84. "border-radius": "10px",
  85. "border":"1px solid #DEDEDE"
  86. },
  87. groupIn:{
  88. "border":"0px",
  89. "height":"32px",
  90. "width":"80%",
  91. "margin-left":"20px",
  92. "font-size":"14px",
  93. "color":"#666666",
  94. "outline":"none",
  95. "margin-top":"2px"
  96. },
  97. dynamicLayout:{
  98. "height":"30px",
  99. "margin-top":"10px",
  100. "margin-bottom":"5px",
  101. "border-bottom":"1px solid #DEDEDE"
  102. },
  103. dynamicGroupIcon:{
  104. "float":"left",
  105. "cursor":"pointer",
  106. "margin-top":"8px",
  107. "margin-left":"20px",
  108. "margin-right":"10px",
  109. "width":"16px",
  110. "height":"16px",
  111. "background": "url(/x_component_TeamWork/$Common/default/icon/icon_circle.png) no-repeat center "
  112. },
  113. dynamicGroupText:{
  114. "float":"left",
  115. "line-height":"30px",
  116. "color":"#666666"
  117. },
  118. commonGroup:{
  119. "height":"20px",
  120. "line-height":"20px",
  121. "font-size":"14px",
  122. "color":"#999999",
  123. "margin-top":"20px"
  124. },
  125. "commonGroupContainer":{
  126. "height":"120px",
  127. "margin-top":"0px",
  128. "overflow":"hidden"
  129. },
  130. "groupItemContainer":{
  131. "height":"30px"
  132. },
  133. "groupItemIcon":{
  134. "float":"left",
  135. "cursor":"pointer",
  136. "margin-top":"8px",
  137. "margin-left":"10px",
  138. "margin-right":"10px",
  139. "width":"16px",
  140. "height":"16px",
  141. "background": "url(/x_component_TeamWork/$Common/default/icon/icon_circle.png) no-repeat center "
  142. },
  143. "groupItemText":{
  144. "float":"left",
  145. "line-height":"30px",
  146. "color":"#666666"
  147. },
  148. "newGroupContainer":{
  149. "cursor":"pointer",
  150. "height":"30px"
  151. },
  152. "newGroupIcon":{
  153. "float":"left",
  154. "width":"16px",
  155. "height":"16px",
  156. "margin-top":"8px",
  157. "margin-left":"10px",
  158. "margin-right":"10px",
  159. "background": "url(/x_component_TeamWork/$Common/default/icon/icon_zengjia_blue2_click.png) no-repeat center "
  160. },
  161. "newGroupText":{
  162. "color":"#4A90E2",
  163. "line-height":"30px",
  164. "font-size":"14px"
  165. },
  166. groupAdd:{
  167. "text-align":"center",
  168. "font-size":"16px",
  169. "color":"#FFFFFF",
  170. "width":"100%",
  171. "height":"40px",
  172. "line-height":"40px",
  173. "background-color":"#4A90E2",
  174. "border-radius":"10px",
  175. "margin":"10px auto"
  176. }
  177. }
  178. },
  179. popup:{
  180. "formMaskNode": {
  181. "width": "100%",
  182. "height": "100%",
  183. "opacity": 0.2,
  184. "position": "absolute",
  185. "background-color": "#999999",
  186. "top": "0px",
  187. "left": "0px"
  188. },
  189. "formAreaNode": {
  190. "position": "absolute",
  191. "opacity": 0,
  192. "top": "0px"
  193. },
  194. "formNode": {
  195. "background-color": "#FFF",
  196. "box-shadow": "0px 0px 10px #999",
  197. "border-radius":"5px",
  198. "margin": "auto",
  199. "border": "1px solid #fff",
  200. "overflow": "hidden"
  201. },
  202. "formTopNode": {
  203. "color" : "#fff",
  204. "height": "40px",
  205. "background-color": "#3d77c1",
  206. "border-top": "1px solid #ddd",
  207. "border-bottom": "1px solid #b6b6b6",
  208. "line-height": "40px",
  209. "font-size": "14px",
  210. "padding-left" : "5px",
  211. "text-align": "left"
  212. },
  213. "formTopIconNode" : {
  214. "width": "32px",
  215. "height": "32px",
  216. "float": "left",
  217. "background": "url(/x_component_Execution/$WorkDeploy/default/icon/document.png) no-repeat center 4px"
  218. },
  219. "formTopTextNode" : {
  220. "font-size": "16px",
  221. "float": "left",
  222. "width":"500px",
  223. "overflow": "hidden",
  224. "text-overflow": "ellipsis",
  225. "white-space": "nowrap"
  226. },
  227. "formTopCloseActionNode": {
  228. "width": "32px",
  229. "height": "32px",
  230. "float": "right",
  231. "padding-left" : "30px",
  232. "padding-right" : "10px",
  233. "background": "url(/x_component_Execution/$WorkDeploy/default/icon/close.png) no-repeat center 4px",
  234. "cursor": "pointer"
  235. },
  236. "formTopContentNode" : {
  237. "float" : "right",
  238. "padding-right" : "10px",
  239. "text-align" : "right"
  240. },
  241. "formTopContentTitle" : {
  242. },
  243. "formTopContentValue" : {
  244. "padding-right" : "20px",
  245. "font-size": "12px"
  246. },
  247. "formNewNode": {
  248. "width": "47px",
  249. "height": "47px",
  250. "background": "url(/x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  251. },
  252. "formIconNode": {
  253. "width": "47px",
  254. "height": "47px"
  255. },
  256. "formEditNode": {
  257. "width": "47px",
  258. "height": "47px"
  259. },
  260. "formContentNode": {
  261. "border": "0px solid #666",
  262. "width": "100%",
  263. "margin": "auto",
  264. "font-size": "14px",
  265. "color": "#666",
  266. "font-family": "Microsoft YaHei",
  267. "overflow" : "hidden"
  268. },
  269. "formTableContainer" : {
  270. "margin": "0px 10px",
  271. "overflow" : "hidden",
  272. "positon" : "static"
  273. },
  274. "formBottomNode" : {
  275. "height" : "40px",
  276. "line-height" : "40px",
  277. "background-color" : "#3d77c1",
  278. "overflow" : "hidden",
  279. "padding-top" : "10px"
  280. },
  281. "formOkActionNode": {
  282. "height": "30px",
  283. "width": "75px",
  284. "cursor": "pointer",
  285. "float": "right",
  286. "line-height": "30px",
  287. "text-align": "center",
  288. "font-size": "16px",
  289. "font-family": "Microsoft YaHei",
  290. "border": "1px solid #3d77c1",
  291. "background-color" : "#5d97e1",
  292. "color": "#FFF",
  293. "margin-right": "20px",
  294. "box-shadow": "0px 0px 3px #5d97e1"
  295. },
  296. "formCancelActionNode": {
  297. "height": "30px",
  298. "width": "75px",
  299. "cursor": "pointer",
  300. "float": "right",
  301. "line-height": "30px",
  302. "text-align": "center",
  303. "font-size": "16px",
  304. "font-family": "Microsoft YaHei",
  305. "border": "1px solid #3d77c1",
  306. "background-color" : "#5d97e1",
  307. "color": "#FFF",
  308. "margin-right": "20px",
  309. "box-shadow": "0px 0px 3px #5d97e1"
  310. },
  311. "formActionNode": {
  312. "height": "30px",
  313. "width": "75px",
  314. "cursor": "pointer",
  315. "float": "left",
  316. "line-height": "30px",
  317. "text-align": "center",
  318. "font-size": "16px",
  319. "font-family": "Microsoft YaHei",
  320. "color": "#FFF",
  321. "margin-left": "10px",
  322. "margin-right": "20px"
  323. }
  324. }
  325. }