css.wcss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. {
  2. "formMaskNode": {
  3. "width": "100%",
  4. "height": "100%",
  5. "opacity": 0.2,
  6. "position": "absolute",
  7. "background-color": "#000000",
  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 18px 0px #999999",
  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": "#ffffff",
  29. "line-height": "40px",
  30. "font-size": "14px",
  31. "padding-left" : "5px",
  32. "text-align": "left",
  33. "border-bottom" : "1px solid #fff"
  34. },
  35. "formTopTextNode" : {
  36. //"font-family" : "PingFang-SC-Medium",
  37. "height" : "50px",
  38. "line-height" : "50px",
  39. "padding-left" : "16px",
  40. "font-size": "16px",
  41. "float": "left",
  42. "overflow" : "hidden",
  43. "text-overflow" : "ellipsis",
  44. "white-space":"nowrap",
  45. "color": "#333"
  46. },
  47. "formTopCloseActionNode": {
  48. "width": "24px",
  49. "height" : "50px",
  50. "line-height" : "50px",
  51. "float": "right",
  52. "margin-right" : "20px",
  53. "background": "url(../x_component_Template/$MPopupForm/report/icon/icon_off.png) no-repeat center center",
  54. "cursor": "pointer"
  55. },
  56. "formTopMaxActionNode": {
  57. "width": "24px",
  58. "height" : "50px",
  59. "line-height" : "50px",
  60. "float": "right",
  61. "background": "url(../x_component_Template/$MPopupForm/report/icon/icon_max.png) no-repeat center center",
  62. "cursor": "pointer"
  63. },
  64. "formTopRestoreActionNode": {
  65. "display" : "none",
  66. "width": "24px",
  67. "height" : "50px",
  68. "line-height" : "50px",
  69. "float": "right",
  70. "background": "url(../x_component_Template/$MPopupForm/report/icon/icon_restore.png) no-repeat center center",
  71. "cursor": "pointer"
  72. },
  73. "resizeNode" : {
  74. "position": "absolute",
  75. "height": "10px",
  76. "width": "10px",
  77. "bottom": "0px",
  78. "right": "0px",
  79. "cursor" : "se-resize"
  80. },
  81. "inputActive" : {
  82. "border" : "1px solid #4A90E2"
  83. },
  84. "formTabContainer" : {
  85. "padding-top" : "10px",
  86. "height" : "30px",
  87. "border-bottom" : "1px solid #ccc",
  88. "margin" : "0px 30px"
  89. },
  90. "formTopContentNode" : {
  91. "overflow" : "hidden",
  92. "float" : "right",
  93. "padding-right" : "10px",
  94. "text-align" : "right"
  95. },
  96. "formTopContentCustomNode" : {
  97. "float" : "right",
  98. "margin-top" : "20px",
  99. "margin-right" : "10px",
  100. "font-size" : "16px",
  101. "cursor" : "pointer"
  102. },
  103. "formTopContentTitle" : {
  104. },
  105. "formTopContentValue" : {
  106. "padding-right" : "20px",
  107. "font-size": "12px"
  108. },
  109. "formTabNode":{
  110. "list-style" : "none",
  111. "padding": "0px 10px 7px 10px",
  112. "margin-left" : "10px",
  113. "height": "20px",
  114. "line-height": "20px",
  115. "overflow": "hidden",
  116. "font-family": "Microsoft YaHei",
  117. "font-size": "16px",
  118. "font-weight" : "normal",
  119. "float": "left",
  120. "cursor": "pointer",
  121. "color":"#666"
  122. //border-bottom-color: rgb(255, 255, 255); border-bottom-width: 2px; border-bottom-style: solid;
  123. //"display":"inline-block","width":"80px","height":"30px","text-align":"center","line-height":"30px","cursor":"pointer","color":"#3c76c1","font-size":"14px","margin-right" : "10px"
  124. },
  125. "formTabNode_over" : {
  126. "font-size": "16px",
  127. "color": "#4A90E2",
  128. "font-weight": "normal"
  129. },
  130. "formTabNode_current" : {
  131. "font-size": "16px",
  132. "color": "#4A90E2",
  133. "font-weight": "normal"
  134. },
  135. "formContentNode": {
  136. "border": "0px solid #666",
  137. "width": "100%",
  138. "margin": "auto",
  139. "font-size": "14px",
  140. "color": "#666",
  141. "font-family": "Microsoft YaHei",
  142. "overflow" : "hidden",
  143. "position" : "relative"
  144. },
  145. "formTableContainer" : {
  146. "width" : "80%",
  147. "margin": "0px auto 20px auto",
  148. "overflow" : "hidden",
  149. "positon" : "static"
  150. },
  151. "formTableContainer2" : {
  152. "width" : "600px",
  153. "margin": "20px auto 0px auto",
  154. "overflow" : "hidden",
  155. "positon" : "static"
  156. },
  157. "formBottomNode" : {
  158. "height" : "80px",
  159. "background-color" : "#fff",
  160. "overflow" : "hidden",
  161. "text-align" : "center"
  162. },
  163. "inputOkButton" : {
  164. "background": "#4A90E2",
  165. "border-radius": "20px",
  166. "width" : "250px",
  167. "height" : "40px",
  168. "line-height" : "40px",
  169. "border" : "0px",
  170. "color" : "#fff",
  171. "cursor" : "pointer",
  172. "font-size" : "16px"
  173. },
  174. "inputCancelButton" : {
  175. "background": "#F0F0F0",
  176. "border-radius": "20px",
  177. "width" : "130px",
  178. "height" : "40px",
  179. "line-height" : "40px",
  180. "color" : "#666",
  181. "border" : "0px",
  182. "margin-left" : "20px",
  183. "font-size" : "16px",
  184. "cursor" : "pointer"
  185. },
  186. "inputCancelButton_long" : {
  187. "background": "#F0F0F0",
  188. "border-radius": "20px",
  189. "width" : "400px",
  190. "height" : "40px",
  191. "line-height" : "40px",
  192. "color" : "#666",
  193. "border" : "0px",
  194. "margin-left" : "20px",
  195. "font-size" : "16px",
  196. "cursor" : "pointer"
  197. },
  198. "helpNode" : {
  199. "width" : "16px",
  200. "height" : "16px",
  201. "background" : "url(x_component_Template/$MPopupForm/report/icon/icon_wen.png) no-repeat center center"
  202. },
  203. "formOkActionNode": {
  204. "background": "#4A90E2",
  205. "border-radius": "20px",
  206. "width" : "250px",
  207. "height" : "40px",
  208. "line-height" : "40px",
  209. "border" : "0px",
  210. "color" : "#fff",
  211. "cursor" : "pointer",
  212. "font-size" : "16px",
  213. "display": "inline-block"
  214. },
  215. "formCancelActionNode": {
  216. "background": "#F0F0F0",
  217. "border-radius": "20px",
  218. "width" : "130px",
  219. "height" : "40px",
  220. "line-height" : "40px",
  221. "color" : "#666",
  222. "border" : "0px",
  223. "margin-left" : "20px",
  224. "font-size" : "16px",
  225. "cursor" : "pointer",
  226. "display": "inline-block"
  227. }
  228. }