jtbc.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. .c-333{
  25. color: #333;
  26. }
  27. .c-f14{
  28. font-size: 14px;
  29. }
  30. .c-909399{
  31. color: #909399;
  32. }
  33. .form-item{
  34. display: flex;
  35. justify-content: space-between;
  36. align-items: center;
  37. font-size: 16px;
  38. /* height: 36px; */
  39. padding-bottom: 12px;
  40. margin-bottom: 16px;
  41. border-bottom: 1px solid rgba(0, 0, 0, .1);
  42. }
  43. .form-label{
  44. color: #909399;
  45. }
  46. .dialog-box{
  47. display: flex;
  48. flex-wrap: wrap;
  49. font-size: 16px;
  50. }
  51. .textarea-content{
  52. max-width: 300px;
  53. }
  54. .timeline-box{
  55. padding: 0 20px;
  56. }
  57. .timeline{
  58. position: relative;
  59. display: flex;
  60. align-items: center;
  61. font-size: 16px;
  62. height: 70px;
  63. line-height: 70px;
  64. }
  65. .timeline .circle{
  66. width: 16px;
  67. height: 16px;
  68. border-radius: 50%;
  69. background-color: #00bf79;
  70. margin-right: 8px;
  71. position: relative;
  72. z-index: 2;
  73. }
  74. .timeline .time{
  75. margin-right: 90px;
  76. width: 120px;
  77. }
  78. .timeline .name{
  79. width: 100px;
  80. }
  81. .timeline .statusName{
  82. padding-left: 100px;
  83. }
  84. .line{
  85. position: absolute;
  86. width: 1px;
  87. height: 70px;
  88. left: 218px;
  89. background-color: #e2e2e2;
  90. top: 50%;
  91. transform: translateY(-50%);
  92. }