index.acss 463 Bytes
.delete-task-wrap {
    display: flex;
    justify-content: center;
    padding-bottom: 34rpx;
}

.delete-task {
    border: 1rpx solid rgba(222, 222, 222, 1);
    background: #fff;
    border-radius: 48rpx;
    color: rgba(27, 38, 61, 0.72);
    font-size: 28rpx;
    line-height: 64rpx;
    padding: 0 34rpx;
}

.delete-task .iconfont {
    color: rgba(242, 86, 67, 1);
    font-size: 28rpx;
    margin-right: 18rpx;
}

.delete-task-text {
    color: #0a0a0a;
}