hospitalIntroduction.acss 455 B

1234567891011121314151617
  1. .hospital-new-component .hospital-introduction .hospital-introduction-img {
  2. width: auto;
  3. }
  4. .hospital-new-component .hospital-introduction .section {
  5. margin-top: 64rpx;
  6. color: #333;
  7. }
  8. .hospital-new-component .hospital-introduction .section .title {
  9. font-weight: bold;
  10. font-size: 34rpx;
  11. }
  12. .hospital-new-component .hospital-introduction .section .describtion {
  13. margin-top: 16rpx;
  14. font-size: 30rpx;
  15. line-height: 45rpx;
  16. text-indent: 40rpx;
  17. }