care-scheme.scss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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 0 10px 0 !important;
  7. }
  8. .constitution-container {
  9. margin-top: 15px;
  10. border-radius: 20rpx;
  11. background: linear-gradient(180deg, #D6E4F5 0%, #F3F4F6 100%);
  12. // padding: 0px 10px 10px 10px;
  13. }
  14. .text-title {
  15. font-size: 16px;
  16. color: black;
  17. font-weight: 500;
  18. }
  19. .card-title {
  20. display: flex;
  21. align-items: center;
  22. margin-bottom: 10rpx;
  23. // padding-left: 4px;
  24. margin-left: 30rpx;
  25. }
  26. .icon-title {
  27. width: 20px;
  28. height: 20px;
  29. margin-right: 10rpx;
  30. }
  31. .card-header {
  32. display: flex;
  33. align-items: center;
  34. justify-content: space-between;
  35. margin-bottom: 10rpx;
  36. padding: 20px 0 0px 0 !important;
  37. }
  38. .care-scheme-outer {
  39. background: linear-gradient(135deg, #e3f0ff 0%, #f6fafd 100%);
  40. border-radius: 20rpx;
  41. padding: 24rpx 0 0 0;
  42. margin: 0 24rpx;
  43. }
  44. .care-scheme-header {
  45. display: flex;
  46. align-items: center;
  47. padding: 0 32rpx 16rpx 32rpx;
  48. }
  49. .header-icon {
  50. border: 1.5rpx dashed #1976d2;
  51. border-radius: 8rpx;
  52. background: #fff;
  53. margin-right: 16rpx;
  54. padding: 6rpx;
  55. }
  56. .header-title {
  57. font-size: 30rpx;
  58. font-weight: 600;
  59. color: #222;
  60. }
  61. .care-scheme-card {
  62. background: #fff;
  63. border-radius: 16rpx;
  64. margin: 0 24rpx 24rpx 24rpx;
  65. padding: 24rpx 24rpx 18rpx 24rpx;
  66. box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.03);
  67. }
  68. .scheme-title-row {
  69. display: flex;
  70. align-items: center;
  71. margin-bottom: 18rpx;
  72. }
  73. .status-tag {
  74. margin-right: 16rpx;
  75. background-color: #1976d2;
  76. color: #fff;
  77. padding: 5px 10px;
  78. border-radius: 5px;
  79. }
  80. .scheme-title {
  81. font-size: 28rpx;
  82. font-weight: 500;
  83. color: #222;
  84. }
  85. .scheme-list {
  86. margin-top: 8rpx;
  87. }
  88. .scheme-list-row {
  89. width: 60%;
  90. display: flex;
  91. justify-content: space-between;
  92. align-items: center;
  93. font-size: 26rpx;
  94. color: #222;
  95. margin-bottom: 10rpx;
  96. }
  97. .item-name {
  98. font-weight: 500;
  99. }
  100. .item-desc {
  101. color: black;
  102. }
  103. .empty-data{
  104. width: 94%;
  105. margin: auto;
  106. // border-top: 1px solid #E7E7E7;
  107. padding: 10px 0 10px 0;
  108. }
  109. .constitution-box{
  110. background-image: url('https://wx.hzliuzhi.com:4433/manager/file/statics/2025/08/21/WechatIMG731_20250821155626A830.jpg');
  111. background-size: cover;
  112. background-position: center;
  113. }
  114. .table-box{
  115. padding: 0px 10px 10px 10px;
  116. }