home.css 312 B

12345678910111213141516171819202122232425262728293031323334
  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. }