css.wcss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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": "#f8f8f8",
  29. "line-height": "40px",
  30. "font-size": "14px",
  31. "padding-left" : "5px",
  32. "text-align": "left",
  33. "border-bottom" : "1px solid #ccc"
  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/report/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/report/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/report/icon/icon_restore.png) no-repeat center center",
  70. "cursor": "pointer"
  71. },
  72. "formTopContentNode" : {
  73. "float" : "right",
  74. "padding-right" : "10px",
  75. "text-align" : "right"
  76. },
  77. "resizeNode" : {
  78. "position": "absolute",
  79. "height": "10px",
  80. "width": "10px",
  81. "bottom": "0px",
  82. "right": "0px",
  83. "cursor" : "se-resize"
  84. },
  85. "inputActive" : {
  86. "border" : "1px solid #3c75b7"
  87. },
  88. "formTopContentNode" : {
  89. "overflow" : "hidden",
  90. "float" : "right",
  91. "padding-right" : "10px",
  92. "text-align" : "right"
  93. },
  94. "formTopContentCustomNode" : {
  95. "float" : "right",
  96. "margin-top" : "20px",
  97. "margin-right" : "10px",
  98. "font-size" : "16px",
  99. "cursor" : "pointer"
  100. },
  101. "formTopContentTitle" : {
  102. },
  103. "formTopContentValue" : {
  104. "padding-right" : "20px",
  105. "font-size": "12px"
  106. },
  107. "formTabContainer" : {
  108. "padding-top" : "10px",
  109. "height" : "30px",
  110. "border-bottom" : "1px solid #ccc",
  111. "margin" : "0px 30px"
  112. },
  113. "formTabNode":{
  114. "list-style" : "none",
  115. "padding": "0px 10px 7px 10px",
  116. "margin-left" : "10px",
  117. "height": "20px",
  118. "line-height": "20px",
  119. "overflow": "hidden",
  120. "font-family": "Microsoft YaHei",
  121. "font-size": "16px",
  122. "font-weight" : "normal",
  123. "float": "left",
  124. "cursor": "pointer",
  125. "color":"#666"
  126. //border-bottom-color: rgb(255, 255, 255); border-bottom-width: 2px; border-bottom-style: solid;
  127. //"display":"inline-block","width":"80px","height":"30px","text-align":"center","line-height":"30px","cursor":"pointer","color":"#3c76c1","font-size":"14px","margin-right" : "10px"
  128. },
  129. "formTabNode_over" : {
  130. "font-size": "16px",
  131. "color": "#3c76b7",
  132. "font-weight": "normal"
  133. },
  134. "formTabNode_current" : {
  135. "font-size": "16px",
  136. "color": "#3c76b7",
  137. "font-weight": "normal"
  138. },
  139. "formContentNode": {
  140. "border": "0px solid #666",
  141. "width": "100%",
  142. "margin": "auto",
  143. "font-size": "14px",
  144. "color": "#666",
  145. "font-family": "Microsoft YaHei",
  146. "overflow" : "hidden",
  147. "position" : "relative"
  148. },
  149. "formTableContainer" : {
  150. "width" : "80%",
  151. "margin": "0px auto 20px auto",
  152. "overflow" : "hidden",
  153. "positon" : "static"
  154. },
  155. "formTableContainer2" : {
  156. "width" : "600px",
  157. "margin": "20px auto 0px auto",
  158. "overflow" : "hidden",
  159. "positon" : "static"
  160. },
  161. "formBottomNode" : {
  162. "height" : "80px",
  163. "background-color" : "#fff",
  164. "overflow" : "hidden",
  165. "text-align" : "center"
  166. },
  167. "inputOkButton" : {
  168. "background": "#4898F3",
  169. "border-radius": "4px",
  170. "width" : "250px",
  171. "height" : "40px",
  172. "line-height" : "40px",
  173. "border" : "0px",
  174. "color" : "#fff",
  175. "cursor" : "pointer",
  176. "font-size" : "18px"
  177. },
  178. "inputCancelButton" : {
  179. "background": "#f0f0f0",
  180. "border-radius": "4px",
  181. "width" : "130px",
  182. "height" : "40px",
  183. "line-height" : "40px",
  184. "color" : "#666",
  185. "border" : "0px",
  186. "margin-left" : "20px",
  187. "font-size" : "18px",
  188. "cursor" : "pointer"
  189. },
  190. "inputCancelButton_long" : {
  191. "background": "#f0f0f0",
  192. "border-radius": "4px",
  193. "width" : "400px",
  194. "height" : "40px",
  195. "line-height" : "40px",
  196. "color" : "#666",
  197. "border" : "0px",
  198. "margin-left" : "20px",
  199. "font-size" : "18px",
  200. "cursor" : "pointer"
  201. },
  202. "helpNode" : {
  203. "width" : "16px",
  204. "height" : "16px",
  205. "background" : "url(x_component_Template/$MPopupForm/report/icon/icon_wen.png) no-repeat center center"
  206. }
  207. }