css.wcss 1.9 KB

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