[v-cloak] {
    display: none;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(190,200,205);
}

.btn_fj {
    margin-left: 10px;
    width: 100px;
    height: 30px;
    border: 1px solid rgb(166 168 171);
    color: rgb(107 110 113);
    cursor: pointer;
    border-radius: 3px;
    background-color: white;
}

.text {
    width: 240px;
    height: 1pc;
    padding: 9px 25px 9px 5px;
    border: 1px solid #ccc;
    float: none;
    font-size: 13px;
    font-family: arial,"微软雅黑";
    color: #999
}

.btn {
    font: 12px/20px Arial,Tahoma,Helvetica,'微软雅黑','宋体',sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background-color: #4AB3FF;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border: 0px solid;
    border-radius: 3px;
}

.el-date-editor {
    width: 123px !important
}

.el-input__inner {
    border-color: #ccc;
    border-radius: 0px;
    height: 36px;
    color: #999;
}
