css.wcss 4.2 KB

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