css.wcss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "tooltipNode":{
  3. "font-size" : "14px",
  4. "max-width" : "500px",
  5. "min-width" : "10px",
  6. "padding" : "0px",
  7. "position" : "absolute",
  8. "max-height":"500px",
  9. "z-index" : "11",
  10. "margin-top" : "1px",
  11. "background-color" : "#fff",
  12. "-webkit-user-select": "text",
  13. "-moz-user-select": "text",
  14. "border-radius":"8px",
  15. "box-shadow" : "0 0 18px 0 #999999",
  16. "list-style-type":"none"
  17. },
  18. "listContentNode":{
  19. "background-color":"#fff",
  20. "border-radius":"8px",
  21. "list-style-type":"none",
  22. "max-height":"500px",
  23. "overflow":"hidden"
  24. },
  25. "listNode":{
  26. "overflow":"hidden",
  27. "max-height":"500px",
  28. "padding" : "5px"
  29. },
  30. "listItemNode":{
  31. "float" : "left",
  32. "margin" : "5px",
  33. "width":"80px",
  34. "height":"50px",
  35. "border-radius":"5px",
  36. "text-indent":"10px",
  37. "border" : "1px solid #ccc"
  38. },
  39. "listItemNode_over" : {
  40. "float" : "left",
  41. "margin" : "5px",
  42. "width":"80px",
  43. "height":"50px",
  44. "border-radius":"5px",
  45. "text-indent":"10px",
  46. "border" : "1px solid #3C76B7"
  47. },
  48. "listItemNode_current" : {
  49. "float" : "left",
  50. "margin" : "5px",
  51. "width":"80px",
  52. "height":"50px",
  53. "border-radius":"5px",
  54. "text-indent":"10px",
  55. "border" : "1px solid #3C76B7"
  56. }
  57. }