| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- @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 0px 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;
- }
- .nodrug-therapy-outer {
- background: linear-gradient(135deg, #e3f0ff 0%, #f6fafd 100%);
- border-radius: 20rpx;
- padding: 24rpx 0 0 0;
- margin: 0 24rpx;
- }
- .nodrug-therapy-header {
- display: flex;
- align-items: center;
- padding: 0 32rpx 16rpx 32rpx;
- position: relative;
- }
- .header-icon {
- border: 1.5rpx dashed #1976d2;
- border-radius: 8rpx;
- background: #fff;
- margin-right: 16rpx;
- padding: 6rpx;
- }
- .header-title {
- font-size: 30rpx;
- font-weight: 600;
- color: #222;
- }
- .more-link {
- position: absolute;
- right: 32rpx;
- color: #1976d2;
- font-size: 24rpx;
- display: flex;
- align-items: center;
- }
- .nodrug-therapy-list {
- margin: 0 24rpx 24rpx 24rpx;
- }
- .therapy-card {
- background: #fff;
- border-radius: 16rpx;
- margin-bottom: 18rpx;
- padding: 30rpx 24rpx 18rpx 24rpx;
- box-shadow: 0 2rpx 8rpx rgba(0,0,0,0.03);
- }
- .therapy-title {
- font-size: 32rpx;
- font-weight: 500;
- color: #222;
- margin-bottom: 20rpx;
- text-align: center;
- }
- .therapy-row {
- font-size: 28rpx;
- color: #666;
- margin-bottom: 8rpx;
- display: flex;
- flex-wrap: wrap;
- text-align: center;
- }
- .label {
- color: #999;
- margin-right: 8rpx;
- }
- .empty-data{
- width: 94%;
- margin: auto;
- border-top: 1px solid #E7E7E7;
- padding-top: 10px;
- }
- .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;
- }
|