css.wcss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. "selectNode_over":{
  13. "height":"30px",
  14. "line-height":"30px",
  15. "border":"1px solid #0b82ff",
  16. "border-radius":"2px",
  17. "display":"block",
  18. "cursor":"pointer"
  19. },
  20. "selectValueNode":{
  21. "height":"30px",
  22. "line-height":"30px",
  23. "margin-left":"5px",
  24. "float":"left",
  25. "overflow":"hidden"
  26. },
  27. "inputNode" : {
  28. "border" : "0px",
  29. "width" : "98%"
  30. },
  31. "selectArrowNode":{
  32. "width":"20px",
  33. "height":"30px",
  34. "float":"right",
  35. "background":"url(../x_component_Template/$MSelector/blue_flat/icon/arrow_down.png) no-repeat center"
  36. },
  37. "selectArrowNode_up":{
  38. "width":"20px",
  39. "height":"30px",
  40. "float":"right",
  41. "background":"url(../x_component_Template/$MSelector/blue_flat/icon/arrow_up.png) no-repeat center"
  42. },
  43. "tooltipNode":{
  44. "font-size" : "14px",
  45. "max-width" : "500px",
  46. "min-width" : "10px",
  47. "padding" : "0px",
  48. "position" : "absolute",
  49. "max-height":"700px",
  50. "z-index" : "11",
  51. "background-color" : "#fff",
  52. "-webkit-user-select": "text",
  53. "-moz-user-select": "text",
  54. "border":"1px solid #e2e3e7",
  55. "border-radius":"2px",
  56. "box-shadow" : "0px 0px 6px #e2e3e7",
  57. "list-style-type":"none",
  58. "overflow":"hidden"
  59. },
  60. "listContentNode":{
  61. "background-color":"#fff",
  62. "list-style-type":"none",
  63. "overflow":"hidden"
  64. },
  65. "listNode":{
  66. "overflow":"hidden"
  67. },
  68. "listItemNode":{
  69. "cursor" : "pointer",
  70. "padding-right" : "20px",
  71. "overflow" : "hidden",
  72. //"text-indent":"10px",
  73. "padding-left":"10px",
  74. "background-image":"none",
  75. "background-color" : "#fff",
  76. "color" : "#333"
  77. },
  78. "listItemNode_over" : {
  79. "cursor" : "pointer",
  80. "padding-right" : "20px",
  81. "overflow" : "hidden",
  82. //"text-indent":"10px",
  83. "padding-left":"10px",
  84. "background-image":"none",
  85. "background-color" : "#f1f4f9",
  86. "color" : "#333"
  87. },
  88. "listItemNode_current" : {
  89. "cursor" : "pointer",
  90. "padding-right" : "20px",
  91. "overflow" : "hidden",
  92. //"text-indent":"10px",
  93. "padding-left":"10px",
  94. "color" : "#1989ff",
  95. "background":"url(../x_component_Template/$MSelector/blue_flat/icon/checked.png) no-repeat right 3px center",
  96. "background-color" : "#fff"
  97. }
  98. }