select-hospital.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. box-sizing: border-box;
  5. }
  6. .select-condition-list {
  7. padding-left: 25px;
  8. padding-right: 10px;
  9. }
  10. .select-condition-list-item {
  11. position: relative;
  12. max-height: 60px;
  13. transition: all .5s ease-in-out;
  14. display: flex;
  15. justify-content: center;
  16. overflow: hidden;
  17. line-height: 60px;
  18. font-size: 16px;
  19. color: #323232;
  20. border-bottom: 1px dashed #ececec;
  21. padding-right: 75px;
  22. }
  23. .select-condition-list-item:first-child {
  24. line-height: 70px;
  25. max-height: 70px;
  26. margin-left: -25px;
  27. margin-right: -10px;
  28. border-bottom: 1px solid #ececec;
  29. padding-left: 25px;
  30. padding-right: 85px;
  31. }
  32. .select-condition-list-item.select-condition-list-item-active {
  33. max-height: 420px;
  34. }
  35. .condition-name {
  36. width: 65px;
  37. white-space: nowrap;
  38. color: #909090;
  39. }
  40. .select-condition-list-item:first-child .condition-name {
  41. color: #323232;
  42. }
  43. .condition-list {
  44. flex: 1;
  45. -webkit-flex: 1;
  46. }
  47. .condition-list.active {
  48. max-height: 999px;
  49. }
  50. .condition-list span {
  51. white-space: nowrap;
  52. margin-left: 42px;
  53. font-size: 14px;
  54. line-height: 30px;
  55. display: inline-block;
  56. padding: 0 5px;
  57. }
  58. .condition-list span.active {
  59. background: #ecfffe;
  60. border: 1px dashed #0ad8c8;
  61. }
  62. .more-list {
  63. position: absolute;
  64. right: -10px;
  65. top: 0;
  66. background: #fff;
  67. color: #909090;
  68. z-index: 2;
  69. width: 85px;
  70. text-align: center;
  71. }
  72. .select-condition-list-item:first-child .more-list {
  73. right: 0;
  74. }
  75. .text-ellipsis {
  76. width: 240px;
  77. overflow: hidden;
  78. text-overflow: ellipsis;
  79. white-space: nowrap;
  80. }
  81. .doctor-ul {
  82. padding-left: 10px;
  83. height: 72px;
  84. width: 480px;
  85. overflow: hidden;
  86. }
  87. .doctor-ul li {
  88. width: 84px;
  89. display: inline-block;
  90. list-style-type: none;
  91. margin-right: 10px;
  92. }
  93. .div-doctor-info {
  94. width: 250px !important;
  95. }
  96. .ml276 {
  97. margin-left: 276px;
  98. }
  99. .l276 {
  100. left: -276px;
  101. }
  102. .div-doctor-section {
  103. display: -webkit-box;
  104. padding-left: 0;
  105. }
  106. .div-left-btn {
  107. width: 24px;
  108. height: 68px;
  109. background: url(../../../images/zuoqianhuan_btn.png) no-repeat;
  110. margin-top: 5px;
  111. }
  112. .div-right-active-btn {
  113. width: 24px;
  114. height: 68px;
  115. background: url(../../../images/youqianhuan_pre.png) no-repeat;
  116. }
  117. .border-0ad8c8 {
  118. border: 1px solid #0ad8c8;
  119. }
  120. .border-d1d1d1 {
  121. border: 1px solid #d1d1d1;
  122. }
  123. .border-f0a65f {
  124. border: 1px solid #f0a65f;
  125. }
  126. .border-ff8787 {
  127. border: 1px solid #ff8787;
  128. }
  129. .bgc-0ad8c8 {
  130. background: #0AD8C8;
  131. }
  132. .bgc-d1d1d1 {
  133. background: #d1d1d1;
  134. }
  135. .bgc-f0a65f {
  136. background: #f0a65f;
  137. }
  138. .bgc-ff8787 {
  139. background: #ff8787;
  140. }
  141. .c-0ad8c8 {
  142. color: #0AD8C8;
  143. }
  144. .c-d1d1d1 {
  145. color: #d1d1d1;
  146. }
  147. .c-f0a65f {
  148. color: #f0a65f;
  149. }
  150. .c-ff8787 {
  151. color: #ff8787;
  152. }
  153. .mt5 {
  154. margin-top: 5px;
  155. }
  156. .div-doctor-item {
  157. width: 84px;
  158. height: 72px;
  159. border-radius: 10px;
  160. font-size: 13px;
  161. text-align: center;
  162. }
  163. .div-doctor-type {
  164. text-align: center;
  165. height: 26px;
  166. line-height: 26px;
  167. color: #fff;
  168. border-bottom-left-radius: 10px;
  169. border-bottom-right-radius: 10px;
  170. }
  171. .mtb2{margin-bottom: 2px;margin-top: 2px;}