.copd-filter-group{ display: flex; flex-wrap: wrap; } .pb20{ padding-bottom: 20px; } .dialog-title{ font-size: 18px; font-weight: bold; position: relative; padding-left: 10px; margin-bottom: 20px; } .dialog-title::before{ position: absolute; content: ''; left: 0; top: 4px; width: 3px; height: 15px; background-color: #00bf79; } .jtbc label{ white-space: nowrap; } .c-333{ color: #333; } .c-f14{ font-size: 14px; } .c-909399{ color: #909399; } .c-ff5e6c{ color: #ff5e6c; } .c-17b3ec{ color: #17b3ec; } .c-20d7ad{ color: #20d7ad; } .bg-ff5e6c{ background-color: #ff5e6c; } .bg-17b3ec{ background-color: #17b3ec; } .bg-20d7ad{ background-color: #20d7ad; } .form-item{ display: flex; justify-content: space-between; align-items: center; font-size: 16px; /* height: 36px; */ padding-bottom: 12px; margin-bottom: 16px; border-bottom: 1px solid rgba(0, 0, 0, .1); } .form-label{ color: #909399; } .dialog-box{ display: flex; flex-wrap: wrap; font-size: 16px; } .textarea-content{ max-width: 300px; } .jtbc .timeline-box{ padding: 0 20px; } .jtbc .timeline-box .timeline{ position: relative; display: flex; align-items: center; font-size: 16px; height: 70px; line-height: 70px; } .jtbc .timeline-box .timeline .circle{ width: 16px; height: 16px; border-radius: 50%; margin-right: 8px; position: relative; z-index: 2; } .jtbc .timeline-box .timeline .time{ margin-right: 90px; width: 120px; } .jtbc .timeline-box .timeline .name{ width: 100px; } .jtbc .timeline-box .timeline .statusName{ padding-left: 100px; } .jtbc .line{ position: absolute; width: 1px; height: 70px; left: 218px; background-color: #e2e2e2; top: 50%; transform: translateY(-50%); } .jtbc .pagination{ margin-top: 20px; float: right; } .nodata{ display: flex; flex-direction: column; align-items: center; margin: 40px 0; color: #5e6d82; font-size: 16px; } .nodata img{ margin-bottom: 20px; }