index.acss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .hospital-new-component .select-department-container {
  2. // padding-top: 116rpx;
  3. position: relative;
  4. background-color: #fff;
  5. }
  6. .hospital-new-component .select-department-container .header {
  7. position: absolute;
  8. left: 0;
  9. right: 0;
  10. top: 0;
  11. padding: 22rpx 24rpx;
  12. }
  13. .hospital-new-component .select-department-container .follow-up-history {
  14. padding: 24rpx 0 0 0;
  15. }
  16. .hospital-new-component .select-department-container .follow-up-history .title {
  17. color: #333;
  18. font-weight: 700;
  19. font-size: 30rpx;
  20. margin-bottom: 16rpx;
  21. }
  22. .hospital-new-component .select-department-container .follow-up-history .history-list {
  23. white-space: nowrap;
  24. overflow-y: scroll;
  25. }
  26. .hospital-new-component .select-department-container .follow-up-history .history-item {
  27. display: inline-block;
  28. height: 49rpx;
  29. padding: 0 20rpx;
  30. line-height: 49rpx;
  31. color: #666;
  32. font-size: 24rpx;
  33. margin-right: 24rpx;
  34. border-radius: 25rpx;
  35. background-color: #F5F5F5;
  36. }
  37. .hospital-new-component .select-department-container .follow-up-history .history-item:last-child {
  38. margin-right: 0;
  39. }
  40. .hospital-new-component .select-department-container .tree-container {
  41. height: 100%;
  42. }