search.css 802 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. *{
  2. margin: 0;
  3. padding: 0;
  4. }
  5. #out{
  6. width:500px;
  7. height:140px;
  8. margin: 160px 350px;
  9. }
  10. #ser_box{
  11. width:500px;
  12. height:32px;
  13. border: 1px solid blue;
  14. text-align: center;
  15. }
  16. #ipt{
  17. width:480px;
  18. height: 26px;
  19. margin-top: 2px;
  20. border: 0;
  21. outline: 0;
  22. font-family: "微软雅黑";
  23. font-size: 16px;
  24. }
  25. #bot_box{
  26. width:500px;
  27. border: 1px solid #4C9ED9;
  28. border-top: none;
  29. display: none;
  30. }
  31. #bot_box ul li{
  32. list-style: none;
  33. line-height: 25px;
  34. padding-left: 10px;
  35. }
  36. #bot_box ul li:hover{
  37. background: #BCBCBC;
  38. }
  39. .s_btn {
  40. position:relative;
  41. left:300px;
  42. top:-31px;
  43. width: 100px;
  44. height: 36px;
  45. color: #fff;
  46. font-size: 15px;
  47. letter-spacing: 1px;
  48. background: #3385ff;
  49. border-bottom: 1px solid #2d78f4;
  50. outline: medium;
  51. }
  52. .sel{
  53. background:#BCBCBC;
  54. }