consultation.css 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  1. @charset "utf-8";
  2. .vertical-line {
  3. top: 0;
  4. left: 21px;
  5. border-left: 1px solid #B9B9B9;
  6. position: absolute;
  7. height: 100%;
  8. }
  9. .s-bc-12B7F5 {
  10. background-color: #12B7F5;
  11. }
  12. .s-bc-75BF00 {
  13. background-color: #75BF00;
  14. }
  15. .s-bc-FF9526 {
  16. background-color: #FF9526;
  17. }
  18. .f-fr {
  19. float: right;
  20. }
  21. .ul-consultation li,
  22. .xf-ul-consultation li {
  23. padding-left: 34px;
  24. margin-top: 10px;
  25. margin-right: 10px;
  26. position: relative;
  27. }
  28. .ul-consultation .outer-circle,
  29. .xf-ul-consultation .outer-circle {
  30. top: 4px;
  31. left: 10px;
  32. width: 20px;
  33. height: 20px;
  34. padding: 2px;
  35. background-color: #F0F0F0;
  36. position: absolute;
  37. }
  38. .ul-consultation .outer-circle .inner-circle,
  39. .xf-ul-consultation .outer-circle .inner-circle {
  40. width: 100%;
  41. height: 100%;
  42. border-radius: 10px;
  43. }
  44. .ul-consultation .record-card,
  45. .xf-ul-consultation .record-card {
  46. height: 110px;
  47. margin-left: 6px;
  48. }
  49. .ul-consultation .record-card .card-title,
  50. .xf-ul-consultation .record-card .card-title {
  51. height: 20px;
  52. padding: 5px 10px;
  53. color: #FFF;
  54. border-top-left-radius: 5px;
  55. border-top-right-radius: 5px;
  56. font-size: 14px;
  57. line-height: 20px;
  58. }
  59. .span-date {
  60. font-size: 14px;
  61. }
  62. .f-fr {
  63. float: right;
  64. }
  65. .record-card p {
  66. display: -moz-box;
  67. display: -webkit-box;
  68. background-color: #FFF;
  69. height: 68px;
  70. font-size: 14px;
  71. padding-top: 8px;
  72. padding-left: 10px;
  73. overflow: hidden;
  74. -webkit-line-clamp: 3;
  75. -webkit-box-orient: vertical;
  76. color: #323232;
  77. word-break: break-all;
  78. }
  79. .div-beginning {
  80. top: 41px;
  81. right: 10px;
  82. width: 63px;
  83. height: 50px;
  84. position: absolute;
  85. background: url(../images/jinxingzhong_icon.png) 0 0 no-repeat;
  86. background-size: 63px 50px;
  87. }
  88. .div-ended {
  89. top: 41px;
  90. right: 10px;
  91. width: 63px;
  92. height: 50px;
  93. position: absolute;
  94. background: url(../images/yijieshu_icon.png) 0 0 no-repeat;
  95. background-size: 63px 50px;
  96. }
  97. .div-novalue {
  98. top: 41px;
  99. right: 10px;
  100. width: 63px;
  101. height: 50px;
  102. position: absolute;
  103. background: url(../images/icon_daipingjia.png) 0 0 no-repeat;
  104. background-size: 63px 50px;
  105. }
  106. .div-hasvalue {
  107. top: 41px;
  108. right: 10px;
  109. width: 63px;
  110. height: 50px;
  111. position: absolute;
  112. background: url(../images/icon_yipingjia.png) 0 0 no-repeat;
  113. background-size: 63px 50px;
  114. }
  115. .div-bottom {
  116. position: absolute;
  117. bottom: 0;
  118. text-align: center;
  119. z-index: 20;
  120. left: -webkit-calc((100% - 75px)/2)
  121. }
  122. .add-icon {
  123. width: 50px;
  124. height: 50px;
  125. background: url(../images/xuanfu_btn.png) no-repeat center top;
  126. background-size: 50px;
  127. }
  128. .f-mr10 {
  129. margin-right: 10px;
  130. }
  131. .f-ib {
  132. display: inline-block;
  133. }
  134. .f-vam,
  135. .f-vama * {
  136. vertical-align: middle;
  137. }
  138. #footer {
  139. position: absolute;
  140. z-index: 4;
  141. bottom: 45px;
  142. right: 15px;
  143. width: 71px;
  144. height: 48px;
  145. padding: 0;
  146. }
  147. .modal-overlay {
  148. position: absolute;
  149. left: 0;
  150. top: 0;
  151. width: 100%;
  152. height: 100%;
  153. background: transparent;
  154. z-index: 3;
  155. visibility: hidden;
  156. opacity: 0;
  157. -webkit-transition-duration: 400ms;
  158. transition-duration: 400ms;
  159. }
  160. .modal-overlay.modal-overlay-visible {
  161. visibility: visible;
  162. opacity: 1;
  163. }
  164. .div-dialog-content {
  165. display: none;
  166. width: 250px;
  167. height: 250px;
  168. background: url(../images/tuoyuan.png) no-repeat center top;
  169. background-size: 250px;
  170. position: absolute;
  171. z-index: 4;
  172. left: 50%;
  173. top: 50%;
  174. margin-left: -125px;
  175. margin-top: -125px;
  176. }
  177. .mingyi-icon {
  178. width: 55px;
  179. height: 55px;
  180. background: url(../images/mingyizixun_icon.png) no-repeat center top;
  181. background-size: 55px;
  182. position: absolute;
  183. z-index: 4;
  184. top: 67%;
  185. margin-top: -80px;
  186. right: -2px;
  187. }
  188. .sanshi-icon {
  189. width: 55px;
  190. height: 55px;
  191. background: url(../images/manbingguanli_icon.png) no-repeat center top;
  192. background-size: 55px;
  193. position: absolute;
  194. z-index: 4;
  195. bottom: 104px;
  196. left: 50%;
  197. top: 50%;
  198. margin-left: -27px;
  199. margin-top: -118px;
  200. }
  201. .jiating-icon {
  202. width: 55px;
  203. height: 55px;
  204. background: url(../images/jiating_btn.png) no-repeat center top;
  205. background-size: 55px;
  206. position: absolute;
  207. z-index: 4;
  208. top: 67%;
  209. margin-top: -80px;
  210. left: 8px;
  211. }
  212. .sanshi-icon1 {
  213. width: 55px;
  214. height: 55px;
  215. background: url(../images/manbingguanli_icon.png) no-repeat center top;
  216. background-size: 55px;
  217. position: absolute;
  218. margin-left: 0;
  219. z-index: 4;
  220. top: 67%;
  221. margin-top: -80px;
  222. left: 8px;
  223. }
  224. .xufangsq-icon {
  225. width: 55px;
  226. height: 55px;
  227. background: url(../images/xufangshenqing_icon.png) no-repeat center top;
  228. background-size: 55px;
  229. position: absolute;
  230. z-index: 4;
  231. bottom: 104px;
  232. left: 50%;
  233. top: 50%;
  234. margin-left: -27px;
  235. margin-top: -118px;
  236. }
  237. .mingyi-icon.active {
  238. width: 55px;
  239. height: 55px;
  240. background: url(../images/mingyizixun_xuanzhong_icon.png) no-repeat center top;
  241. background-size: 55px;
  242. position: absolute;
  243. z-index: 4;
  244. top: 67%;
  245. margin-top: -80px;
  246. right: -2px;
  247. }
  248. .sanshi-icon.active {
  249. width: 55px;
  250. height: 55px;
  251. background: url(../images/manbingguanli_xuanzhong_icon.png) no-repeat center top;
  252. background-size: 55px;
  253. position: absolute;
  254. z-index: 4;
  255. bottom: 104px;
  256. left: 50%;
  257. top: 50%;
  258. margin-left: -27px;
  259. margin-top: -118px;
  260. }
  261. .jiating-icon.active {
  262. width: 55px;
  263. height: 55px;
  264. background: url(../images/jiating_pre.png) no-repeat center top;
  265. background-size: 55px;
  266. position: absolute;
  267. z-index: 4;
  268. top: 67%;
  269. margin-top: -80px;
  270. left: 8px;
  271. }
  272. .sanshi-icon1.active {
  273. width: 55px;
  274. height: 55px;
  275. background: url(../images/manbingguanli_xuanzhong_icon.png) no-repeat center top;
  276. background-size: 55px;
  277. position: absolute;
  278. margin-left: 0;
  279. z-index: 4;
  280. top: 67%;
  281. margin-top: -80px;
  282. left: 8px;
  283. }
  284. .xufangsq-icon.active {
  285. width: 55px;
  286. height: 55px;
  287. background: url(../images/manbingguanli_icon_pre.png) no-repeat center top;
  288. background-size: 55px;
  289. position: absolute;
  290. z-index: 4;
  291. bottom: 104px;
  292. left: 50%;
  293. top: 50%;
  294. margin-left: -27px;
  295. margin-top: -118px;
  296. }
  297. .quxiao {
  298. width: 55px;
  299. height: 55px;
  300. background: url(../images/quxiao_btn.png) no-repeat center top;
  301. background-size: 55px;
  302. position: absolute;
  303. z-index: 4;
  304. left: 50%;
  305. top: 50%;
  306. margin-left: -27px;
  307. margin-top: 60px;
  308. }
  309. .quxiao.active {
  310. width: 55px;
  311. height: 55px;
  312. background: url(../images/quxiao_pre.png) no-repeat center top;
  313. background-size: 55px;
  314. position: absolute;
  315. z-index: 4;
  316. left: 50%;
  317. top: 50%;
  318. margin-left: -27px;
  319. margin-top: 60px;
  320. }
  321. .f-dn {
  322. display: none;
  323. }
  324. em {
  325. color: #12B7F5
  326. }
  327. .div-img {
  328. width: 320px;
  329. height: 184px;
  330. background: url(../../../images/shujuweikong_img.png) no-repeat center top;
  331. background-size: 320px 184px;
  332. margin: 60px auto 0px;
  333. }
  334. .bottom-box {
  335. width: 180px;
  336. margin: auto;
  337. height: 44px;
  338. }
  339. #search_suggest_text,
  340. #xf_search_suggest_text {
  341. position: absolute;
  342. top: 55px;
  343. left: 8px;
  344. color: #75BF00;
  345. font-size: 16px;
  346. }
  347. .searchbar-clear {
  348. position: absolute;
  349. width: 28px;
  350. height: 28px;
  351. right: 0;
  352. top: 8px;
  353. opacity: 0;
  354. pointer-events: none;
  355. background-position: center;
  356. background-repeat: no-repeat;
  357. background-image: url(../../../images/delete01_pre.png);
  358. -webkit-background-size: 20px 20px;
  359. background-size: 20px 20px;
  360. -webkit-transition-duration: 300ms;
  361. transition-duration: 300ms;
  362. cursor: pointer;
  363. }
  364. .c-lab-mor li.hit a {
  365. display: inline;
  366. padding: 4px 0;
  367. border-bottom: 3px solid #75BF00;
  368. color: #75bf00;
  369. border-left: 0;
  370. }
  371. .c-lab-mor li a {
  372. border-left: 0;
  373. color: #323232;
  374. }
  375. .c-lab-mor li.hit {
  376. border-bottom: 1px solid #e1e1e1;
  377. }
  378. .c-lab-mor li:first-child {
  379. border-left: 0;
  380. }
  381. .div-content-warp {
  382. height: 36px;
  383. padding-top: 8px;
  384. background-color: #FFF;
  385. font-size: 14px;
  386. padding-left: 10px;
  387. }
  388. .div-drug {
  389. width: 50%;
  390. display: inline-block;
  391. overflow: hidden;
  392. text-overflow: ellipsis;
  393. white-space: nowrap;
  394. }
  395. .record-card p.div-xufang-disease {
  396. -webkit-line-clamp: 1;
  397. height: 20px;
  398. }
  399. .mui-slider .mui-segmented-control.mui-segmented-control-inverted .mui-control-item{
  400. color: #323232;
  401. display: inline-table;
  402. line-height: 43px;
  403. }
  404. .mui-slider .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active{
  405. color: #75bf00;
  406. border-bottom: 2px solid #75bf00;
  407. }
  408. .mui-fullscreen .mui-segmented-control~.mui-slider-group{
  409. top: 45px;
  410. }
  411. .mui-slider .mui-slider-group .mui-slider-item img{
  412. width: auto;
  413. }
  414. .info-text{
  415. vertical-align: middle;
  416. margin: 15px auto 30px;
  417. text-align: center;
  418. }