jtbc.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. .copd-filter-group{
  2. display: flex;
  3. flex-wrap: wrap;
  4. }
  5. .pb20{
  6. padding-bottom: 20px;
  7. }
  8. .dialog-title{
  9. font-size: 18px;
  10. font-weight: bold;
  11. position: relative;
  12. padding-left: 10px;
  13. margin-bottom: 20px;
  14. }
  15. .dialog-title::before{
  16. position: absolute;
  17. content: '';
  18. left: 0;
  19. top: 4px;
  20. width: 3px;
  21. height: 15px;
  22. background-color: #00bf79;
  23. }
  24. .jtbc label{
  25. white-space: nowrap;
  26. }
  27. .c-333{
  28. color: #333;
  29. }
  30. .c-f14{
  31. font-size: 14px;
  32. }
  33. .c-909399{
  34. color: #909399;
  35. }
  36. .form-item{
  37. display: flex;
  38. justify-content: space-between;
  39. align-items: center;
  40. font-size: 16px;
  41. /* height: 36px; */
  42. padding-bottom: 12px;
  43. margin-bottom: 16px;
  44. border-bottom: 1px solid rgba(0, 0, 0, .1);
  45. }
  46. .form-label{
  47. color: #909399;
  48. }
  49. .dialog-box{
  50. display: flex;
  51. flex-wrap: wrap;
  52. font-size: 16px;
  53. }
  54. .textarea-content{
  55. max-width: 300px;
  56. }
  57. .jtbc .timeline-box{
  58. padding: 0 20px;
  59. }
  60. .jtbc .timeline-box .timeline{
  61. position: relative;
  62. display: flex;
  63. align-items: center;
  64. font-size: 16px;
  65. height: 70px;
  66. line-height: 70px;
  67. }
  68. .jtbc .timeline-box .timeline .circle{
  69. width: 16px;
  70. height: 16px;
  71. border-radius: 50%;
  72. background-color: #00bf79;
  73. margin-right: 8px;
  74. position: relative;
  75. z-index: 2;
  76. }
  77. .jtbc .timeline-box .timeline .time{
  78. margin-right: 90px;
  79. width: 120px;
  80. }
  81. .jtbc .timeline-box .timeline .name{
  82. width: 100px;
  83. }
  84. .jtbc .timeline-box .timeline .statusName{
  85. padding-left: 100px;
  86. }
  87. .jtbc .line{
  88. position: absolute;
  89. width: 1px;
  90. height: 70px;
  91. left: 218px;
  92. background-color: #e2e2e2;
  93. top: 50%;
  94. transform: translateY(-50%);
  95. }
  96. .jtbc .pagination{
  97. margin-top: 20px;
  98. float: right;
  99. }