_activate.css 1.86 KB
.activate-count-page {
    margin: auto;
    font-family: "微软雅黑", sans-serif;
    font-size: 14px;

    .logo {
        width: 171px;
        height: 40px;
        display: inline-block;
        background-image: resolve(header/logo.png);
        background-position: 0 0;
        vertical-align: middle;
        margin-right: 10px;
    }

    input,
    select {
        outline: none;
    }

    h1 {
        font-size: 22px;
        margin: 0 0 50px;
        text-align: left;
        width: 100%;
        padding: 20px;
        color: #a5a5a5;
        box-sizing: border-box;
        border-bottom: 1px solid #e2e2e2;
        background: #f7f7f7;
    }

    /* 过滤 */
    .line {
        width: 90%;
        margin: 20px auto;
    }

    .sel {
        width: 173px;
        vertical-align: middle;
        padding: 9px;
        border-radius: 4px;
        box-sizing: border-box;
        border: 1px solid #d6d6d6;
    }

    .query-btn {
        border-radius: 4px;
        background: #20a0ff;
        padding: 10px 25px;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        cursor: pointer;
        vertical-align: middle;
        margin-left: 20px;
    }

    label,
    a {
        vertical-align: middle;
    }

    /* 表格 */
    table {
        width: 90%;
        margin: 35px auto;
        table-layout: fixed;
        empty-cells: show;
        border-collapse: collapse;

        img {
            width: 80px;
        }
    }

    td {
        height: 36px;
    }

    .table {
        border: 1px solid #d6d6d6;
        color: #666;
    }

    .table th {
        background-repeat: repeat-x;
        height: 30px;
        font-weight: bold;
    }

    .table td,
    .table th {
        border: 1px solid #d6d6d6;
        padding: 5px;
        text-align: center;
    }

    .table tr.alter {
        background-color: #f5fafe;
    }
}