css.wcss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. {
  2. "createMarkNode": {
  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. "createAreaNode": {
  12. "position": "absolute",
  13. "opacity": 0,
  14. "top": "0px",
  15. "z-index" : 10
  16. },
  17. "createNode": {
  18. "background-color": "#FFF",
  19. //"width": "95%",
  20. //"max-width": "600px",
  21. "box-shadow": "0px 0px 20px #999",
  22. "margin": "auto",
  23. "border-radius": "4px",
  24. "border": "3px solid #666",
  25. "overflow": "hidden"
  26. },
  27. "createContainerNode": {
  28. "background-color": "#FFF",
  29. // "width": "95%",
  30. //"max-width": "600px",
  31. "overflow": "hidden"
  32. },
  33. "createNewNode": {
  34. "width": "47px",
  35. "height": "47px",
  36. "background": "url(../x_component_Attendance/$PermissionExplorer/default/icon/new.png) no-repeat"
  37. },
  38. "createIconNode": {
  39. "width": "47px",
  40. "height": "47px"
  41. },
  42. "createEditNode": {
  43. "width": "47px",
  44. "height": "47px"
  45. },
  46. "createFormNode": {
  47. "border-radius": "8px",
  48. "border": "0px solid #666",
  49. "width": "70%",
  50. "max-width": "450px",
  51. "margin": "auto",
  52. "font-size": "16px",
  53. "color": "#666",
  54. "font-family": "Microsoft YaHei"
  55. },
  56. "createTableContainer" : {
  57. "overflow" : "hidden",
  58. //"margin-bottom" : "10px",
  59. "overflow" : "hidden"
  60. },
  61. "createTableArea" : {
  62. },
  63. "editTableHead" : {
  64. "height": "50px",
  65. "line-height": "50px",
  66. "text-align": "center",
  67. "min-width": "80px",
  68. "font-size":"20px",
  69. "font-weight": "bold"
  70. },
  71. "editTableTitle" : {
  72. "height": "30px",
  73. "line-height": "30px",
  74. "text-align": "left"
  75. },
  76. "editTableValue" : {
  77. "text-align": "left"
  78. },
  79. "inputStyle" : {
  80. "width": "99%",
  81. "border":"1px solid #999",
  82. "background-color":"#FFF",
  83. "border-radius": "3px",
  84. "box-shadow": "0px 0px 6px #CCC",
  85. "height": "26px"
  86. },
  87. "inputTextAreaStyle" : {
  88. "width": "99%",
  89. "border":"1px solid #999",
  90. "background-color":"#FFF",
  91. "border-radius": "3px",
  92. "box-shadow": "0px 0px 6px #CCC",
  93. "height": "40px"
  94. },
  95. "inputTimeStyle" : {
  96. "width": "99%",
  97. "border":"1px solid #999",
  98. "background":"url(../x_component_Attendance/$SelfHoliday/default/icon/calendar.png) 98% center no-repeat",
  99. "border-radius": "3px",
  100. "box-shadow": "0px 0px 6px #CCC",
  101. "height": "26px"
  102. },
  103. "inputPersonStyle" : {
  104. "width": "99%",
  105. "border":"1px solid #999",
  106. "background":"url(../x_component_Attendance/$SelfHoliday/default/icon/selectperson.png) 98% center no-repeat",
  107. "border-radius": "3px",
  108. "box-shadow": "0px 0px 6px #CCC",
  109. "height": "26px"
  110. },
  111. "createOkActionNode": {
  112. "height": "30px",
  113. "width": "60px",
  114. "cursor": "pointer",
  115. "float": "right",
  116. "line-height": "30px",
  117. "padding-left": "65px",
  118. "font-size": "16px",
  119. "font-family": "Microsoft YaHei",
  120. "border-radius": "3px",
  121. "border": "1px solid #354f67",
  122. "color": "#FFF",
  123. "margin-right": "20px",
  124. "margin-top": "20px",
  125. "box-shadow": "0px 0px 0px #666",
  126. "background": "url(../x_component_Attendance/$PermissionExplorer/default/icon/editOk_bg.png) no-repeat"
  127. },
  128. "createDenyActionNode": {
  129. "height": "30px",
  130. "width": "60px",
  131. "cursor": "pointer",
  132. "float": "right",
  133. "line-height": "30px",
  134. "padding-left": "40px",
  135. "margin-right": "20px",
  136. "font-size": "16px",
  137. "font-family": "Microsoft YaHei",
  138. "border-radius": "3px",
  139. "color": "#FFF",
  140. "margin-top": "20px",
  141. "box-shadow": "0px 0px 0px #666",
  142. "border": "1px solid #999",
  143. "background": "url(../x_component_Attendance/$PermissionExplorer/default/icon/editCancel_bg.png) no-repeat"
  144. },
  145. "createCancelActionNode": {
  146. "height": "30px",
  147. "width": "60px",
  148. "cursor": "pointer",
  149. "float": "right",
  150. "line-height": "30px",
  151. "padding-left": "30px",
  152. "margin-right": "20px",
  153. "font-size": "16px",
  154. "font-family": "Microsoft YaHei",
  155. "border-radius": "3px",
  156. "color": "#FFF",
  157. "margin-top": "20px",
  158. "box-shadow": "0px 0px 0px #666",
  159. "border": "1px solid #999",
  160. "background-color" : "#666"
  161. },
  162. "checkBox" : {
  163. "margin-right" : "5px",
  164. "font-size" : "14px"
  165. }
  166. }