.page{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .record-list{ background-color: #FFFFFF; margin: 20rpx; border-radius: 20rpx; padding: 0 40rpx; position: relative; .list{ padding: 30rpx 0; display: flex; align-items: center; border-bottom: 2rpx solid #edf0f4; .title-date{ width: 30%; .date{ text{ color: #909090; } } } .integral{ text{ font-size: 28rpx; color: #3D3D3D; } } } .list:last-child{ border-bottom: 0; } .record-list-icon { color: #d39d13; height: 100rpx; font-weight: bold; text-align: right; position: absolute; right: 0; } } .reconciliationdetail-img { display: flex; image { width: 310rpx; height: 210rpx; border: 2rpx solid #1A988A; margin-right: 20rpx; } }