ss-doctor.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871
  1. @charset "utf-8";
  2. body {
  3. background-color: #f2f4f6;
  4. font-size: .65rem;
  5. }
  6. .c-f35439 {
  7. color: #f35439;
  8. }
  9. .bgc-4bb7be {
  10. background-color: #4bb7be;
  11. }
  12. .bgc-f79a3f {
  13. background-color: #f79a3f;
  14. }
  15. .bgc-4fcd6f {
  16. background-color: #4fcd6f;
  17. }
  18. .bgc-41d7b1 {
  19. background-color: #41d7b1;
  20. }
  21. .bgc-44d7b1{
  22. background-color: #44d7b1;
  23. }
  24. .bgc-62d0f3 {
  25. background-color: #62d0f3;
  26. }
  27. .bgc-e0e0e0 {
  28. background-color: #e0e0e0;
  29. }
  30. .bgc-51cd6f{
  31. background-color:#51cd6f ;
  32. }
  33. .bgc-eca438{
  34. background-color:#eca438 ;
  35. }
  36. .bgc-19d5c5{
  37. background-color:#19d5c5 ;
  38. }
  39. .bgc-fc5f56{
  40. background-color:#fc5f56;
  41. }
  42. .bgc-35b8e3{
  43. background-color:#35b8e3;
  44. }
  45. .bgc-fc6a26{
  46. background-color:#fc6a26;
  47. }
  48. .bgc-fc5f57{
  49. background-color:#fc5f57;
  50. }
  51. .bgc-eca43b{
  52. background-color:#eca43b;
  53. }
  54. .bgc-219ef0{
  55. background-color:#219ef0;
  56. }
  57. .circle-blue-50 {
  58. width: 2.5rem;
  59. height: 2.5rem;
  60. border: .1rem solid #21b4d6;
  61. border-radius: 50%;
  62. text-align: center;
  63. }
  64. .circle-blue-50 p:first-child {
  65. margin-top: .4rem;
  66. font-size: .5rem;
  67. }
  68. .header-doctor {
  69. height: 120px;
  70. background: -webkit-linear-gradient(#17b3ec, #17b3ec);
  71. background: linear-gradient(#17b3ec, #17b3ec);
  72. display: -webkit-box;
  73. display: box;
  74. color: #fff;
  75. padding: 0 .5rem;
  76. box-sizing: border-box;
  77. -webkit-box-align: center;
  78. box-align: center;
  79. font-size: .65rem;
  80. }
  81. .header-doctor .doc-avatar {
  82. -webkit-box-flex: 0;
  83. box-flex: 0;
  84. margin-right: .5rem;
  85. width: 3.375rem;
  86. height: 3.375rem;
  87. border: .1rem solid #86d3eb;
  88. border-radius: 50%;
  89. }
  90. .header-doctor .doc-avatar img {
  91. border-radius: 50%;
  92. width: 100%;
  93. height: 100%;
  94. }
  95. .header-doctor .doc-info {
  96. -webkit-box-flex: 1;
  97. box-flex: 1;
  98. }
  99. .header-doctor .doc-info .name {
  100. font-size: .85rem;
  101. }
  102. .list-doctor {
  103. border-top: .05rem solid #e1e1e1;
  104. border-bottom: .05rem solid #e1e1e1;
  105. }
  106. .list-doctor li {
  107. display: -webkit-box;
  108. display: box;
  109. -webkit-box-align: center;
  110. box-align: center;
  111. background-color: #fff;
  112. margin-left: 0;
  113. padding: .5rem;
  114. font-size: .65rem;
  115. }
  116. .list-doctor li .info {
  117. -webkit-box-flex: 1;
  118. box-flex: 1;
  119. }
  120. .list-doctor li .info .name {
  121. font-size: .75rem;
  122. }
  123. .list-doctor li .avatar {
  124. width: 2rem;
  125. height: 2rem;
  126. margin-right: .5rem;
  127. }
  128. .list-doctor li .avatar img {
  129. width: 100%;
  130. height: 100%;
  131. border-radius: 50%;
  132. }
  133. /*咨询医生*/
  134. .advis-dialog {
  135. box-sizing: border-box;
  136. }
  137. .advis-dialog .person-card-hd {
  138. border-bottom: .05rem solid #e1e1e1;
  139. padding-bottom: .25rem;
  140. }
  141. .advis-dialog .person-card-bd {
  142. display: -webkit-box;
  143. display: box;
  144. -webkit-box-align: center;
  145. box-align: center;
  146. padding-top: .25rem;
  147. }
  148. .advis-dialog .person-card-bd .avatar {
  149. -webkit-box-flex: 0;
  150. box-flex: 0;
  151. margin-right: .5rem;
  152. width: 1.5rem;
  153. height: 1.5rem;
  154. }
  155. .advis-dialog .person-card-bd .avatar img {
  156. width: 100%;
  157. height: 100%;
  158. border-radius: 50%;
  159. }
  160. .advis-dialog .ditime {
  161. text-align: center;
  162. font-size: .6rem;
  163. color: #aeaeae;
  164. line-height: .9rem;
  165. padding-bottom: .4rem;
  166. }
  167. .advis-dialog .ditime:before,
  168. .advis-dialog .ditime:after {
  169. content: "";
  170. display: inline-block;
  171. width: 2.5rem;
  172. height: .2rem;
  173. background: transparent;
  174. margin: 0 .5rem;
  175. border-top: .05rem solid #e6e4e1;
  176. }
  177. .dial-left .dialog {
  178. padding: 0 0 0 2.75rem;
  179. position: relative;
  180. overflow: hidden;
  181. }
  182. .dial-left .dihead {
  183. width: 2rem;
  184. height: 2rem;
  185. position: absolute;
  186. left: 0;
  187. border-radius: 50%;
  188. overflow: hidden;
  189. }
  190. .dial-left .dihead img {
  191. width: 100%;
  192. height: 100%;
  193. }
  194. .dial-left .diname {
  195. display: block;
  196. font-size: 12px;
  197. color: #909090;
  198. width: 100%;
  199. height: 1rem;
  200. }
  201. .dial-left .dicon {
  202. font-size: .65rem;
  203. padding: .5rem;
  204. border-radius: .2rem;
  205. color: #333;
  206. float: left;
  207. word-break: break-all;
  208. background: #bce0ff;
  209. border: .05rem solid #81bdf7;
  210. margin-right: 2.25rem;
  211. }
  212. .dial-left .dicon:before {
  213. position: absolute;
  214. content: "";
  215. top: .7rem;
  216. left: 2.5rem;
  217. width: .5rem;
  218. height: .5rem;
  219. -webkit-transform: rotate(45deg);
  220. -moz-transform: rotate(45deg);
  221. -ms-transform: rotate(45deg);
  222. transform: rotate(45deg);
  223. border: .05rem solid #81bdf7;
  224. background: #bce0ff;
  225. border-width: 0 0 .05rem .05rem;
  226. }
  227. .dial-left .dicon.person-card {
  228. background-color: #fff;
  229. border-color: #e1e1e1;
  230. border-width: 0 0 .05rem .05rem #e1e1e1;
  231. width: 10rem;
  232. box-sizing: border-box;
  233. position: relative;
  234. }
  235. .dial-left .dicon.person-card:before {
  236. content: "";
  237. border: .05rem solid #e1e1e1;
  238. background: #fff;
  239. border-width: 0 0 .05rem .05rem;
  240. left: -.3rem;
  241. }
  242. .dial-left .dicon.person-card:after {
  243. content: " ";
  244. width: 100%;
  245. height: .15rem;
  246. background-color: #17b3ec;
  247. display: inline-block;
  248. position: absolute;
  249. top: 0;
  250. left: 0;
  251. }
  252. .dial-right .dialog {
  253. padding: 0 2.75rem 0 0;
  254. position: relative;
  255. overflow: hidden;
  256. }
  257. .dial-right .dihead {
  258. width: 2rem;
  259. height: 2rem;
  260. position: absolute;
  261. right: 0;
  262. }
  263. .dial-right .dihead img {
  264. width: 100%;
  265. height: 100%;
  266. }
  267. .dial-right .diname {
  268. display: block;
  269. text-align: right;
  270. font-size: .6rem;
  271. color: #909090;
  272. width: 100%;
  273. height: 1rem;
  274. }
  275. .dial-right .dicon {
  276. font-size: .65rem;
  277. background: #bce0ff;
  278. border: .05rem solid #81bdf7;
  279. padding: .5rem;
  280. border-radius: .2rem;
  281. color: #5b5b5b;
  282. float: right;
  283. word-break: break-all;
  284. background: #fff;
  285. border: .05rem solid #e1e1e1;
  286. margin-left: 2.25rem;
  287. }
  288. .dial-right .dicon:before {
  289. position: absolute;
  290. content: "";
  291. top: .7rem;
  292. right: 2.5rem;
  293. width: .5rem;
  294. height: .5rem;
  295. -webkit-transform: rotate(45deg);
  296. -moz-transform: rotate(45deg);
  297. -ms-transform: rotate(45deg);
  298. transform: rotate(45deg);
  299. border: .05rem solid #e1e1e1;
  300. background: #fff;
  301. border-width: .05rem .05rem 0 0;
  302. }
  303. .chat-bar {
  304. width: 100%;
  305. height: 54px;
  306. background: #fafafa;
  307. padding: 10px 10px 0 10px;
  308. position: fixed;
  309. z-index: 1000;
  310. left: 0;
  311. bottom: 0;
  312. }
  313. .chat-bar-open .chat-bar {
  314. height: 120px;
  315. }
  316. .chat-bar-open .talk-refresh {
  317. bottom: 130px;
  318. }
  319. .omask {
  320. position: fixed;
  321. background: transparent;
  322. top: 0;
  323. left: 0;
  324. width: 100%;
  325. height: 100%;
  326. z-index: 600;
  327. background: rgba(0, 0, 0, 0.1);
  328. }
  329. .chat-input {
  330. border: 1px solid #e1e1e1;
  331. color: #bfbfbf;
  332. font-size: 15px;
  333. height: 34px;
  334. line-height: 34px;
  335. border-radius: 4px;
  336. background: #fff;
  337. padding: 0 10px;
  338. -webkit-box-sizing: border-box;
  339. box-sizing: border-box;
  340. margin-right: 40px;
  341. }
  342. .chat-more-opt {
  343. position: absolute;
  344. display: block;
  345. width: 2.7rem;
  346. text-align: center;
  347. top: 0;
  348. right: 0;
  349. padding: .5rem 0 0 0;
  350. }
  351. .chat-more-opt .iconfont {
  352. font-size: 30px;
  353. line-height: 1em;
  354. color: #bbb;
  355. }
  356. .talk-send {
  357. box-flex: 0;
  358. -webkit-box-flex: 0;
  359. -moz-box-flex: 0;
  360. width: 3rem;
  361. text-align: right;
  362. }
  363. .talk-send a {
  364. display: inline-block;
  365. width: 2.5rem;
  366. height: 1.5rem;
  367. text-align: center;
  368. line-height: 1.5rem;
  369. background-color: #5fa413;
  370. font-size: .75rem;
  371. color: #fff;
  372. border-radius: .2rem;
  373. }
  374. .chat-input.disabled {
  375. background: #e1e1e1;
  376. pointer-events: none;
  377. }
  378. .chat-wrap {
  379. position: fixed;
  380. width: 100%;
  381. height: 100%;
  382. top: 0;
  383. left: 0;
  384. background: #f2f4f6;
  385. z-index: 2000;
  386. -webkit-transform: translateY(100%);
  387. transform: translateY(100%);
  388. -webkit-transition: all ease .3s;
  389. transition: all ease .3s;
  390. }
  391. .chat-show {
  392. -webkit-transform: translateY(0);
  393. transform: translateY(0);
  394. }
  395. .chat-textarea {
  396. background: #fff;
  397. }
  398. .chat-textarea textarea {
  399. width: 100%;
  400. height: 10rem;
  401. font-size: .75rem;
  402. resize: none;
  403. -webkit-box-sizing: border-box;
  404. box-sizing: border-box;
  405. padding: 10px;
  406. border: 0;
  407. -webkit-user-modify: read-write-plaintext-only;
  408. }
  409. .chat-btn-group {
  410. display: -webkit-box;
  411. display: box;
  412. box-pack: center;
  413. border-top: .05rem solid #e1e1e1;
  414. background: #fff;
  415. border-width: .05rem 0 .05rem 0;
  416. border-style: solid;
  417. border-color: #f1f1f1;
  418. }
  419. .chat-btn-group>li {
  420. display: -webkit-box;
  421. display: box;
  422. -webkit-box-orient: vertical;
  423. box-orient: vertical;
  424. -webkit-box-pack: center;
  425. box-pack: center;
  426. -webkit-box-flex: 1;
  427. -moz-box-flex: 1;
  428. box-flex: 1;
  429. padding: .5rem 0;
  430. text-align: center;
  431. border-right: .05rem solid #f1f1f1;
  432. }
  433. .chat-btn-group>li:last-child {
  434. border-right: none;
  435. }
  436. .chat-btn-group>li.chat-btn-send {
  437. color: #17b3ec;
  438. }
  439. .chat-btn-group>li.disabled {
  440. color: #ccc;
  441. pointer-events: none;
  442. }
  443. .hd-opt-list {
  444. display: -webkit-box;
  445. display: box;
  446. box-pack: center;
  447. padding-top: 10px;
  448. height: 0;
  449. overflow: hidden;
  450. }
  451. .hd-opt-list li {
  452. display: -webkit-box;
  453. display: -moz-box;
  454. display: box;
  455. -webkit-box-orient: vertical;
  456. -moz-box-orient: vertical;
  457. box-orient: vertical;
  458. -webkit-box-pack: center;
  459. -moz-box-pack: center;
  460. box-pack: center;
  461. -webkit-box-flex: 1;
  462. -moz-box-flex: 1;
  463. box-flex: 1;
  464. }
  465. .hd-opt-list li a {
  466. display: block;
  467. text-align: center;
  468. }
  469. .hd-opt-list li a .iconfont {
  470. display: inline-block;
  471. width: 36px;
  472. height: 36px;
  473. line-height: 34px;
  474. color: #fff;
  475. font-size: 22px;
  476. border-radius: 50%;
  477. }
  478. .hd-opt-list li a p {
  479. color: #666;
  480. font-size: 12px;
  481. padding-top: 5px;
  482. }
  483. .chat-bar-open .hd-opt-list {
  484. overflow: auto;
  485. height: auto;
  486. }
  487. /*全科老师*/
  488. .h55 {
  489. height: 2.75rem;
  490. }
  491. .tag-orange {
  492. color: #fff;
  493. background-color: #ff8d1c;
  494. display: inline-block;
  495. box-sizing: border-box;
  496. font-size: .5rem;
  497. width: 1.5rem;
  498. height: .75rem;
  499. border-radius: 1rem;
  500. text-align: center;
  501. line-height: .75rem;
  502. }
  503. .no-read-msg> div {
  504. width: 14.95rem;
  505. height: 1.25rem;
  506. border-radius: .5rem;
  507. text-align: center;
  508. color: #fff;
  509. background: #17b3ec;
  510. margin: .5rem auto;
  511. line-height: 1.25rem;
  512. }
  513. .mod {
  514. background-color: #fff;
  515. }
  516. .mod .mod-hd {
  517. height: 33px;
  518. line-height: 33px;
  519. border-bottom: .05rem solid #e1e1e1;
  520. padding-left: .5rem;
  521. color: #323232;
  522. }
  523. .mod .mod-hd .title {
  524. font-size: .75rem;
  525. }
  526. .circle-22 {
  527. width: 1.1rem;
  528. height: 1.1rem;
  529. border-radius: 50%;
  530. text-align: center;
  531. line-height: 1.1rem;
  532. color: #fff;
  533. display: inline-block;
  534. }
  535. .circle-40 {
  536. width: 2rem;
  537. height: 2rem;
  538. border-radius: 50%;
  539. text-align: center;
  540. line-height: 2rem;
  541. display: inline-block;
  542. }
  543. .circle-22 .iconfont {
  544. vertical-align: middle;
  545. }
  546. .mod-juming .left,
  547. .mod-juming .right,
  548. .mod-juming .top,
  549. .mod-juming .bottom {
  550. position: relative;
  551. }
  552. .mod-juming .mod-bd {
  553. height: 6rem;
  554. font-size: .65rem;
  555. }
  556. .mod-juming .mod-bd .left {
  557. height: 100%;
  558. width: 50%;
  559. border-right: .1rem solid #fff;
  560. box-sizing: border-box;
  561. /*background: #dff4f3 url("../../images/doc-ico1.png") no-repeat 1.75rem bottom;
  562. background-size: 4.6rem 3.575rem;*/
  563. /*background: #dff4f3 url("../../images/doc-ico1.jpg") no-repeat center bottom;*/
  564. /*background-size: auto 3.575rem;*/
  565. /*color: #47b5b0;*/
  566. /*padding: .5rem;*/
  567. box-sizing: border-box;
  568. }
  569. .mod-juming .mod-bd .left .top{
  570. background: #f7f0e4 url("../../images/doc-ico-new1.png") no-repeat 97% 40%;
  571. background-size: 2.5rem 2.5rem;
  572. color: #d7961e;
  573. width: 100%;
  574. height: 3rem;
  575. padding: .5rem;
  576. box-sizing: border-box;
  577. border-bottom: .1rem solid #fff;
  578. }
  579. .mod-juming .mod-bd .left .middle{
  580. background: #f9e0df url("../../images/doc-ico-new2.png") no-repeat 97% 40%;
  581. background-size: 2.5rem 2.5rem;
  582. color: #EA412D;
  583. width: 100%;
  584. height: 3rem;
  585. padding: .5rem;
  586. box-sizing: border-box;
  587. border-bottom: .1rem solid #fff;
  588. }
  589. .mod-juming .mod-bd .left .bottom{
  590. background: #FED8E8 url("../../images/doc-ico-new3.png") no-repeat 97% 40%;
  591. background-size: 2.5rem 2.5rem;
  592. color: #F05096;
  593. width: 100%;
  594. height: 3rem;
  595. padding: .5rem;
  596. box-sizing: border-box;
  597. }
  598. .mod-juming .mod-bd .right {
  599. width: 50%;
  600. height: 100%;
  601. }
  602. .mod-juming .mod-bd .right .top {
  603. background: #D1F8FD url("../../images/doc-ico-new4.png") no-repeat 97% 40%;
  604. background-size: 2.5rem 2.5rem;
  605. color: #05AFCD;
  606. width: 100%;
  607. height: 3rem;
  608. padding: .5rem;
  609. box-sizing: border-box;
  610. border-bottom: .1rem solid #fff;
  611. }
  612. .mod-juming .mod-bd .right .bottom {
  613. background: #D0F7ED url("../../images/doc-ico-new5.png") no-repeat 87% 65%;
  614. background-size: 4.5rem 4.35rem;
  615. color: #0AB086;
  616. width: 100%;
  617. height: 6rem;
  618. padding: .5rem;
  619. box-sizing: border-box;
  620. }
  621. .list-fuwu {
  622. display: -webkit-box;
  623. display: box;
  624. height: 4.375rem;
  625. }
  626. .list-fuwu .iconfont {
  627. color: #fff;
  628. font-size: 1.4rem;
  629. }
  630. .list-fuwu li {
  631. -webkit-box-flex: 1;
  632. box-flex: 1;
  633. text-align: center;
  634. width: .05rem;
  635. border-left: .05rem solid #e1e1e1;
  636. }
  637. .list-fuwu li .circle-40 {
  638. margin-top: .6rem;
  639. }
  640. .list-fuwu li:first-child {
  641. border-left: 0;
  642. }
  643. .mod-team .c-mor-hold,
  644. .mod-team .c-lab-mor,
  645. .mod-team .c-lab-mor li {
  646. height: 1.75rem;
  647. }
  648. .mod-team .c-lab-mor li {
  649. line-height: 1.75rem;
  650. }
  651. .mod-team .c-lab-mor li.curr a {
  652. color: #17b3ec;
  653. }
  654. .mod-team .c-lab-mor li:after {
  655. content: "";
  656. width: .05rem;
  657. height: 1rem;
  658. display: inline-block;
  659. background-color: #e1e1e1;
  660. position: absolute;
  661. right: 0;
  662. display: inline-block;
  663. top: .4rem;
  664. }
  665. .mod-team .c-lab-mor li.curr:before {
  666. background-color: #17b3ec;
  667. }
  668. .nav-bottom {
  669. display: -webkit-box;
  670. display: box;
  671. height: 2.6rem;
  672. background-color: #fff;
  673. font-size: .75rem;
  674. color: #909090;
  675. border-top: .05rem solid #e1e1e1;
  676. position: fixed;
  677. bottom: 0;
  678. width: 100%;
  679. }
  680. .nav-bottom .iconfont {
  681. font-size: 1rem;
  682. }
  683. .nav-bottom li {
  684. -webkit-box-flex: 1;
  685. box-flex: 1;
  686. text-align: center;
  687. }
  688. .nav-bottom li.curr {
  689. color: #17b3ec;
  690. }
  691. /*消息列表*/
  692. .bgc-3fcba9 {
  693. background-color: #3fcba9;
  694. }
  695. .bgc-52a5f1 {
  696. background-color: #52a5f1;
  697. }
  698. .bgc-f98d44 {
  699. background-color: #f98d44;
  700. }
  701. .bgc-67bfed {
  702. background-color: #67bfed;
  703. }
  704. .bgc-91c66a {
  705. background-color: #91c66a;
  706. }
  707. .bgc-f792b1 {
  708. background-color: #f792b1;
  709. }
  710. .bgc-fec157 {
  711. background-color: #fec157;
  712. }
  713. .bgc-78c8ed {
  714. background-color: #78c8ed;
  715. }
  716. .bgc-fb8d7c {
  717. background-color: #fb8d7c;
  718. }
  719. .red-dot {
  720. background: #f03a3a;
  721. color: #fff;
  722. width: 1rem;
  723. height: 1rem;
  724. border-radius: 50%;
  725. font-size: .5rem;
  726. line-height: 1rem;
  727. text-align: center;
  728. }
  729. .msg-list {
  730. background: #fff;
  731. }
  732. .msg-list li {
  733. display: -webkit-box;
  734. display: box;
  735. }
  736. .msg-list .info {
  737. -webkit-box-flex: 1;
  738. box-flex: 1;
  739. }
  740. .msg-list li .icon-area {
  741. color: #fff;
  742. font-size: .75rem;
  743. margin-right: .75rem;
  744. }
  745. .msg-list li .icon-area .iconfont {
  746. vertical-align: middle;
  747. display: inline-block;
  748. }
  749. .doc-info div{}
  750. .doc_type{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block; max-width: 190px;}