css.wcss 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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":"500px",
  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. "overflow":"hidden"
  53. },
  54. "listContentNode":{
  55. "background-color":"#fff",
  56. "list-style-type":"none",
  57. "max-height":"500px",
  58. "overflow":"hidden"
  59. },
  60. "listNode":{
  61. "overflow":"hidden",
  62. "max-height":"500px"
  63. },
  64. "listItemNode":{
  65. "width":"100%",
  66. "text-indent":"10px",
  67. "background-color" : "#fff",
  68. "font-size" : "14px",
  69. "color" : "#333"
  70. },
  71. "listItemNode_over" : {
  72. "width":"100%",
  73. "text-indent":"10px",
  74. "background-color" : "#ccc",
  75. "color" : "#fff"
  76. },
  77. "listItemNode_current" : {
  78. "width":"100%",
  79. "text-indent":"10px",
  80. "background-color" : "#3d77c1",
  81. "color" : "#fff"
  82. }
  83. }