yyghHistoryDoctor.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .doctor_list {
  2. padding: 230upx 30upx 0;
  3. display: inline-block;
  4. width: 100%;
  5. }
  6. .doctor_item {
  7. background: rgba(255, 255, 255, 1);
  8. box-shadow: 0px 0px 40upx 0px rgba(0, 0, 0, 0.06);
  9. margin-bottom: 30upx;
  10. padding: 20upx 30upx;
  11. position: relative;
  12. border-radius: 24upx;
  13. }
  14. .doctor_item_nav {
  15. display: flex;
  16. align-items: flex-start;
  17. padding: 20upx 0;
  18. width: 79%;
  19. }
  20. .doctor_item_img {
  21. width: 110upx;
  22. height: 103upx;
  23. border-radius: 50%;
  24. margin-right: 23upx;
  25. overflow: hidden;
  26. }
  27. .doctor_item_nav_tit {
  28. width: 70%;
  29. }
  30. .doctor_item_nav_subtit_val {
  31. font-size: 32upx;
  32. font-family: Source Han Sans CN;
  33. font-weight: 500;
  34. color: #222326;
  35. margin-right: 20upx;
  36. }
  37. .doctor_item_nav_subtit_txt {
  38. font-size: 22upx;
  39. font-family: PingFang SC;
  40. background: #FFFBF4;
  41. border: 1upx solid ;
  42. border-radius: 6upx;
  43. padding: 7upx 10upx;
  44. }
  45. .doctor_item_nav_subtit_dept{
  46. font-size: 26upx;
  47. font-family: PingFang SC;
  48. color: #222326;
  49. line-height: 65upx;
  50. }
  51. .doctor_item_info {
  52. font-size: 26upx;
  53. font-family: PingFang SC;
  54. color: #8A8A99;
  55. overflow: hidden;
  56. text-overflow:ellipsis;
  57. white-space: nowrap;
  58. width: 100%;
  59. }
  60. .goBtn{
  61. width: 132upx;
  62. height: 60upx;
  63. line-height: 58upx;
  64. border: 1px solid;
  65. border-radius: 30upx;
  66. text-align: center;
  67. font-size: 26upx;
  68. font-family: PingFang SC;
  69. }