123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .hospital-new-component .select-department-container {
- // padding-top: 116rpx;
- position: relative;
- background-color: #fff;
- }
- .hospital-new-component .select-department-container .header {
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- padding: 22rpx 24rpx;
- }
- .hospital-new-component .select-department-container .follow-up-history {
- padding: 24rpx 0 0 0;
- }
- .hospital-new-component .select-department-container .follow-up-history .title {
- color: #333;
- font-weight: 700;
- font-size: 30rpx;
- margin-bottom: 16rpx;
- }
- .hospital-new-component .select-department-container .follow-up-history .history-list {
- white-space: nowrap;
- overflow-y: scroll;
- }
- .hospital-new-component .select-department-container .follow-up-history .history-item {
- display: inline-block;
- height: 49rpx;
- padding: 0 20rpx;
- line-height: 49rpx;
- color: #666;
- font-size: 24rpx;
- margin-right: 24rpx;
- border-radius: 25rpx;
- background-color: #F5F5F5;
- }
- .hospital-new-component .select-department-container .follow-up-history .history-item:last-child {
- margin-right: 0;
- }
- .hospital-new-component .select-department-container .tree-container {
- height: 100%;
- }
|