css.wcss 989 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "selectDiv":{
  3. "width":"230px",
  4. "height":"30px",
  5. "line-height":"30px",
  6. "border":"1px solid #999999",
  7. "box-shadow":"0px 0px 6px #ccc",
  8. "border-radius":"2px",
  9. "display":"block",
  10. "cursor":"pointer"
  11. },
  12. "selectValueDiv":{
  13. "width":"190px",
  14. "height":"30px",
  15. "line-height":"30px",
  16. "margin-left":"5px",
  17. "float":"left",
  18. "overflow":"hidden"
  19. },
  20. "selectArrowDiv":{
  21. "width":"30px",
  22. "height":"30px",
  23. "float":"right",
  24. "background":"url(../x_component_CRM/$Template/default/icons/arrow.png) no-repeat center"
  25. },
  26. "listContentDiv":{
  27. "background-color":"#fff",
  28. "position":"relative",
  29. "border":"1px solid #999999",
  30. "border-radius":"2px",
  31. "list-style-type":"none",
  32. "max-height":"300px",
  33. "overflow":"hidden"
  34. },
  35. "listDiv":{
  36. "overflow":"hidden",
  37. "max-height":"300px"
  38. },
  39. "listLi":{
  40. "width":"100%",
  41. // "height":"30px",
  42. // "line-height":"30px",
  43. "text-indent":"10px"
  44. }
  45. }