123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- .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;
- }
|