index.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. .service-record-timeline .timeline {
  2. position: relative;
  3. margin: 0 auto;
  4. padding: 10px;
  5. border-radius: 4px;
  6. background-color: #FFFFFF;
  7. }
  8. .service-record-timeline .timeline::before {
  9. content: '';
  10. position: absolute;
  11. width: 1px;
  12. background-color: #A6AAB3;
  13. top: 30px;
  14. bottom: 10px;
  15. left: 68px;
  16. margin-left: -2px;
  17. }
  18. .service-record-timeline .timeline-item {
  19. display: flex;
  20. align-items: stretch;
  21. width: 100%;
  22. padding: 10px 0;
  23. position: relative;
  24. }
  25. .service-record-timeline .timeline-item::before {
  26. content: '';
  27. position: absolute;
  28. width: 10px;
  29. height: 10px;
  30. background-color: #FF9900;
  31. border-radius: 50%;
  32. left: 52px;
  33. top: 10px;
  34. transform: translateY(10px);
  35. z-index: 1;
  36. }
  37. .service-record-timeline .timeline-item-blue-dot::before {
  38. background-color: #12B7F5;
  39. }
  40. .service-record-timeline .timeline-time {
  41. width: 50px;
  42. line-height: 1.4;
  43. text-align: center;
  44. padding-right: 20px;
  45. position: relative;
  46. font-size: 12px;
  47. font-weight: bold;
  48. }
  49. .service-record-timeline .timeline-content {
  50. flex: 1;
  51. padding: 10px;
  52. background-color: #f5f7fa;
  53. border-radius: 6px;
  54. position: relative;
  55. }
  56. .service-record-timeline .record-list.time-list {
  57. padding: 10px;
  58. }
  59. .service-record-timeline .timeline-content .data-item .data-title {
  60. font-size: 14px;
  61. font-weight: 500;
  62. margin-bottom: 10px;
  63. }
  64. .service-record-timeline .timeline-content .data-item {
  65. font-size: 12px;
  66. margin-bottom: 10px;
  67. }
  68. .service-record-timeline .timeline-content .data-item .data-cont {
  69. display: flex;
  70. flex-wrap: wrap;
  71. }
  72. .copd-service-record-box>.service-base-info {
  73. background-color:#F2F7FB;
  74. padding: 10px;
  75. border-radius: 8px;
  76. margin-bottom: 10px;
  77. }
  78. .copd-service-record-box>.service-base-info>.base-title {
  79. height: 32px;
  80. line-height: 32px;
  81. }
  82. .copd-service-record-box>.service-base-info >.base-content {
  83. display: flex;
  84. align-items: center;
  85. flex-wrap: wrap;
  86. }
  87. .copd-service-record-box>.service-base-info>.base-content>.base-info-item {
  88. width: 25%;
  89. height: 32px;
  90. line-height: 32px;
  91. }
  92. .ki-title {
  93. position: relative;
  94. padding-left: 10px;
  95. }
  96. .ki-title::before {
  97. content: '';
  98. position: absolute;
  99. left: 0;
  100. top: 50%;
  101. transform: translateY(-50%);
  102. width: 4px;
  103. height: 20px;
  104. border-radius: 8px;
  105. background-color: #409EFF;
  106. }
  107. .ta-title {
  108. margin-bottom: 4px;
  109. border-bottom: 2px solid #409EFF;
  110. }
  111. .copd-service-record-box > .service-record-timeline .title {
  112. width: 100%;
  113. padding: 14px 0;
  114. border-bottom: 2px solid #F2F3F5;
  115. }
  116. .cops-service-record-bottom-box {
  117. position: fixed;
  118. left: 0;
  119. right: 0;
  120. bottom: 0;
  121. background-color: #fff;
  122. border-top: 1px solid #EEEEEE;
  123. height: 64px;
  124. display: flex;
  125. align-items: center;
  126. justify-content: center;
  127. z-index: 100;
  128. }
  129. .copd-follow-up-dialog-box {
  130. height: 400px;
  131. overflow-y: scroll;
  132. overflow-x: hidden;
  133. }
  134. .copd-follow-up-dialog-box .copd-bb-record-info .title {
  135. width: 100%;
  136. height: 32px;
  137. line-height: 32px;
  138. }
  139. .copd-service-record-box .el-dialog__header {
  140. padding: 14px;
  141. }
  142. .copd-service-record-box .el-dialog__body {
  143. padding: 0 14px;
  144. }
  145. .copd-bb-base-content {
  146. display: flex;
  147. align-items: center;
  148. flex-wrap: wrap;
  149. }
  150. .copd-bb-base-info-item {
  151. width: 50%;
  152. margin-bottom: 4px;
  153. /* height: 32px;
  154. line-height: 32px; */
  155. }
  156. .copd-bb-record-info {
  157. margin-bottom: 24px;
  158. width: 100%;
  159. }
  160. .dialog-footer {
  161. display: flex;
  162. justify-content: center;
  163. align-items: center;
  164. }