| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- @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 60rpx 0;
- }
- .constitution-container {
- border-radius: 30rpx !important;
- background: linear-gradient(180deg, #D6E4F5 0%, #F3F4F6 100%);
- overflow: hidden;
- }
- .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 10px 0 !important;
- }
- .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;
- }
- .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;
- }
|