page { background-color: #f8f8f8; } .customer_item { font-size: 28rpx; background-color: #fff; border-radius: 15rpx; padding: 0 30rpx 30rpx 30rpx; margin: 30rpx; } .customer_item_head { display: flex; align-items: center; justify-content: space-between; color: #333; padding-top: 30rpx; font-weight: 500; padding: 30rpx 0 25rpx 0; font-size: 28rpx; } .customer_item_head text { color: #0082fa; font-weight: 400; } .customer_item_body { display: flex; align-items: center; padding: 24rpx 0 30rpx 0; } .customer_item_body .label { color: #333; } .customer_item_body .content { color: #999; flex: 1; padding: 0 30rpx; } .customer_item_tab_body { padding: 20rpx 0 30rpx 0; } .customer_update_card { background-color: #fff; padding: 0 30rpx; } .customer_item_add_btn { display: flex; align-items: center; border-radius: 20rpx; padding: 25rpx 30rpx; font-size: 28rpx; color: #333; border: 2px dashed #d3d3d3; font-weight: 500; } .customer_item_add_btn text { padding-left: 5rpx; }