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.
 
 
 
 

96 lines
1.3 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. cursor: pointer;
  43. }
  44. .search_btn{
  45. width: 80px;
  46. height: 30px;
  47. display: inline-block;
  48. line-height: 30px;
  49. border:1px solid rgb(204,204,204);
  50. text-align: center;
  51. background-color:lightgray;
  52. cursor:pointer;
  53. margin-left: 20px;
  54. }
  55. .end_down{
  56. width: 100%;
  57. text-align: center;
  58. }
  59. .hide{
  60. display: none;
  61. }
  62. .xiala{
  63. width:180px;
  64. height:150px;
  65. margin-left: 0px;
  66. border:1px solid #ccc;
  67. overflow: auto;
  68. position: absolute;
  69. background-color: #fff;
  70. z-index: 2;
  71. }
  72. .content{
  73. border-bottom:1px solid #ccc;
  74. padding:5px;
  75. cursor: pointer;
  76. }
  77. .get_dark{
  78. background-color: #f3f3f3;
  79. }