css.wcss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. {
  2. "formMaskNode": {
  3. "width": "100%",
  4. "height": "100%",
  5. "opacity": 0.6,
  6. "position": "absolute",
  7. "background-color": "#ccc",
  8. "top": "0px",
  9. "left": "0px"
  10. },
  11. "formAreaNode": {
  12. "position": "absolute",
  13. "opacity": 0,
  14. "top": "0px"
  15. },
  16. "formNode": {
  17. "background-color": "#f4f4f5",
  18. "box-shadow": "0px 0px 10px #999",
  19. "margin": "auto",
  20. "border-radius" : "8px",
  21. "overflow": "hidden"
  22. },
  23. "formTopNode": {
  24. "color" : "#fff",
  25. "height" : "58px",
  26. "background-color": "#3c75b7",
  27. "line-height": "40px",
  28. "font-size": "14px",
  29. "padding-left" : "5px",
  30. "text-align": "left"
  31. },
  32. "formTopIconNode" : {
  33. "width" : "36px",
  34. "height" : "36px",
  35. "margin" : "22px 18px 22px 30px",
  36. "float": "left",
  37. "background": "url("+MWF.defaultPath+"/xDesktop/$Authentication/default/icon/o2_logo.png) no-repeat center center"
  38. },
  39. "formTopTextNode" : {
  40. //"font-family" : "PingFang-SC-Medium",
  41. "margin-top" : "10px",
  42. "padding-left" : "20px",
  43. "font-size": "20px",
  44. "float": "left",
  45. "overflow" : "hidden",
  46. "text-overflow" : "ellipsis",
  47. "white-space":"nowrap"
  48. },
  49. "formTopCloseActionNode": {
  50. "width": "32px",
  51. "height": "32px",
  52. "float": "right",
  53. "margin-top" : "13px",
  54. "margin-right" : "20px",
  55. "background": "url(../x_component_Template/$MPopupForm/blue/icon/icon_close_square_pre.png) no-repeat center center",
  56. "cursor": "pointer"
  57. },
  58. "formTopMaxActionNode": {
  59. "width": "32px",
  60. "height": "32px",
  61. "float": "right",
  62. "margin-top" : "13px",
  63. "background": "url(../x_component_Template/$MPopupForm/blue/icon/icon_max_square_pre.png) no-repeat center center",
  64. "cursor": "pointer"
  65. },
  66. "formTopRestoreActionNode": {
  67. "display" : "none",
  68. "width": "32px",
  69. "height": "32px",
  70. "float": "right",
  71. "margin-top" : "13px",
  72. "background": "url(../x_component_Template/$MPopupForm/blue/icon/icon_restore_square_pre.png) no-repeat center center",
  73. "cursor": "pointer"
  74. },
  75. "resizeNode" : {
  76. "position": "absolute",
  77. "height": "15px",
  78. "width": "15px",
  79. "bottom": "0px",
  80. "right": "0px",
  81. "cursor" : "se-resize"
  82. },
  83. "formTopContentNode" : {
  84. "float" : "right",
  85. "padding-right" : "10px",
  86. "text-align" : "right"
  87. },
  88. "formTopContentSepNode" : {
  89. "float" : "right",
  90. "width" : "1px",
  91. "margin-top" : "33px",
  92. "margin-right" : "10px",
  93. "height" : "16px",
  94. "border-left" : "1px solid #fff"
  95. },
  96. "formTopContentNode" : {
  97. "overflow" : "hidden",
  98. "float" : "right",
  99. "padding-right" : "10px",
  100. "text-align" : "right"
  101. },
  102. "formTopContentCustomNode" : {
  103. "float" : "right",
  104. "margin-top" : "20px",
  105. "margin-right" : "10px",
  106. "font-size" : "16px",
  107. "cursor" : "pointer"
  108. },
  109. "formTopContentTitle" : {
  110. },
  111. "formTopContentValue" : {
  112. "padding-right" : "20px",
  113. "font-size": "12px"
  114. },
  115. "formNewNode": {
  116. "width": "47px",
  117. "height": "47px",
  118. "background": "url(../x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  119. },
  120. "formIconNode": {
  121. "width": "47px",
  122. "height": "47px"
  123. },
  124. "formEditNode": {
  125. "width": "47px",
  126. "height": "47px"
  127. },
  128. "formToolbar" : {
  129. "padding-top" : "20px",
  130. "height" : "35px",
  131. "border-bottom" : "2px solid #999",
  132. "padding-left" : "15px"
  133. },
  134. "formCategoryNode":{
  135. "list-style" : "none",
  136. "padding": "0px 10px 7px 10px",
  137. "margin-left" : "10px",
  138. "height": "20px",
  139. "line-height": "20px",
  140. "overflow": "hidden",
  141. "font-family": "Microsoft YaHei",
  142. "font-size": "18px",
  143. "font-weight" : "normal",
  144. "float": "left",
  145. "cursor": "pointer",
  146. "color":"#3c76c1",
  147. "border-bottom" : "2px solid #fff"
  148. //border-bottom-color: rgb(255, 255, 255); border-bottom-width: 2px; border-bottom-style: solid;
  149. //"display":"inline-block","width":"80px","height":"30px","text-align":"center","line-height":"30px","cursor":"pointer","color":"#3c76c1","font-size":"14px","margin-right" : "10px"
  150. },
  151. "formCategoryNode_over" : {
  152. "font-size": "18px",
  153. "font-weight": "normal",
  154. "border-bottom" : "2px solid #5c97e1"
  155. },
  156. "formCategoryNode_current" : {
  157. "font-size": "18px",
  158. "font-weight": "bold",
  159. "border-bottom" : "2px solid #124c93"
  160. },
  161. "formContentNode": {
  162. "border": "0px solid #666",
  163. "width": "100%",
  164. "margin": "auto",
  165. "font-size": "14px",
  166. "color": "#666",
  167. "font-family": "Microsoft YaHei",
  168. "overflow" : "hidden",
  169. "position" : "relative"
  170. },
  171. "formTableContainer" : {
  172. //"width" : "460px",
  173. "margin": "20px auto 0px auto",
  174. "overflow" : "hidden",
  175. "positon" : "static"
  176. },
  177. "formBottomNode" : {
  178. "height" : "70px",
  179. "line-height" : "70px",
  180. "padding-right" : "30px",
  181. "overflow" : "hidden"
  182. },
  183. "formOkActionNode": {
  184. "height": "30px",
  185. "width": "85px",
  186. "cursor": "pointer",
  187. "float": "right",
  188. "line-height": "30px",
  189. "padding-left": "65px",
  190. "font-size": "16px",
  191. "font-family": "Microsoft YaHei",
  192. "border-radius": "3px",
  193. "border": "1px solid #354f67",
  194. "color": "#FFF",
  195. "margin-right": "30px",
  196. "margin-top": "20px",
  197. "box-shadow": "0px 0px 0px #666",
  198. "background": "url("+"../x_component_Template/$MPopupForm/blue/icon/editOk_bg.png) no-repeat"
  199. },
  200. "formCancelActionNode": {
  201. "height": "30px",
  202. "width": "60px",
  203. "cursor": "pointer",
  204. "float": "right",
  205. "line-height": "30px",
  206. "padding-left": "40px",
  207. "font-size": "16px",
  208. "font-family": "Microsoft YaHei",
  209. "border-radius": "3px",
  210. "color": "#FFF",
  211. "margin-top": "20px",
  212. "box-shadow": "0px 0px 0px #666",
  213. "border": "1px solid #999",
  214. "background": "url("+"../x_component_Template/$MPopupForm/blue/icon/editCancel_bg.png) no-repeat"
  215. }
  216. }