| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- @import '../../../../themes/page.scss';
- @import '../../../../themes/draggable-sheet.scss';
- @import "../../report-common.scss";
- @import "../../../../themes/card.scss";
- /* module/health/pages/home/home.scss */
- .health-container{
- background-image: url("/assets/bg/bg_records.png");
- background-repeat: no-repeat;
- width: 100%;
- height: 100%; /* Ensure this path is correct */
- background-size: cover; /* or contain, depending on your needs */
- background-position: top;
- background-color: #F5F6F7;
-
- }
- .page-scroll__container{
-
- padding-bottom: calc(100rpx + env(safe-area-inset-bottom)) !important;
- }
- .card-body.report-wrapper {
- display: flex;
- flex-direction: row;
- align-items: center;
- .content-wrapper {
- flex: auto;
- }
- .image-wrapper {
- flex: none;
- width: 128px;
- height: 128px;
- margin-left: 8px;
- }
- }
- .card-header {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 10rpx;
- padding: 20px 0 0px 0 !important;
- margin-top: 20rpx;
- }
- .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;
- }
- .card-title {
- display: flex;
- align-items: center;
- margin-bottom: 20rpx;
- margin-left: 30rpx;
- }
- .icon-title {
- width: 20px;
- height: 20px;
- margin-right: 10rpx;
- }
- .text-title {
- font-size: 16px;
- color: black;
- font-weight: 500;
- }
- .more-link {
- position: absolute;
- right: 32rpx;
- color: #1976d2;
- font-size: 24rpx;
- display: flex;
- align-items: center;
- }
|