yyghHistoryDoctor.wxss 1.3 KB

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