page { height: 100%; background-color: #f3f3f9; } .cnt_wrapper { margin: 0; padding: 0; } .p_title { width: 93vw; height: 140rpx; display: flex; align-items: center; margin: 20rpx auto; margin-top: 30rpx; border-radius: 10rpx; background: #fff; } .p_title .p_name { font-weight: bold; } .p_title .p_number { font-size: 24rpx; line-height: 50rpx; color: #999999; } .p_cnt { width: 93vw; margin: 20rpx auto; border-radius: 10rpx; background: #fff; } .p_cnt_list { height: 60rpx; padding: 10rpx 40rpx; display: flex; justify-content: space-between; align-items: center; font-size: 30rpx; font-weight: bold; } .delete_btn { width: 93vw; margin: 0 auto; } .delete_btn button { background: #fff; color: #ff3d71; box-shadow: 0px 2px 11px 0px rgba(211, 211, 234, 0.43); font-size: 30rpx; height: 88rpx; line-height: 88rpx; }