| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- @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 0 10px 0 !important;
- }
- .constitution-container {
- margin-top: 15px;
- 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: 10rpx;
- // padding-left: 4px;
- 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;
- }
- .care-scheme-outer {
- background: linear-gradient(135deg, #e3f0ff 0%, #f6fafd 100%);
- border-radius: 20rpx;
- padding: 24rpx 0 0 0;
- margin: 0 24rpx;
- }
- .care-scheme-header {
- display: flex;
- align-items: center;
- padding: 0 32rpx 16rpx 32rpx;
- }
- .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;
- }
- .care-scheme-card {
- background: #fff;
- border-radius: 16rpx;
- margin: 0 24rpx 24rpx 24rpx;
- padding: 24rpx 24rpx 18rpx 24rpx;
- box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.03);
- }
- .scheme-title-row {
- display: flex;
- align-items: center;
- margin-bottom: 18rpx;
- }
- .status-tag {
- margin-right: 16rpx;
- background-color: #1976d2;
- color: #fff;
- padding: 5px 10px;
- border-radius: 5px;
- }
- .scheme-title {
- font-size: 28rpx;
- font-weight: 500;
- color: #222;
- }
- .scheme-list {
- margin-top: 8rpx;
- }
- .scheme-list-row {
- width: 60%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 26rpx;
- color: #222;
- margin-bottom: 10rpx;
- }
- .item-name {
- font-weight: 500;
- }
- .item-desc {
- color: black;
- }
- .empty-data{
- width: 94%;
- margin: auto;
- // border-top: 1px solid #E7E7E7;
- padding: 10px 0 10px 0;
- }
- .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;
- }
|