@import "../../../../themes/t.cell.scss"; @import "../../report-common.scss"; @import "../../../../themes/card.scss"; /* module/health/components/report-health-patient/report-health-patient.wxss */ .user-image { width: 104px; height:104px; border-radius: 10px; margin-right: 10px; } .card-box { display: flex; align-items: center; justify-content: space-between; height: 40px; padding: 0 10px 0px 10px; } .basic-info{ color: black; font-weight: 500; } .card-body { .row+.row { margin-top: 8px; } } .text-item{ color: #191919; } .text-items{ display: flex; color: #191919; } .patient-info-content { --td-cell-description-color: #fff; --td-cell-description-font-size: 12px; display: flex; flex-direction: row; align-items: center; font-size: 14px; .avatar { flex: none; margin-right: 8px; } .content { flex: auto; } .title { font-size: 16px; color: #191919; font-weight: bold; } } .patient-data-wrapper { width: 94% !important; margin: auto; background: white !important; // padding: 0px 20px 10px 20px; .body-box { display: flex; flex-direction: row; align-items: center; background-color: #F9F9F9; padding: var(--td-cell-vertical-padding, 32rpx) var(--td-cell-horizontal-padding, 32rpx); font-size: 14px; border-radius: 0 0 12px 12px; .content-wrapper { flex: auto; } .image-wrapper { flex: none; width: 100px; height: 100px; margin-right: 13px; border-radius: 10px; } } .row { display: flex; column-gap: 12px; .col { flex: 1 1 50%; display: flex; align-items: center; white-space: nowrap; /* 防止真机 50% 宽度下换行 */ min-width: 0; /* 修复部分机型 flex 子项计算导致的换行 */ } } } .text-item+.text-item::before { content: ','; } .primary { // color: #34A76B; color:#191919; } .tag + .tag { margin-left: 4px; }