@import "../../../../themes//t.cell.scss"; @import "../../report-common.scss"; @import "../../../../themes/card.scss"; /* module/health/components/follow-evaluation/follow-evaluation.wxss */ .card-wrapper { margin: 0 0rpx 30rpx 0; } .constitution-container { border-radius: 20rpx; background: linear-gradient(180deg, #D6E4F5 0%, #F3F4F6 100%); // padding: 0px 10px 10px 10px; } .text-title { font-size: 16px; color: black; font-weight: 500; } .card-title { display: flex; align-items: center; margin-bottom: 20rpx; margin-left: 30rpx; } .icon-title { width: 20px; height: 20px; margin-right: 10rpx; } .card-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10rpx; padding: 20px 0 0px 0 !important; } .table { background: #FFFFFF; border: 1px solid #EEEEEE; border-radius: 8px; .table-row { display: flex; border-bottom: 1px solid #EEEEEE; height: 40px; line-height: 40px; border-radius: 8px 8px 0px 0px; &:last-child { border-bottom: none; } &.header { background: #EEEEEE; font-weight: 500; } } .table-cell { flex: 1; padding: 0 16rpx; text-align: center; font-size: 28rpx; color: #191919; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; &:first-child { text-align: center; } } } .constitution-box{ background-image: url('https://wx.hzliuzhi.com:4433/manager/file/statics/2025/08/21/WechatIMG731_20250821155626A830.jpg'); background-size: cover; background-position: center; } .table-box{ padding: 0px 10px 10px 10px; }