index.acss 588 B

12345678910111213141516171819202122
  1. .hospital-new-component .hospital-select-relationship {
  2. display: flex;
  3. flex-wrap: wrap;
  4. padding: 6rpx 24rpx 24rpx 24rpx;
  5. }
  6. .hospital-new-component .hospital-select-relationship .item-box {
  7. display: flex;
  8. align-items: center;
  9. justify-content: center;
  10. height: 205rpx;
  11. font-size: 36rpx;
  12. color: #1677FF;
  13. font-weight: bold;
  14. margin-right: 30rpx;
  15. margin-bottom: 30rpx;
  16. border-radius: 16rpx;
  17. width: calc(33.3% - 20rpx);
  18. background-color: rgba(22, 119, 255, 0.1);
  19. }
  20. .hospital-new-component .hospital-select-relationship .item-box:nth-child(3n) {
  21. margin-right: 0;
  22. }