prescription-selection.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. @charset "utf-8";
  2. *{
  3. -webkit-box-sizing: inherit;
  4. box-sizing: inherit;
  5. }
  6. .modal-overlay {
  7. position: absolute;
  8. left: 0;
  9. top: 0;
  10. width: 100%;
  11. height: 100%;
  12. background: #000;
  13. z-index: 10;
  14. visibility: visible;
  15. opacity: 0.5;
  16. -webkit-transition-duration: 400ms;
  17. transition-duration: 400ms;
  18. display: none;
  19. }
  20. .bgc-f2f4f6{
  21. background-color: #f2f4f6;
  22. }
  23. .modal-overlay.modal-overlay-visible {
  24. visibility: visible;
  25. opacity: 1;
  26. }
  27. .c-lab-mor li:first-child {
  28. border-right: 1px solid #ddd;
  29. border-left: none;
  30. }
  31. .c-lab-mor li span {
  32. font-size: 16px;
  33. color: #333;
  34. }
  35. .c-lab-mor li {
  36. height: 45px;
  37. -webkit-box-flex: 1;
  38. box-flex: 1;
  39. box-sizing: border-box;
  40. -webkit-box-sizing: border-box;
  41. -moz-box-sizing: border-box;
  42. -o-box-sizing: border-box;
  43. text-align: center;
  44. padding-top: 6px;
  45. border-bottom: 1px solid #e1e1e1;
  46. }
  47. .ul-consultation li {
  48. margin-top: 10px;
  49. background-color: #FFF;
  50. border-radius: 5px;
  51. position: relative;
  52. }
  53. .ul-consultation .card-title {
  54. height: 20px;
  55. padding: 5px 10px;
  56. color: #FFF;
  57. border-top-left-radius: 5px;
  58. border-top-right-radius: 5px;
  59. font-size: 14px;
  60. line-height: 20px;
  61. }
  62. .s-bc-FF9526 {
  63. background-color: #FF9526;
  64. }
  65. .div-shequ i {
  66. width: 12px;
  67. height: 12px;
  68. background: url(../images/yiyuanjianzhu_icon.png) no-repeat;
  69. background-size: 12px;
  70. display: inline-block;
  71. margin-right: 5px;
  72. }
  73. .div-shequ span {
  74. font-size: 12px;
  75. color: #909090;
  76. }
  77. .div-sqxf-btn {
  78. width: 70px;
  79. height: 22px;
  80. line-height: 22px;
  81. border: 1px solid #74BF00;
  82. border-radius: 20px;
  83. font-size: 12px;
  84. color: #74BF00;
  85. text-align: center;
  86. /*position: absolute;
  87. right: 10px;
  88. top: 40px;
  89. z-index: 10;*/
  90. }
  91. .c-lab-mor {
  92. display: -webkit-box;
  93. display: box;
  94. overflow: hidden;
  95. background: #fff;
  96. position: relative;
  97. z-index: 20;
  98. }
  99. .cb-fff {
  100. background: #fff;
  101. }
  102. .div-diagnosis,.div-dates{
  103. position: absolute;
  104. width: 100%;
  105. z-index: 20;
  106. top: 45px;
  107. display: none;
  108. }
  109. .div-diagnosis li,.div-dates li {
  110. height: 40px;
  111. line-height: 40px;
  112. padding-left: 10px;
  113. font-size: 14px;
  114. color: #333;
  115. border-bottom: 1px solid #ddd;
  116. }
  117. .div-diagnosis li.active,.div-dates li.active{
  118. color: #74bf00;
  119. }
  120. .div-diagnosis li.active i,.div-dates li.active i{
  121. width: 17px;
  122. height: 17px;
  123. background: url(../images/gouxuan002_icon.png) no-repeat;
  124. background-size: 17px;
  125. margin-right: 10px;
  126. float: right;
  127. margin-top: 10px;
  128. }
  129. .c-lab-mor i {
  130. width: 12px;
  131. height: 12px;
  132. background: url(../images/jiantou_xia_btn.png) no-repeat;
  133. background-size: 12px;
  134. display: inline-block;
  135. margin-left: 10px;
  136. }
  137. .c-lab-mor i.active {
  138. width: 12px;
  139. height: 12px;
  140. background: url(../images/jiantou_shang_btn.png) no-repeat;
  141. background-size: 12px;
  142. display: inline-block;
  143. margin-left: 10px;
  144. }
  145. .box{
  146. display: -webkit-box;
  147. display: box;
  148. background-color: #fff;
  149. padding-left: 10px;
  150. padding-right: 10px;
  151. -webkit-box-align: center;
  152. }
  153. .box-info{
  154. -webkit-box-flex: 1;
  155. box-flex: 1;
  156. display: box;
  157. display: -webkit-box;
  158. -webkit-box-orient: vertical;
  159. -webkit-box-pack: center;
  160. }
  161. .div-no-info{
  162. position: absolute;
  163. top: 50%;
  164. -webkit-transform: translateY(-50%);
  165. -o-transform: translateY(-50%);
  166. transform: translateY(-50%);
  167. text-align: center;
  168. }
  169. .div-no-info img{
  170. width: 100%;
  171. }
  172. .next-btn{
  173. height: 34px;
  174. line-height: 34px;
  175. background-color: #74bf00;
  176. border-radius: 5px;
  177. color: #fff;
  178. font-size: 14px;
  179. text-align: center;
  180. }
  181. .next-btn.disabled{
  182. background-color: #c0c0c0;
  183. }