98b7a9942442f2b5b6fbe7637158c6515aff650f.svn-base 790 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. @CHARSET "UTF-8";
  2. .jam_title {
  3. height : 20px;
  4. width : 178px;
  5. border-bottom : 1px solid #A3C8FD;
  6. font-size : 16px;
  7. padding-left :20px;
  8. padding-top : 30px;
  9. font-weight : bolder;
  10. }
  11. .jam_sub_title {
  12. width : 178px;
  13. padding-left :20px;
  14. height : 10px;
  15. padding-top :10px;
  16. }
  17. .jam_listPanel {
  18. border-bottom : 1px solid #A3C8FD;
  19. }
  20. #jam_searchPanel {
  21. padding : 10px 70px;
  22. }
  23. .searBtn {
  24. width : auto;
  25. margin:0 auto;
  26. position:absolute;
  27. }
  28. /**左侧菜单部分***/
  29. #leftMenu div {
  30. float : left;
  31. }
  32. #leftMenu {
  33. cursor : pointer;
  34. display:inline-block;
  35. *display:inline;
  36. *zoom:1;
  37. }
  38. .menuLe {
  39. width : 10px;
  40. height : 13px;
  41. margin-top : 7px;
  42. margin-left : 6px;
  43. background : url('../../../images/business/search/titlebar_arrow.gif') no-repeat;
  44. }
  45. .menuTitle {
  46. margin-left : 6px;
  47. }