| 12345678910111213141516171819202122232425 |
- @import "../../../../themes/t.cell.scss";
- @import "../../../../themes/card.scss";
- /* module/health/components/card-analysis/card-analysis-exception.wxss */
- .picture-wrapper {
- display: flex;
- flex-direction: row;
- justify-content: center;
- image {
- margin: 0 12px;
- height: 128px;
- &.min {
- width: 128px;
- }
- }
- }
- .card-body {
- .card-header,
- .card-body {
- padding: 12rpx 0;
- }
- }
|