home.css 547 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .bgc-f5f9f9{
  2. background: #f5f9f9;
  3. }
  4. .c-ef6b00{
  5. color: #ef6b00;
  6. }
  7. .c-0AD9C9{
  8. color: #0AD9C9;
  9. }
  10. .mt16{
  11. margin-top: 16px;
  12. }
  13. .h160{
  14. height: 160px;
  15. }
  16. .c-border{
  17. border-color: #e3ede8;
  18. }
  19. .ml14{
  20. margin-left: 14px;
  21. }
  22. .mt14{
  23. margin-top: 14px;
  24. }
  25. .div-hostipal-content{
  26. max-height: 654px;overflow: auto;
  27. }
  28. .hospital-photo-box{
  29. width: 40%;
  30. height: 130px;
  31. object-fit: contain;
  32. max-width: 150px;
  33. max-height: 130px;
  34. min-width: 100px;
  35. min-height: 86px;
  36. }
  37. .hospital-photo-box>img{
  38. width: 100%;
  39. height: 100%;
  40. }