css.wcss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. {
  2. "formMaskNode": {
  3. "width": "100%",
  4. "height": "100%",
  5. "opacity": 0.4,
  6. "position": "absolute",
  7. "background-color": "#CCC",
  8. "top": "0px",
  9. "left": "0px"
  10. },
  11. "formContent":{
  12. "height":"100%",
  13. "width":"0px",
  14. "top":"0px",
  15. "right":"0px",
  16. "background-color":"#336699",
  17. "color":"#ffffff",
  18. "position":"absolute"
  19. },
  20. "topDiv":{
  21. "border-left":"1px solid #fff",
  22. "height":"35px"
  23. },
  24. "topCloseDiv":{
  25. "margin-right":"10px",
  26. "float":"right",
  27. "width":"20px",
  28. "height":"35px",
  29. "background":"url(../x_component_CRM/$Main/default/icons/close.png) no-repeat center 8px",
  30. "cursor":"pointer",
  31. "opacity":"0.5",
  32. "filter":"alpha(opacity=50)"
  33. },
  34. "contentDiv":{
  35. "color":"#eeeeee",
  36. "border-left":"1px solid #ff0",
  37. "float":"left",
  38. "width":"100%"
  39. },
  40. "slideContentDiv":{
  41. "padding":"0 0 0 20px",
  42. "overflow-y":"hidden"
  43. },
  44. "customerNameSpan":{
  45. "font-size":"18px"
  46. },
  47. "customerMapA":{
  48. "cursor":"pointer",
  49. "color":"#ff8e31",
  50. "height":"20px",
  51. "line-height":"20px",
  52. "margin-left":"10px",
  53. "padding-left":"20px",
  54. "background":"url(../x_component_CRM/$CustomerRead/default/icons/location.png) no-repeat 2px center"
  55. },
  56. "customerNameDiv":{
  57. "margin-bottom":"5px"
  58. },
  59. "customerStatusDiv":{
  60. "width":"500px"
  61. },
  62. "customerStatusInfoDiv":{
  63. "height":"20px",
  64. "line-height":"20px"
  65. },
  66. "customerStatusPersonSpan":{
  67. "margin-left":"10px",
  68. "padding-left":"10px",
  69. "border-left":"2px solid #cccccc"
  70. },
  71. "customerStatusInfoDiv2":{
  72. "height":"20px",
  73. "line-height":"20px"
  74. },
  75. "customerStatusStatusSpan":{
  76. "margin-left":"10px",
  77. "padding-left":"10px",
  78. "border-left":"2px solid #cccccc"
  79. },
  80. "customerOperationDiv":{
  81. },
  82. "naviDiv":{
  83. "width":"100%",
  84. "height":"45px",
  85. "line-height":"45px",
  86. "border-bottom":"3px solid #cccccc"
  87. },
  88. "naviSpan":{
  89. "padding":"0 10px",
  90. "height":"45px",
  91. "line-height":"45px",
  92. "float":"left",
  93. "cursor":"pointer"
  94. },
  95. "contentInfoDiv":{
  96. "padding":"20px 0px 10px 0px"
  97. },
  98. "customerInfoDiv":{
  99. "color":"#8d8986",
  100. "width":"100%",
  101. "height":"100%",
  102. "background-color":"#fff",
  103. "border-radius":"5px"
  104. },
  105. "contentToolbarDiv":{
  106. "font-size":"16px",
  107. "height":"50px",
  108. "line-height":"50px",
  109. "border-bottom":"1px solid #eeeeee",
  110. "margin-bottom":"10px"
  111. },
  112. "contentToolbarSpan":{
  113. "margin-left":"10px"
  114. },
  115. "contentToolbarBottonDiv":{
  116. "font-size":"14px",
  117. "display":"inline-block",
  118. "float":"right",
  119. "width":"50px",
  120. "height":"25px",
  121. "line-height":"25px",
  122. "margin":"10px 10px",
  123. "color":"#fff",
  124. "border-radius":"3px",
  125. "cursor":"pointer",
  126. "text-align":"center",
  127. "background-color":"rgb(64, 122, 193)"
  128. },
  129. "detailsDiv":{
  130. "height":"30px",
  131. "line-height":"30px",
  132. "padding":"0 10px"
  133. },
  134. "detailsTitle":{
  135. "float":"left",
  136. "display":"inline-block",
  137. "width":"120px",
  138. "overflow":"hidden",
  139. "text-overflow":"ellipsis",
  140. "white-space":"nowrap"
  141. },
  142. "detailsValue":{
  143. "float":"left"
  144. }
  145. }