nodrug-therapy.scss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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 0px 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. .nodrug-therapy-outer {
  37. background: linear-gradient(135deg, #e3f0ff 0%, #f6fafd 100%);
  38. border-radius: 20rpx;
  39. padding: 24rpx 0 0 0;
  40. margin: 0 24rpx;
  41. }
  42. .nodrug-therapy-header {
  43. display: flex;
  44. align-items: center;
  45. padding: 0 32rpx 16rpx 32rpx;
  46. position: relative;
  47. }
  48. .header-icon {
  49. border: 1.5rpx dashed #1976d2;
  50. border-radius: 8rpx;
  51. background: #fff;
  52. margin-right: 16rpx;
  53. padding: 6rpx;
  54. }
  55. .header-title {
  56. font-size: 30rpx;
  57. font-weight: 600;
  58. color: #222;
  59. }
  60. .more-link {
  61. position: absolute;
  62. right: 32rpx;
  63. color: #1976d2;
  64. font-size: 24rpx;
  65. display: flex;
  66. align-items: center;
  67. }
  68. .nodrug-therapy-list {
  69. margin: 0 24rpx 24rpx 24rpx;
  70. }
  71. .therapy-card {
  72. background: #fff;
  73. border-radius: 16rpx;
  74. margin-bottom: 18rpx;
  75. padding: 30rpx 24rpx 18rpx 24rpx;
  76. box-shadow: 0 2rpx 8rpx rgba(0,0,0,0.03);
  77. }
  78. .therapy-title {
  79. font-size: 32rpx;
  80. font-weight: 500;
  81. color: #222;
  82. margin-bottom: 20rpx;
  83. text-align: center;
  84. }
  85. .therapy-row {
  86. font-size: 28rpx;
  87. color: #666;
  88. margin-bottom: 8rpx;
  89. display: flex;
  90. flex-wrap: wrap;
  91. text-align: center;
  92. }
  93. .label {
  94. color: #999;
  95. margin-right: 8rpx;
  96. }
  97. .empty-data{
  98. width: 94%;
  99. margin: auto;
  100. border-top: 1px solid #E7E7E7;
  101. padding-top: 10px;
  102. }
  103. .constitution-box{
  104. background-image: url('https://wx.hzliuzhi.com:4433/manager/file/statics/2025/08/21/WechatIMG731_20250821155626A830.jpg');
  105. background-size: cover;
  106. background-position: center;
  107. }
  108. .table-box{
  109. padding: 0px 10px 10px 10px;
  110. }