css.wcss 1.8 KB

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