page { background-color: #f8f8f8; } .customer_assets_page { padding: 30rpx 30rpx 0 30rpx; padding-bottom: calc(210rpx + constant(safe-area-inset-bottom)); padding-bottom: calc(210rpx + env(safe-area-inset-bottom)); } .customer_assets_page .card_user_header { display: flex; align-items: center; padding: 30rpx 0; font-size: 28rpx; border-bottom: 1rpx solid #eee; } .customer_assets_page .card_user_header .avatar { width: 100rpx; height: 100rpx; background-color: #f8f8f8; } .customer_assets_page .card_user_header .user_info { flex: 1; padding: 0 20rpx; height: 100rpx; } .customer_assets_page .card_user_header .user_info .name { color: #666; } .customer_assets_page .card_user_header .user_info .phone { color: #999; padding-top: 10rpx; } .customer_assets_page .card_user_header .edit_btn { color: #0082fa; height: 100rpx; } .customer_card { background-color: #fff; border-radius: 20rpx; padding: 0 30rpx; } .customer_item { border-radius: 15rpx; background-color: #fafafa; padding: 0 30rpx; margin-top: 30rpx; display: flex; align-items: center; justify-content: space-between; } .customer_item_head { padding: 30rpx 0 0 0; color: #3d3d3d; font-size: 28rpx; font-weight: 500; } .customer_item_identity { color: #666666; font-size: 24rpx; padding: 10rpx 0 30rpx 0; } .customer_item_add_btn { display: flex; align-items: center; border-radius: 20rpx; padding: 30rpx; font-size: 28rpx; color: #333; border: 2px dashed #d3d3d3; font-weight: 500; } .customer_item_add_btn text { padding-left: 5rpx; } .house_contents { background-color: #fff; border-radius: 20rpx; padding: 30rpx; margin: 30rpx 0; } .house_contents .house_title { color: #333333; font-size: 32rpx; font-weight: 500; }