index.acss 872 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .hospital-new-component .tab-services {
  2. background: #fff;
  3. }
  4. .hospital-new-component .tab-services .activeTab .am-tabs-bar {
  5. border: none;
  6. margin-bottom: 16rpx;
  7. }
  8. .hospital-new-component .tab-content {
  9. min-height: 120rpx;
  10. padding: 24rpx;
  11. }
  12. .hospital-new-component .tab-content .tab-services-wrap {
  13. display: flex;
  14. flex-wrap: wrap;
  15. justify-content: space-between;
  16. background-color: #fff;
  17. padding: 20rpx 0 30rpx;
  18. }
  19. .hospital-new-component .tab-content .tab-services-item {
  20. display: flex;
  21. align-items: center;
  22. justify-content: center;
  23. flex-direction: column;
  24. }
  25. .hospital-new-component .tab-content .icon-container {
  26. width: 64rpx;
  27. height: 64rpx;
  28. }
  29. .hospital-new-component .tab-content .icon-container .icon {
  30. width: 100%;
  31. height: 100%;
  32. }
  33. .hospital-new-component .tab-content .title {
  34. color: #333;
  35. margin-top: 16rpx;
  36. font-size: 30rpx;
  37. }