css.wcss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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": "#fff",
  18. "box-shadow": "0px 0px 10px #999",
  19. "margin": "auto",
  20. "border-radius" : "8px",
  21. "overflow": "hidden",
  22. "-webkit-user-select": "text",
  23. "-moz-user-select": "text"
  24. },
  25. "formTopNode": {
  26. "color" : "#333",
  27. "height" : "50px",
  28. // "background-color": "#3c75b7",
  29. "background-color": "#fafafa",
  30. "line-height": "40px",
  31. "font-size": "14px",
  32. "padding-left" : "5px",
  33. "text-align": "left"
  34. },
  35. "formTopTextNode" : {
  36. //"font-family" : "PingFang-SC-Medium",
  37. "height" : "50px",
  38. "line-height" : "50px",
  39. "padding-left" : "18px",
  40. "font-size": "18px",
  41. "float": "left",
  42. "overflow" : "hidden",
  43. "text-overflow" : "ellipsis",
  44. "white-space":"nowrap"
  45. },
  46. "formTopCloseActionNode": {
  47. "width": "24px",
  48. "height" : "50px",
  49. "line-height" : "50px",
  50. "float": "right",
  51. "margin-right" : "20px",
  52. "background": "url(../x_component_Template/$MPopupForm/meeting/icon/icon_off.png) no-repeat center center",
  53. "cursor": "pointer"
  54. },
  55. "formTopMaxActionNode": {
  56. "width": "24px",
  57. "height" : "50px",
  58. "line-height" : "50px",
  59. "float": "right",
  60. "background": "url(../x_component_Template/$MPopupForm/meeting/icon/icon_max.png) no-repeat center center",
  61. "cursor": "pointer"
  62. },
  63. "formTopRestoreActionNode": {
  64. "display" : "none",
  65. "width": "24px",
  66. "height" : "50px",
  67. "line-height" : "50px",
  68. "float": "right",
  69. "background": "url(../x_component_Template/$MPopupForm/meeting/icon/icon_restore.png) no-repeat center center",
  70. "cursor": "pointer"
  71. },
  72. "resizeNode" : {
  73. "position": "absolute",
  74. "height": "15px",
  75. "width": "15px",
  76. "bottom": "0px",
  77. "right": "0px",
  78. "cursor" : "se-resize"
  79. },
  80. "formTopContentNode" : {
  81. "float" : "right",
  82. "padding-right" : "10px",
  83. "text-align" : "right"
  84. },
  85. "formTopContentSepNode" : {
  86. "float" : "right",
  87. "width" : "1px",
  88. "margin-top" : "33px",
  89. "margin-right" : "10px",
  90. "height" : "16px",
  91. "border-left" : "1px solid #fff"
  92. },
  93. "inputActive" : {
  94. "border" : "1px solid #3c75b7"
  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. "formContentNode": {
  116. "border": "0px solid #666",
  117. "width": "100%",
  118. "margin": "auto",
  119. "font-size": "14px",
  120. "color": "#666",
  121. "font-family": "Microsoft YaHei",
  122. "overflow" : "hidden",
  123. "position" : "relative"
  124. },
  125. "formTableContainer" : {
  126. "width" : "700px",
  127. "margin": "0px auto 20px auto",
  128. "padding-top" : "40px",
  129. "overflow" : "hidden",
  130. "positon" : "static"
  131. },
  132. "formTableContainer2" : {
  133. "width" : "600px",
  134. "margin": "20px auto 0px auto",
  135. "overflow" : "hidden",
  136. "positon" : "static"
  137. },
  138. "formBottomNode" : {
  139. "height" : "90px",
  140. //"border-top" : "1px solid #3d77c1",
  141. "background-color" : "#fff",
  142. "overflow" : "hidden"
  143. },
  144. "acceptIconNode": {
  145. "height": "20px",
  146. "width": "14px",
  147. "margin-right": "3px",
  148. "float": "left",
  149. "background": "url(../x_component_Template/$MPopupForm/meeting/icon/accept.png) no-repeat center center"
  150. },
  151. "rejectIconNode": {
  152. "height": "20px",
  153. "width": "14px",
  154. "margin-right": "3px",
  155. "float": "left",
  156. "background": "url(../x_component_Template/$MPopupForm/meeting/icon/reject.png) no-repeat center center"
  157. },
  158. "acceptTextNode": {
  159. "height": "20px",
  160. "line-height": "20px",
  161. "margin-top": "10px",
  162. "font-size": "12px",
  163. "color": "#1fbf04",
  164. "text-align": "center"
  165. },
  166. "rejectTextNode": {
  167. "height": "20px",
  168. "line-height": "20px",
  169. "margin-top": "10px",
  170. "font-size": "12px",
  171. "color": "#FF0000",
  172. "text-align": "center"
  173. },
  174. "formOkActionNode" : {
  175. "background": "#3C76B7",
  176. "border-radius": "4px",
  177. "padding-left" : "30px",
  178. "padding-right" : "30px",
  179. "height" : "40px",
  180. "line-height" : "40px",
  181. "border" : "0px",
  182. "color" : "#fff",
  183. "cursor" : "pointer",
  184. "font-size" : "18px",
  185. "float" : "right"
  186. },
  187. "formCancelActionNode" : {
  188. "background": "#f0f0f0",
  189. "border-radius": "4px",
  190. "padding-left" : "30px",
  191. "padding-right" : "30px",
  192. "height" : "40px",
  193. "line-height" : "40px",
  194. "color" : "#666",
  195. "border" : "0px",
  196. "margin-left" : "20px",
  197. "font-size" : "18px",
  198. "cursor" : "pointer",
  199. "margin-right" : "40px",
  200. "float" : "right"
  201. },
  202. "colorNode" : {
  203. "float" : "left",
  204. "border-radius" : "4px",
  205. "width" : "20px",
  206. "height" : "20px",
  207. "margin-right" : "10px",
  208. "cursor" : "pointer",
  209. "background-image" : "none",
  210. "background-repeat" : "no-repeat",
  211. "background-position" : " 50%"
  212. },
  213. "colorNode_current" : {
  214. "background-image" : "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAABGdBTUEAALGPC/xhBQAAAK1JREFUKBWVjzEKwkAURBMiimBvY2NjZWWVU+RU1mnTpkhhm0YsvYaNIDYpUgRygM2bsLuoZCEOPPbv/JkNiaI/ZIzZwh1Os2uEd/AA6TqrSHAPTzWQvrgZiwzL0AvsDvAG6QZrV8q4vOD4W5YHDUg1rHyGSyUXteB/WrP1OMwFFr6kASOBEqQOUotmSbvkq+QuLGIoQOotmuXFLhc8CeVKW+XB4NSC0llM7T69AcWO0hZLcgV4AAAAAElFTkSuQmCC)",
  215. "background-repeat" : "no-repeat",
  216. "background-position" : " 50%"
  217. }
  218. }