.resident-container { padding: 20rpx; } page { background-color: #f7f7f7; } .card { background: #fff; border-radius: 20rpx; padding: 30rpx; margin-top: 20rpx; } .card .title { font-size: 34rpx; font-weight: bold; color: #333333; display: flex; align-items: center; margin-left: -30rpx; margin-bottom: 39rpx; position: relative; } .card .title:before { content: ''; display: block; width: 10rpx; height: 28rpx; background: #3A80E7; border-radius: 4rpx; margin-right: 20rpx; } .user-info { display: flex; align-items: center; margin-bottom: 20rpx; } .user-info .img { width: 128rpx; height: 128rpx } .user-info .name { font-size: 32rpx; font-weight: bold; color: #333333; margin-left: 20rpx; } .user-infos { display: flex; font-size: 32rpx; line-height: 60rpx; } .user-infos .label { white-space: nowrap; } .user-item { background: rgba(193, 212, 240, 0.2); border-radius: 10px; padding: 32rpx; margin-top: 20rpx; font-size: 30rpx; font-weight: 500; color: #666666; line-height: 46rpx; } .user-item .user-name { font-size: 30rpx; font-weight: bold; color: #333333; } .business-log { } .business-log .header { display: flex; align-items: center; justify-content: space-between; font-size: 32rpx; font-weight: bold; color: #333333; padding: 0 0 32rpx 0; } .business-log .content { display: flex; align-items: center; justify-content: space-between; height: 100rpx; background: #F3F6FC; padding: 0 20rpx; } .business-log .content:nth-child(odd) { background: none; } .business-log .content .tit { width: calc(100% - 100rpx); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 30rpx; font-weight: 500; color: #666666; } .business-log .operation { font-size: 30rpx; font-weight: 500; color: #3A80E7; display: flex; align-items: center; width: 100rpx; } .business-log .operation image { width: 24rpx; margin-left: 10rpx; } .enjoyService { width: 100%; height: 362rpx; } ec-canvas { width: 100%; height: 100%; } .integral-log .integral-item { display: flex; align-items: center; border-bottom: 1px #E0E0E0 dashed; padding: 25rpx 0; } .integral-log .integral-item .num { font-size: 40rpx; font-weight: bold; color: #FC7031; margin-right: 40rpx; } .integral-log .integral-item .tit { font-size: 32rpx; font-weight: 500; color: #333333; margin-bottom: 23rpx; } .integral-log .integral-item .time { font-size: 28rpx; font-weight: 500; color: #999999; } .no-data { color: #E0E0E0; text-align: center; padding: 50rpx 0; }