staticSearch.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. .container {
  2. width: 80%;
  3. background: #fff;
  4. margin: 0 auto;
  5. /* padding: 0 30px; */
  6. position: absolute;
  7. /* width: 80%; */
  8. left: 30px;
  9. right: 30px;
  10. height: 100%;
  11. overflow: hidden;
  12. /* box-sizing: border-box; */
  13. }
  14. .staticSearchT {
  15. position: relative;
  16. padding-right: 80px;
  17. padding-bottom: 15px;
  18. padding-top: 30px;
  19. }
  20. .container .ipt {
  21. width: 100%;
  22. height: 34px;
  23. padding: 5px 25px 5px 5px;
  24. vertical-align: top;
  25. display: inline-block;
  26. box-sizing: border-box;
  27. border: 1px #CECECE solid;
  28. }
  29. .container .ipt input {
  30. width: 100%;
  31. position: relative;
  32. top: 1px;
  33. }
  34. .container .staticSearchT button {
  35. position: absolute;
  36. right: 0;
  37. top: 30px;
  38. width: 80px;
  39. height: 34px;
  40. line-height: 34px;
  41. color: #fff;
  42. background: #2A9BD5;
  43. text-align: center;
  44. border: none;
  45. }
  46. .container .staticSearchT i {
  47. position: absolute;
  48. width: 15px;
  49. height: 15px;
  50. right: 85px;
  51. top: 40px;
  52. display: inline-block;
  53. cursor: pointer;
  54. background: url(/images/del_nor.png) center center no-repeat;
  55. background-size:15px 15px;
  56. z-index: 100;
  57. }
  58. .staticSearchB .tip,.container .staticSearchT i,.staticSearchB .empty {
  59. display: none;
  60. }
  61. .staticSearchB .empty {
  62. color: #979797;
  63. text-align: center;
  64. line-height: 40px;
  65. margin-top: 10px;
  66. }
  67. .staticSearchB ul {
  68. position: absolute;
  69. height: 480px;
  70. /* width: 100%; */
  71. right: 30px;
  72. left: 30px;
  73. overflow: auto;
  74. }
  75. .staticSearchB ul li {
  76. border-bottom: 1px #CECECE solid;
  77. line-height: 30px;
  78. padding-top: 5px;
  79. cursor: pointer;
  80. }
  81. .staticSearchB ul li:hover {
  82. border-bottom: 2px solid #3B9ED0;
  83. }
  84. .staticSearchB ul i {
  85. font-size: 12px;
  86. color: #2A9BD5;
  87. }
  88. .staticSearchB .tip {
  89. font-size: 12px;
  90. color: #979797;
  91. margin-bottom: 10px;
  92. }
  93. .staticSearchB ul span {
  94. color: #979797;
  95. font-size: 12px;
  96. margin-bottom: 10px;
  97. line-height: 20px;
  98. }
  99. .searchTypeBox {
  100. margin: 10px 0 0 0;
  101. }
  102. .medicalTypeItem{
  103. display: inline-block;
  104. margin: 0 20px 10px 0;
  105. cursor: pointer;
  106. }
  107. .medicalTypeItem img {
  108. vertical-align: text-bottom;
  109. margin: 0 3px 2px 0;
  110. }