css.wcss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "readNode" : {
  3. },
  4. "selectNode":{
  5. "min-width":"100px",
  6. "height":"30px",
  7. "line-height":"30px",
  8. "display":"block",
  9. "cursor":"pointer"
  10. },
  11. "selectValueNode":{
  12. "height":"30px",
  13. "line-height":"30px",
  14. "margin-left":"5px",
  15. "float":"left",
  16. "overflow":"hidden"
  17. },
  18. "inputNode" : {
  19. "border" : "0px",
  20. "width" : "98%"
  21. },
  22. "selectArrowNode":{
  23. "width":"30px",
  24. "height":"30px",
  25. "float":"right",
  26. "background":"url(../x_component_Template/$MSelector/minderPopmenu/icon/arrow-left.png) no-repeat center"
  27. },
  28. "selectArrowNode_up":{
  29. "width":"30px",
  30. "height":"30px",
  31. "float":"right",
  32. "background":"url(../x_component_Template/$MSelector/minderPopmenu/icon/arrow-right.png) no-repeat center"
  33. },
  34. "tooltipNode":{
  35. "font-size" : "14px",
  36. "max-width" : "500px",
  37. "min-width" : "10px",
  38. "padding" : "0px",
  39. "position" : "absolute",
  40. "max-height":"300px",
  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. "max-height":"300px",
  56. "overflow":"hidden"
  57. },
  58. "listNode":{
  59. "overflow":"hidden",
  60. "max-height":"300px"
  61. },
  62. "listItemNode":{
  63. "width":"100%",
  64. "background-color" : "#fff",
  65. "font-size" : "14px",
  66. "color" : "#333",
  67. "height" : "30px",
  68. "line-height" : "30px",
  69. "background-repeat" : "no-repeat",
  70. "background-position-y" : "2px",
  71. "background-position-x" : "left",
  72. "padding" : "0px 5px 5px 23px",
  73. "cursor" : "pointer"
  74. },
  75. "listItemNode_over" : {
  76. "width":"100%",
  77. "background-repeat" : "no-repeat",
  78. "background-position-y" : "2px",
  79. "background-position-x" : "left",
  80. "background-color" : "#3d77c1",
  81. "color" : "#fff"
  82. },
  83. "listItemNode_disable" : {
  84. "width":"100%",
  85. "background-repeat" : "no-repeat",
  86. "background-position-y" : "2px",
  87. "background-position-x" : "left",
  88. "background-color" : "#3d77c1",
  89. "color" : "#fff"
  90. }
  91. }