chat-record.scss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. @import "../../../../themes//t.cell.scss";
  2. @import "../../report-common.scss";
  3. @import "../../../../themes/card.scss";
  4. /* module/health/components/follow-evaluation/follow-evaluation.wxss */
  5. .card-wrapper {
  6. margin: 0 0rpx 60rpx 0;
  7. }
  8. .constitution-container {
  9. border-radius: 30rpx !important;
  10. background: linear-gradient(180deg, #D6E4F5 0%, #F3F4F6 100%);
  11. overflow: hidden;
  12. }
  13. .text-title {
  14. font-size: 16px;
  15. color: black;
  16. font-weight: 500;
  17. }
  18. .card-title {
  19. display: flex;
  20. align-items: center;
  21. margin-bottom: 20rpx;
  22. margin-left: 30rpx;
  23. }
  24. .icon-title {
  25. width: 20px;
  26. height: 20px;
  27. margin-right: 10rpx;
  28. }
  29. .card-header {
  30. display: flex;
  31. align-items: center;
  32. justify-content: space-between;
  33. margin-bottom: 10rpx;
  34. padding: 20px 0 10px 0 !important;
  35. }
  36. .header-icon {
  37. border: 1.5rpx dashed #1976d2;
  38. border-radius: 8rpx;
  39. background: #fff;
  40. margin-right: 16rpx;
  41. padding: 6rpx;
  42. }
  43. .header-title {
  44. font-size: 30rpx;
  45. font-weight: 600;
  46. color: #222;
  47. }
  48. .more-link {
  49. position: absolute;
  50. right: 32rpx;
  51. color: #1976d2;
  52. font-size: 24rpx;
  53. display: flex;
  54. align-items: center;
  55. }
  56. .constitution-box{
  57. background-image: url('https://wx.hzliuzhi.com:4433/manager/file/statics/2025/08/21/WechatIMG731_20250821155626A830.jpg');
  58. background-size: cover;
  59. background-position: center;
  60. }