chartjs2.css 685 字节
.comple {
    color: rgb(134, 187, 225)
}

.copay {
    color: rgb(133, 195, 120)
}

.nopass {
    color: rgb(255, 53, 70)
}

.lookTopBor {
    border-top: 1px solid rgb(218, 218, 218);
}

.looksTop {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.looksTop h5 {
    width: 33%;
    font-size: 13px;
}


/* 文本框 */

textarea {
    width: 400px;
    height: 120px;
}

.looksTop h3 {
    font-size: 13px;
}


/* 按钮 */

.modalBtn {
    text-align: center;
    margin-top: 15px;
}

.modalBtn button {
    width: 89px;
    height: 36px;
    background-color: #15276d;
    color: #fff;
    border: none;
    border-radius: 5px
}