You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.3 KiB

2 years ago
  1. #quickQuery_container{
  2. width: 220px;
  3. border: #598EDD 1px solid;
  4. background-color: #fff;
  5. font: normal 12px 宋体 vernada, arial;
  6. }
  7. #quickQuery_frame_forIE{
  8. position: absolute;
  9. }
  10. #quickQuery_content_box_forIE{
  11. position: absolute;
  12. border: #598EDD 1px solid;
  13. background-color: #fff;
  14. }
  15. #quickQuery_resultNum_box{
  16. background-color: #D4E6FC;
  17. border-bottom: #598EDD 1px solid;
  18. height: 22px;
  19. line-height: 22px;
  20. padding-left: 5px;
  21. }
  22. #quickQuery_content_box{
  23. margin: 5px 0;
  24. }
  25. #quickQuery_content_box ul{
  26. margin: 0;
  27. padding: 0;
  28. list-style: none;
  29. }
  30. #quickQuery_content_box ul li{
  31. line-height: 22px;
  32. }
  33. #quickQuery_content_box ul li a{
  34. display: block;
  35. padding: 0 5px;
  36. text-decoration: none;
  37. color: #224499;
  38. overflow: hidden;
  39. }
  40. #quickQuery_content_box ul li a:hover,
  41. #quickQuery_content_box ul li a.quickQuery_currentContent{
  42. background-color: #598EDD;
  43. color: #FFF;
  44. }
  45. #quickQuery_page_box{
  46. background-color: #D4E6FC;
  47. border-top: #598EDD 1px solid;
  48. line-height: 20px;
  49. padding-left: 5px;
  50. }
  51. .quickQuery_title{
  52. width: 90px;
  53. display: inline-block;
  54. padding-right: 5px;
  55. }
  56. #quickQuery_page_box span a{
  57. display: inline-block;
  58. padding: 0 3px;
  59. margin: 0 1px;
  60. text-decoration: none;
  61. color: #666;
  62. }
  63. #quickQuery_page_box span a:hover,
  64. #quickQuery_page_box span a.quickQuery_currentPage{
  65. background-color: #598EDD;
  66. color: #fff;
  67. }