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.
 
 
 
 

89 lines
1.4 KiB

  1. .navbar {
  2. position: relative;
  3. min-height: 50px;
  4. margin-bottom: 0px;
  5. border: 1px solid transparent;
  6. }
  7. .top_title{
  8. font-size: 18px;
  9. font-weight: bold;
  10. margin-top: 30px;
  11. margin-left: 40px;
  12. margin-bottom: 15px;
  13. }
  14. .line_top {
  15. /*width: 1200px;*/
  16. height: 1px;
  17. border: 1px solid lightgray;
  18. margin-left: 40px;
  19. }
  20. .search_top{
  21. width: 1000px;
  22. height: 80px;
  23. background-color: rgb(245,245,245);
  24. margin-top: 30px;
  25. margin-left: 40px;
  26. border: 1px solid lightgray;
  27. }
  28. element.style {
  29. margin-left: 10px;
  30. }
  31. .input-group{
  32. width: 140px;
  33. }
  34. .huan{
  35. float: left;
  36. border: 1px solid lightgray;
  37. width: 30px;
  38. height: 30px;
  39. border-radius: 50%;
  40. line-height: 30px;
  41. text-align: center;
  42. }
  43. .search_btn{
  44. width: 80px;
  45. height: 30px;
  46. display: inline-block;
  47. line-height: 30px;
  48. border:1px solid rgb(204,204,204);
  49. text-align: center;
  50. background-color:lightgray;
  51. cursor:pointer;
  52. margin-left: 20px;
  53. }
  54. .end_down{
  55. width: 100%;
  56. text-align: center;
  57. }
  58. .hide{
  59. display: none;
  60. }
  61. .xiala{
  62. /*width:162px;*/
  63. height:200px;
  64. /*margin-left: 42px;*/
  65. border:1px solid #ccc;
  66. overflow: auto;
  67. position: absolute;
  68. background-color: #fff;
  69. z-index: 2;
  70. }
  71. .content{
  72. border-bottom:1px solid #ccc;
  73. padding:5px;
  74. }