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