css.wcss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "formMarkNode": {
  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. "border-left":"1px solid #ff0",
  36. "float":"left",
  37. "width":"100%"
  38. },
  39. "slideContentDiv":{
  40. "padding":"0 10px"
  41. },
  42. "customerNameSpan":{
  43. "font-size":"16px"
  44. },
  45. "customerMapA":{
  46. "cursor":"pointer",
  47. "color":"#ff8e31",
  48. "height":"20px",
  49. "line-height":"20px",
  50. "margin-left":"10px",
  51. "padding-left":"20px",
  52. "background":"url(/x_component_CRM/$CustomerRead/default/icons/location.png) no-repeat 2px center"
  53. },
  54. "customerStatusDiv":{
  55. }
  56. }