select_doctor.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .c-323232{color: #323232;}
  2. .mr25{margin-right: 25px;}
  3. .t90{top: 90px;}
  4. .tab-hd {
  5. display: -webkit-box;
  6. display: box;
  7. box-sizing: border-box;
  8. position: relative;
  9. z-index: 2;
  10. }
  11. .tab-hd .sanp-flex {
  12. -webkit-box-flex: 1;
  13. box-flex: 1;
  14. text-align: center;
  15. padding-bottom: 10px;
  16. }
  17. .tab-hd .sanp-flex p {
  18. color: #333;
  19. font-size:0.85rem;
  20. }
  21. .sanp-flex.curr .pic {
  22. width: 26px;
  23. height: 26px;
  24. background: url(../images/hd-blue-bg.png) no-repeat left top;
  25. overflow: hidden;
  26. margin: 0 auto;
  27. background-size: cover;
  28. margin-bottom: 2px;
  29. }
  30. .tab-hd .sanp-flex.curr {
  31. border-bottom: 2px solid #1ca3e7;
  32. }
  33. .tab-hd .sanp-flex.curr p{
  34. color: #1CA3E7;
  35. }
  36. .div-lijizixun-btn{background: #4DCD6F; width: 43px;height: 100%;position: absolute;right: 0;color: #fff;}
  37. .div-lijizixun-btn .p1{position: absolute;top: 40%;margin-top: -25%;left: 50%;margin-left: -35%;}
  38. .div-lijizixun-btn .p2{position: absolute;top: 60%; margin-top: -25%; left: 50%; margin-left: -35%;}
  39. .div-lijizixun-btn.disabled{background-color: #ccc;}
  40. .c-list .c-list-key { margin: 0; }
  41. .c-avatar-m { width: 50px; height: 50px; border-radius: 50px; margin: 0 10px 0 0; }
  42. .list-item { margin-top: 10px; border: 1px solid #e1e1e1; border-radius: 8px; overflow: hidden;position: relative; }
  43. .list-item .c-list > li { margin-left: 10px; border-top: 0; }
  44. #team_doctor_list .c-avatar-m{margin: 0 10px 0 0;}
  45. /**/
  46. #zhuanke_list .li-box{
  47. display: box;
  48. display: -webkit-box;
  49. padding: 0 10px;
  50. }
  51. .li-box .list-info{
  52. -webkit-box-flex: 1;
  53. box-flex: 1;
  54. padding-right: 15px;
  55. display: box;
  56. display: -webkit-box;
  57. -webkit-box-orient: vertical;
  58. -webkit-box-pack: center;
  59. }