jtbc.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  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. .c-ff5e6c {
  37. color: #ff5e6c;
  38. }
  39. .c-17b3ec {
  40. color: #17b3ec;
  41. }
  42. .c-20d7ad {
  43. color: #20d7ad;
  44. }
  45. .bg-ff5e6c {
  46. background-color: #ff5e6c;
  47. }
  48. .bg-17b3ec {
  49. background-color: #17b3ec;
  50. }
  51. .bg-20d7ad {
  52. background-color: #20d7ad;
  53. }
  54. .form-item {
  55. display: flex;
  56. justify-content: space-between;
  57. align-items: center;
  58. font-size: 16px;
  59. /* height: 36px; */
  60. padding-bottom: 12px;
  61. margin-bottom: 16px;
  62. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  63. }
  64. .form-label {
  65. color: #909399;
  66. }
  67. .dialog-box {
  68. display: flex;
  69. flex-wrap: wrap;
  70. font-size: 16px;
  71. }
  72. .textarea-content {
  73. max-width: 300px;
  74. }
  75. .jtbc .timeline-box {
  76. padding: 0 20px;
  77. }
  78. .jtbc .timeline-box .timeline {
  79. position: relative;
  80. display: flex;
  81. align-items: center;
  82. font-size: 16px;
  83. height: 70px;
  84. line-height: 70px;
  85. }
  86. .jtbc .timeline-box .timeline .circle {
  87. width: 16px;
  88. height: 16px;
  89. border-radius: 50%;
  90. margin-right: 8px;
  91. position: relative;
  92. z-index: 2;
  93. }
  94. .jtbc .timeline-box .timeline .time {
  95. margin-right: 90px;
  96. width: 120px;
  97. }
  98. .jtbc .timeline-box .timeline .name {
  99. width: 100px;
  100. }
  101. .jtbc .timeline-box .timeline .statusName {
  102. padding-left: 100px;
  103. }
  104. .jtbc .line {
  105. position: absolute;
  106. width: 1px;
  107. height: 70px;
  108. left: 218px;
  109. background-color: #e2e2e2;
  110. top: 50%;
  111. transform: translateY(-50%);
  112. }
  113. .jtbc .pagination {
  114. margin-top: 20px;
  115. float: right;
  116. }
  117. .nodata {
  118. display: flex;
  119. flex-direction: column;
  120. align-items: center;
  121. margin: 40px 0;
  122. color: #5e6d82;
  123. font-size: 16px;
  124. }
  125. .nodata img {
  126. margin-bottom: 20px;
  127. }
  128. /* follow-record 康复随访记录样式 */
  129. .follow-record .el-radio__input.is-disabled .el-radio__inner,
  130. .follow-record .el-radio__input.is-disabled.is-checked .el-radio__inner {
  131. background-color: #fff;
  132. }
  133. .follow-record .el-radio__input.is-disabled + span.el-radio__label {
  134. color: #606266;
  135. }
  136. .follow-record .el-checkbox__input.is-disabled + span.el-checkbox__label {
  137. color: #606266;
  138. }
  139. .follow-record .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  140. background-color: #fff;
  141. }
  142. .follow-dialog-form {
  143. border: 1px solid rgba(0, 0, 0, 0.1);
  144. border-radius: 8px;
  145. padding: 20px 24px;
  146. }
  147. .follow-col {
  148. padding-bottom: 10px;
  149. font-size: 16px;
  150. }
  151. .patient-box {
  152. display: flex;
  153. padding-bottom: 12px;
  154. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  155. margin-bottom: 10px;
  156. }
  157. .info-avatar {
  158. width: 50px;
  159. height: 50px;
  160. border-radius: 50%;
  161. margin-right: 16px;
  162. }
  163. .year-item {
  164. margin: 0 20px;
  165. position: relative;
  166. }
  167. .year-item .year {
  168. display: flex;
  169. align-items: center;
  170. padding: 10px 0;
  171. }
  172. .year-item .time-label {
  173. width: 76px;
  174. text-align: center;
  175. }
  176. .year-item .year-circle {
  177. width: 6px;
  178. height: 6px;
  179. border: 2px solid #ff6905;
  180. border-radius: 50%;
  181. }
  182. .time-circle {
  183. width: 6px;
  184. height: 6px;
  185. border: 2px solid #1d92ff;
  186. border-radius: 50%;
  187. }
  188. .year-item .record-item {
  189. display: flex;
  190. align-items: center;
  191. padding: 10px 0;
  192. position: relative;
  193. }
  194. .year-item::after{
  195. content: '';
  196. width: 1px;
  197. height: calc(100% - 28px);
  198. display: block;
  199. position: absolute;
  200. left: 80px;
  201. top: 20px;
  202. background-color: rgba(0, 0, 0, 0.1);
  203. }
  204. .record-detail-item {
  205. background-color: #ecf5ff;
  206. padding: 10px;
  207. display: flex;
  208. justify-content: space-between;
  209. align-items: center;
  210. border-radius: 6px;
  211. margin-left: 16px;
  212. width: 590px;
  213. }
  214. .record-detail-item .risk{
  215. font-size: 16px;
  216. margin-bottom: 4px;
  217. }
  218. .between{
  219. display: flex;
  220. justify-content: space-between;
  221. }
  222. .service-item{
  223. background: #f3f3f3;
  224. padding: 14px;
  225. border-radius: 6px;
  226. margin-bottom: 10px;
  227. }
  228. .sf-box{
  229. margin-top: 10px;
  230. border-top: 1px solid rgba(0, 0, 0, 0.1);
  231. position: relative;
  232. }
  233. .sf-box::before{
  234. position: absolute;
  235. content: '';
  236. display: block;
  237. width: 1px;
  238. height: calc(100% - 52px);
  239. background-color: rgba(0, 0, 0, 0.1);
  240. left: 114px;
  241. top: 26px;
  242. }
  243. .c-409eff{
  244. color: #409eff;
  245. font-size: 16px;
  246. }
  247. .c-ff6600{
  248. color: #ff6600;
  249. }
  250. .complete-situation{
  251. width: 130px;
  252. }
  253. .sf-item{
  254. display: flex;
  255. align-items: center;
  256. padding: 10px 0;
  257. }
  258. .sf-time{
  259. width: 110px;
  260. }
  261. .sf-doctor{
  262. width: 100px;
  263. text-align: center;
  264. }
  265. .sf-hospital{
  266. width: 320px;
  267. }
  268. .sf-status{
  269. width: 100px;
  270. }
  271. .bottom-box{
  272. display: flex;
  273. justify-content: center;
  274. padding-top: 10px;
  275. margin-top: 10px;
  276. border-top: 1px solid rgba(0, 0, 0, 0.1);
  277. }