follow-record.scss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. .constitution-box{
  6. background-image: url('https://wx.hzliuzhi.com:4433/manager/file/statics/2025/08/21/WechatIMG731_20250821155626A830.jpg');
  7. background-size: cover;
  8. background-position: center;
  9. }
  10. .card-wrapper {
  11. margin: 0;
  12. }
  13. .constitution-container {
  14. border-radius: 20rpx;
  15. // padding: 0px 10px 10px 10px;
  16. }
  17. .text-title {
  18. font-size: 16px;
  19. color: black;
  20. font-weight: 500;
  21. }
  22. .card-title {
  23. display: flex;
  24. align-items: center;
  25. margin-bottom: 20rpx;
  26. margin-left: 30rpx;
  27. }
  28. .icon-title {
  29. width: 20px;
  30. height: 20px;
  31. margin-right: 10rpx;
  32. }
  33. .card-header {
  34. display: flex;
  35. align-items: center;
  36. justify-content: space-between;
  37. margin-bottom: 10rpx;
  38. padding: 20px 0 0px 0 !important;
  39. }
  40. .table {
  41. background: #FFFFFF;
  42. border: 1px solid #EEEEEE;
  43. border-radius: 8px;
  44. .table-row {
  45. display: flex;
  46. border-bottom: 1px solid #EEEEEE;
  47. height: 40px;
  48. line-height: 40px;
  49. border-radius: 8px 8px 0px 0px;
  50. min-width: 0;
  51. &:last-child {
  52. border-bottom: none;
  53. }
  54. &.header {
  55. background: #EEEEEE;
  56. font-weight: 500;
  57. }
  58. }
  59. .table-cell {
  60. flex: 1 1 0;
  61. min-width: 0;
  62. max-width: 100%;
  63. padding: 0 16rpx;
  64. text-align: center;
  65. font-size: 28rpx;
  66. color: #191919;
  67. white-space: nowrap;
  68. overflow: hidden;
  69. text-overflow: ellipsis;
  70. &:first-child {
  71. text-align: center;
  72. }
  73. }
  74. }
  75. .ellipsis {
  76. display: block;
  77. white-space: nowrap;
  78. overflow: hidden;
  79. text-overflow: ellipsis;
  80. }
  81. .table-box{
  82. padding: 0px 10px 10px 10px;
  83. }