css.wcss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. {
  2. "contentNode": {
  3. "height": "100%",
  4. "width": "100%",
  5. "overflow": "auto"
  6. },
  7. "itemNode": {
  8. "height": "150px",
  9. "float": "left",
  10. "padding": "10px",
  11. "padding-top": "15px",
  12. "border-top": "1px solid #ffffff",
  13. "border-left": "1px solid #ffffff",
  14. "border-right": "1px solid #dddddd",
  15. "border-bottom": "1px solid #dddddd"
  16. },
  17. "addActionTextNode": {
  18. "color": "#999999",
  19. "height": "40px",
  20. "line-height": "30px",
  21. "text-align": "center",
  22. "font-size": "18px",
  23. "font-weight": "bold"
  24. },
  25. "addActionIconNode": {
  26. "cursor": "pointer",
  27. "height": "80px",
  28. "width": "80px",
  29. "margin": "auto",
  30. "background-color": "#EEE",
  31. "margin-bottom": "10px",
  32. "border-radius": "10px",
  33. "box-shadow": "0px 0px 0px #CCC",
  34. "border": "3px solid #C3C3C3",
  35. "background-repeat": "no-repeat",
  36. "background-position": "center center",
  37. "background-image": "url(/x_component_SmartOfficeRoom/$Main/default/icon/add.png)"
  38. },
  39. "addActionIconNode_over": {
  40. "background-image": "url(/x_component_SmartOfficeRoom/$Main/default/icon/add_over.png)",
  41. "border": "3px solid #3498db",
  42. "box-shadow": "0px 0px 5px #666"
  43. },
  44. "selectDeviceNode": {
  45. "height": "80px",
  46. "overflow": "hidden",
  47. "border-top": "1px solid #ffffff",
  48. "border-bottom": "1px solid #cccccc",
  49. "cursor": "pointer",
  50. "background": "transparent"
  51. },
  52. "selectDeviceNode_over": {
  53. "background": "#ffffff"
  54. },
  55. "selectDeviceIconNode": {
  56. "height": "80px",
  57. "width": "80px",
  58. "background-repeat": "no-repeat",
  59. "background-position": "center center",
  60. "float": "left"
  61. },
  62. "selectDeviceFlagNode": {
  63. "height": "80px",
  64. "width": "80px",
  65. "background-repeat": "no-repeat",
  66. "background-position": "center center",
  67. "background-image": "url(/x_component_SmartOfficeRoom/$Main/default/icon/right.png)",
  68. "float": "right"
  69. },
  70. "selectDeviceContentNode": {
  71. "height": "80px",
  72. "padding": "10px 0px",
  73. "margin-left": "85px"
  74. },
  75. "selectDeviceTextNode": {
  76. "height": "30px",
  77. "line-height": "35px",
  78. "font-size": "16px",
  79. "color": "#333333"
  80. },
  81. "selectDeviceDesNode": {
  82. "height": "20px",
  83. "line-height": "20px",
  84. "font-size": "14px",
  85. "color": "#999999"
  86. },
  87. "createContentNode": {
  88. "height": "100%",
  89. "width": "100%",
  90. "overflow": "auto",
  91. "position": "absolute",
  92. "z-index": 10000,
  93. "top": "0px",
  94. "background-color": "#ffffff"
  95. },
  96. "configContentNode": {
  97. "margin": "0px",
  98. "overflow": "auto"
  99. },
  100. "configContentTitleNode": {
  101. "height": "50px",
  102. "background-color": "#535357",
  103. "margin": "auto",
  104. "color": "#eeeeee"
  105. },
  106. "configContentIconNode": {
  107. "height": "50px",
  108. "width": "50px",
  109. "background-repeat": "no-repeat",
  110. "background-position": "center center",
  111. "float": "left"
  112. },
  113. "configContentTextNode": {
  114. "height": "50px",
  115. "line-height":"50px",
  116. "margin-left": "50px",
  117. "font-size": "18px"
  118. },
  119. "configContentItemTitleNode": {
  120. "height": "30px",
  121. "line-height": "30px",
  122. "color": "#666666",
  123. "width": "77%",
  124. "margin": "auto",
  125. "font-size": "14px",
  126. "margin-top": "20px"
  127. },
  128. "configContentItemInputAreaNode": {
  129. "height": "34px",
  130. "line-height": "34px",
  131. "border": "1px solid #999999",
  132. "border-radius": "5px",
  133. "width": "77%",
  134. "margin": "auto",
  135. "overflow": "hidden"
  136. },
  137. "configContentItemInputNode": {
  138. "color": "#999999",
  139. "font-size": "14px",
  140. "height": "30px",
  141. "border": "0px",
  142. "width": "99%"
  143. },
  144. "configContentItemTextareaAreaNode": {
  145. "height": "80px",
  146. "line-height": "20px",
  147. "border": "1px solid #999999",
  148. "border-radius": "5px",
  149. "width": "77%",
  150. "margin": "auto",
  151. "overflow": "hidden"
  152. },
  153. "configContentItemTextareaNode": {
  154. "color": "#999999",
  155. "font-size": "14px",
  156. "border": "0px",
  157. "width": "99%",
  158. "height": "80px"
  159. },
  160. "configActionAreaNode": {
  161. "height": "50px",
  162. "width": "100%",
  163. "position": "absolute",
  164. "bottom": "0px",
  165. "background-color": "#535357"
  166. },
  167. "configSaveActionNode": {
  168. "text-align": "center",
  169. "line-height": "50px",
  170. "font-size": "18px",
  171. "width": "50%",
  172. "color": "#dddddd",
  173. "cursor": "pointer",
  174. "float": "left"
  175. },
  176. "configCancelActionNode": {
  177. "text-align": "center",
  178. "line-height": "50px",
  179. "font-size": "18px",
  180. "width": "49%",
  181. "border-left": "1px solid #cccccc",
  182. "color": "#dddddd",
  183. "cursor": "pointer",
  184. "float": "right"
  185. }
  186. }