| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- @import "../../../../themes//t.cell.scss";
- @import "../../report-common.scss";
- @import "../../../../themes/card.scss";
- /* module/health/components/follow-evaluation/follow-evaluation.wxss */
- .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-wrapper {
- margin: 0;
- }
- .constitution-container {
- border-radius: 20rpx;
- // padding: 0px 10px 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;
- }
- .table {
- background: #FFFFFF;
- border: 1px solid #EEEEEE;
- border-radius: 8px;
-
- .table-row {
- display: flex;
- border-bottom: 1px solid #EEEEEE;
- height: 40px;
- line-height: 40px;
- border-radius: 8px 8px 0px 0px;
- min-width: 0;
-
- &:last-child {
- border-bottom: none;
- }
-
- &.header {
- background: #EEEEEE;
- font-weight: 500;
- }
- }
-
- .table-cell {
- flex: 1 1 0;
- min-width: 0;
- max-width: 100%;
- padding: 0 16rpx;
- text-align: center;
- font-size: 28rpx;
- color: #191919;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-
- &:first-child {
- text-align: center;
- }
- }
- }
- .ellipsis {
- display: block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .table-box{
- padding: 0px 10px 10px 10px;
- }
|