css.wcss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "readNode" : {
  3. },
  4. "selectArrowNode":{
  5. "width":"30px",
  6. "height":"30px",
  7. "float":"right",
  8. "background":"url(../x_component_Template/$MSelector/default/icon/arrow.png) no-repeat center"
  9. },
  10. "selectArrowNode_up":{
  11. "width":"30px",
  12. "height":"30px",
  13. "float":"right",
  14. "background":"url(../x_component_Template/$MSelector/default/icon/arrow-up.png) no-repeat center"
  15. },
  16. "tooltipNode":{
  17. "width" : "200px",
  18. "font-size" : "14px",
  19. "max-width" : "700px",
  20. "min-width" : "100px",
  21. "position" : "absolute",
  22. "min-height":"100px",
  23. "max-height":"1000px",
  24. "z-index" : "11",
  25. "margin-top" : "1px",
  26. "background-color" : "#fff",
  27. "-webkit-user-select": "text",
  28. "-moz-user-select": "text",
  29. "border":"1px solid #ccc",
  30. "border-radius":"2px",
  31. "padding" : "0px",
  32. "box-shadow" : "0px 0px 6px #ccc",
  33. "list-style-type":"none",
  34. "overflow":"hidden"
  35. },
  36. "listContentNode":{
  37. "background-color":"#fff",
  38. "list-style-type":"none",
  39. "overflow":"hidden"
  40. },
  41. "listNode":{
  42. "overflow":"hidden"
  43. },
  44. "listItemNode":{
  45. "background-color" : "#fff",
  46. "font-size" : "14px",
  47. "color" : "#333",
  48. "height" : "30px",
  49. "line-height" : "30px",
  50. "background-repeat" : "no-repeat",
  51. "background-position-y" : "7px",
  52. "background-position-x" : "7px",
  53. "padding" : "0px 10px 0px 30px",
  54. "cursor" : "pointer"
  55. },
  56. "listItemNode_over" : {
  57. "background-color" : "#3d77c1",
  58. "color" : "#fff",
  59. "cursor" : "pointer"
  60. },
  61. "listItemNode_disable" : {
  62. "background-color" : "#fff",
  63. "color" : "#999",
  64. "cursor" : "default"
  65. },
  66. "listItemKeyNode" : {
  67. "float":"right",
  68. "font-size" : "12px",
  69. "color" : "#666"
  70. },
  71. "listItemKeyNode_over" : {
  72. "color" : "#fff"
  73. },
  74. "listItemKeyNode_disable" : {
  75. "color" : "#999"
  76. }
  77. }