css.wcss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. {
  2. "formMarkNode": {
  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": "#f4f4f5",
  18. "box-shadow": "0px 0px 10px #999",
  19. "margin": "auto",
  20. "border-radius" : "8px",
  21. "overflow": "hidden"
  22. },
  23. "formTopNode": {
  24. "color" : "#fff",
  25. "height" : "58px",
  26. "background-color": "#3c75b7",
  27. "line-height": "40px",
  28. "font-size": "14px",
  29. "padding-left" : "5px",
  30. "text-align": "left"
  31. },
  32. "formTopIconNode" : {
  33. "width" : "36px",
  34. "height" : "36px",
  35. "margin" : "22px 18px 22px 30px",
  36. "float": "left",
  37. "background": "url("+MWF.defaultPath+"/xDesktop/$Authentication/default/icon/o2_logo.png) no-repeat center center"
  38. },
  39. "formTopTextNode" : {
  40. //"font-family" : "PingFang-SC-Medium",
  41. "margin-top" : "10px",
  42. "padding-left" : "20px",
  43. "font-size": "20px",
  44. "float": "left",
  45. "overflow" : "hidden",
  46. "text-overflow" : "ellipsis",
  47. "white-space":"nowrap"
  48. },
  49. "formTopCloseActionNode": {
  50. "width": "32px",
  51. "height": "32px",
  52. "float": "right",
  53. "margin-top" : "13px",
  54. "margin-right" : "20px",
  55. "background": "url(/x_component_Template/$PopupForm/blue/icon/icon_close_square_pre.png) no-repeat center center",
  56. "cursor": "pointer"
  57. },
  58. "formTopContentNode" : {
  59. "float" : "right",
  60. "padding-right" : "10px",
  61. "text-align" : "right"
  62. },
  63. "formTopContentSepNode" : {
  64. "float" : "right",
  65. "width" : "1px",
  66. "margin-top" : "33px",
  67. "margin-right" : "10px",
  68. "height" : "16px",
  69. "border-left" : "1px solid #fff"
  70. },
  71. "formTopContentNode" : {
  72. "overflow" : "hidden",
  73. "float" : "right",
  74. "padding-right" : "10px",
  75. "text-align" : "right"
  76. },
  77. "formTopContentCustomNode" : {
  78. "float" : "right",
  79. "margin-top" : "20px",
  80. "margin-right" : "10px",
  81. "font-size" : "16px",
  82. "cursor" : "pointer"
  83. },
  84. "formTopContentTitle" : {
  85. },
  86. "formTopContentValue" : {
  87. "padding-right" : "20px",
  88. "font-size": "12px"
  89. },
  90. "formNewNode": {
  91. "width": "47px",
  92. "height": "47px",
  93. "background": "url(/x_component_Template/$Explorer/default/icon/new.png) no-repeat"
  94. },
  95. "formIconNode": {
  96. "width": "47px",
  97. "height": "47px"
  98. },
  99. "formEditNode": {
  100. "width": "47px",
  101. "height": "47px"
  102. },
  103. "formToolbar" : {
  104. "padding-top" : "20px",
  105. "height" : "35px",
  106. "border-bottom" : "2px solid #999",
  107. "padding-left" : "15px"
  108. },
  109. "formCategoryNode":{
  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": "微软雅黑",
  117. "font-size": "18px",
  118. "font-weight" : "normal",
  119. "float": "left",
  120. "cursor": "pointer",
  121. "color":"#3c76c1",
  122. "border-bottom" : "2px solid #fff"
  123. //border-bottom-color: rgb(255, 255, 255); border-bottom-width: 2px; border-bottom-style: solid;
  124. //"display":"inline-block","width":"80px","height":"30px","text-align":"center","line-height":"30px","cursor":"pointer","color":"#3c76c1","font-size":"14px","margin-right" : "10px"
  125. },
  126. "formCategoryNode_over" : {
  127. "font-size": "18px",
  128. "font-weight": "normal",
  129. "border-bottom" : "2px solid #5c97e1"
  130. },
  131. "formCategoryNode_current" : {
  132. "font-size": "18px",
  133. "font-weight": "bold",
  134. "border-bottom" : "2px solid #124c93"
  135. },
  136. "formContentNode": {
  137. "border": "0px solid #666",
  138. "width": "100%",
  139. "margin": "auto",
  140. "font-size": "14px",
  141. "color": "#666",
  142. "font-family": "微软雅黑",
  143. "overflow" : "hidden",
  144. "position" : "relative"
  145. },
  146. "formTableContainer" : {
  147. //"width" : "460px",
  148. "margin": "20px auto 0px auto",
  149. "overflow" : "hidden",
  150. "positon" : "static"
  151. },
  152. "formTableContainer2" : {
  153. "width" : "600px",
  154. "margin": "20px auto 0px auto",
  155. "overflow" : "hidden",
  156. "positon" : "static"
  157. },
  158. "formBottomNode" : {
  159. "height" : "50px",
  160. "line-height" : "50px",
  161. "overflow" : "hidden"
  162. },
  163. "formOkActionNode": {
  164. "height": "30px",
  165. "width": "85px",
  166. "cursor": "pointer",
  167. "float": "right",
  168. "line-height": "30px",
  169. "padding-left": "65px",
  170. "font-size": "16px",
  171. "font-family": "微软雅黑",
  172. "border-radius": "3px",
  173. "border": "1px solid #354f67",
  174. "color": "#FFF",
  175. "margin-right": "30px",
  176. "margin-top": "20px",
  177. "box-shadow": "0px 0px 0px #666",
  178. "background": "url("+"/x_component_Template/$PopupForm/blue/icon/editOk_bg.png) no-repeat"
  179. },
  180. "formCancelActionNode": {
  181. "height": "30px",
  182. "width": "60px",
  183. "cursor": "pointer",
  184. "float": "right",
  185. "line-height": "30px",
  186. "padding-left": "40px",
  187. "font-size": "16px",
  188. "font-family": "微软雅黑",
  189. "border-radius": "3px",
  190. "color": "#FFF",
  191. "margin-top": "20px",
  192. "box-shadow": "0px 0px 0px #666",
  193. "border": "1px solid #999",
  194. "background": "url("+"/x_component_Template/$PopupForm/blue/icon/editCancel_bg.png) no-repeat"
  195. }
  196. }