css.wcss 4.5 KB

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