﻿/*validate 验证控件 样式*/
label.error {
    clear: both;
    color: red;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

input.error,
select.error,
textarea.error {
    border: 1px solid red !important;
}

/*可以隐藏未编译的 Mustache 标签直到实例准备完毕（HTML绑定Vue实例，在页面加载时会闪烁）*/
[v-cloak] {
    display: none;
}

.tool-search-span {
    width: 100%;
    min-height: 45px;
    border-bottom: 1px solid #cee7fd;
    height: auto;
    margin-top: 5px;
}

.tool-search-span .tool-group,
.tool-search-span .search-group {
    float: left;
    line-height: 30px;
}

.tool-group {
    /*width: 50%;*/
    text-align: left;
}

.search-group {
    /*width: 49%;*/
}

.tcdPageCode {
    padding: 15px 20px;
    text-align: center;
    background: #fff;
    width: max-content;
    margin: 0 auto;
    border-radius: 999px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tcdPageCode a {
    color: #747474;
    /*页码前景色*/
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tcdPageCode a.prevPage,
.tcdPageCode a.nextPage,
.tcdPageCode a.disabled {
    width: 100px;
    border-radius: 999px;
}

.tcdPageCode a:hover {
    text-decoration: none;
    background-color: #CE4233;
    color: #fff;
}

/*当前页*/
.tcdPageCode a.current {
    background-color: #CE4233;
    color: #fff;
}

/*禁用页*/
.tcdPageCode a.disabled {
    color: #bfbfbf !important;
    background: #f2f2f2 !important;
    border: 1px solid #ddd !important;
    cursor: default;
}

/*移动端自适应*/
@media only screen and (max-width: 750px) {
    .tcdPageCode {
        padding: .15rem .2rem;
        box-shadow: 0px 0px .3rem rgba(0, 0, 0, 0.15);
        font-size: .24rem;
        gap: .1rem;
    }

    .tcdPageCode a.prevPage,
    .tcdPageCode a.nextPage,
    .tcdPageCode a.disabled {
        width: 1rem;
    }

    .tcdPageCode a {
        font-size: .24rem;
        width: .4rem;
        height: .4rem;
    }

    .pageList a {
        margin: 0;
    }
}

.pagination {
    margin: 0 !important;
}

.pages {
    display: flex;
    align-items: center;
}

#Pagination {
    padding: 10px !important;
    width: auto !important;
    margin-left: 30px;
}

.line_34 {
    line-height: 34px;
}

.padding_lr_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}