care-record.scss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. @import "../../../../themes//t.cell.scss";
  2. @import "../../report-common.scss";
  3. @import "../../../../themes/card.scss";
  4. /* module/health/components/follow-evaluation/follow-evaluation.wxss */
  5. .card-wrapper {
  6. margin: 0 0rpx 30rpx 0;
  7. }
  8. .constitution-container {
  9. border-radius: 20rpx;
  10. background: linear-gradient(180deg, #D6E4F5 0%, #F3F4F6 100%);
  11. // padding: 0px 10px 10px 10px;
  12. }
  13. .text-title {
  14. font-size: 16px;
  15. color: black;
  16. font-weight: 500;
  17. }
  18. .card-title {
  19. display: flex;
  20. align-items: center;
  21. margin-bottom: 20rpx;
  22. margin-left: 30rpx;
  23. }
  24. .icon-title {
  25. width: 20px;
  26. height: 20px;
  27. margin-right: 10rpx;
  28. }
  29. .card-header {
  30. display: flex;
  31. align-items: center;
  32. justify-content: space-between;
  33. margin-bottom: 10rpx;
  34. padding: 20px 0 0px 0 !important;
  35. }
  36. .table {
  37. background: #FFFFFF;
  38. border: 1px solid #EEEEEE;
  39. border-radius: 8px;
  40. .table-row {
  41. display: flex;
  42. border-bottom: 1px solid #EEEEEE;
  43. height: 40px;
  44. line-height: 40px;
  45. border-radius: 8px 8px 0px 0px;
  46. &:last-child {
  47. border-bottom: none;
  48. }
  49. &.header {
  50. background: #EEEEEE;
  51. font-weight: 500;
  52. }
  53. }
  54. .table-cell {
  55. flex: 1;
  56. padding: 0 16rpx;
  57. text-align: center;
  58. font-size: 28rpx;
  59. color: #191919;
  60. white-space: nowrap;
  61. overflow: hidden;
  62. text-overflow: ellipsis;
  63. &:first-child {
  64. text-align: center;
  65. }
  66. }
  67. }
  68. .constitution-box{
  69. background-image: url('https://wx.hzliuzhi.com:4433/manager/file/statics/2025/08/21/WechatIMG731_20250821155626A830.jpg');
  70. background-size: cover;
  71. background-position: center;
  72. }
  73. .table-box{
  74. padding: 0px 10px 10px 10px;
  75. }