css.wcss 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. "margin-top" : "1px",
  52. "background-color" : "#fff",
  53. "-webkit-user-select": "text",
  54. "-moz-user-select": "text",
  55. "border":"1px solid #e2e3e7",
  56. "border-radius":"2px",
  57. "box-shadow" : "0px 0px 6px #e2e3e7",
  58. "list-style-type":"none",
  59. "overflow":"hidden"
  60. },
  61. "listContentNode":{
  62. "background-color":"#fff",
  63. "list-style-type":"none",
  64. "overflow":"hidden"
  65. },
  66. "listNode":{
  67. "overflow":"hidden"
  68. },
  69. "listItemNode":{
  70. "cursor" : "pointer",
  71. "width":"100%",
  72. "text-indent":"10px",
  73. "background-image":"none",
  74. "background-color" : "#fff",
  75. "color" : "#333"
  76. },
  77. "listItemNode_over" : {
  78. "cursor" : "pointer",
  79. "width":"100%",
  80. "text-indent":"10px",
  81. "background-image":"none",
  82. "background-color" : "#f1f4f9",
  83. "color" : "#333"
  84. },
  85. "listItemNode_current" : {
  86. "cursor" : "pointer",
  87. "width":"100%",
  88. "text-indent":"10px",
  89. "color" : "#1989ff",
  90. "background":"url(/x_component_Template/$MSelector/blue_flat/icon/checked.png) no-repeat right 3px center",
  91. "background-color" : "#fff"
  92. }
  93. }