wap-common.scss 3.78 KB
.test {
    width: 10px;
}
.ivu-icon-ios-arrow-thin-up, .ivu-icon-ios-arrow-thin-down {
    font-size: 16px;
    font-weight: bold;
}

$queryList: #1437ac;
$queryList02: #b2142c;
$queryListDev: #14efb9;
$queryListDev02: #eef92a;
.query-item {
    padding: 0 10px 35px;
    font-family: 'Microsoft YaHei';
    border: none;
    box-sizing: border-box;
    .query-title {
        position: relative;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(145, 145, 145, 0.4);
        box-sizing: border-box;
        display: flex;

        p{
            display: inline-block;
            color: #fff;
            font-size: 14px;
            line-height: 35px;
            box-sizing: border-box;
            width: 250px;

            &.short {
                width: 150px;
            }
        }

        .ivu-input-wrapper {
            flex: 1;
            width: auto;
        }
    }
    li{
        &:nth-child(2n) {
            .info-bg {
                // background: -moz-linear-gradient(left, $queryList, $queryListDev);
                // background: -webkit-linear-gradient(left, $queryList, $queryListDev);
                background: $queryListDev;
            }

            .pay-order {
                background: #006ea1;
            }

            .info-num {
                color: $queryListDev;
            }

            .pay-order-num{
                color: #03b0ff;
            }
        }
    }
    .query-info {
        position: relative;
        width: 100%;
        font-size: 12px;
        margin-bottom: 4px;
    }
    .info-name {
        float: left;
        color: #fff;
        width: 30%;
        height: 20px;
        line-height: 20px;
        box-sizing: border-box;
        .ivu-tooltip{
            width: 100%;
        }
        .ivu-tooltip-rel{
            width: 100%;
        }
        .info-name-inner {
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    }
    .info-outer {
        display: inline-block;
        width: 40%;
        height: 20px;
        margin-right: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    .info-inner {
        display: inline-block;
        width: 100%;
        background: rgba(145, 145, 145, .2);
        border-radius: 100px;
        vertical-align: middle;
    }
    .query-label {
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .info-bg {
        position: relative;
        width: 0;
        height: 16px;
        border-radius: 100px;
        // background: -moz-linear-gradient(left, $queryList02, $queryListDev02);
        // background: -webkit-linear-gradient(left, $queryList02, $queryListDev02);
        background: $queryListDev02;
        transition: all .2s linear;
    }

    .pay-order {
        position: absolute;
        left: 0;
        top: 0;
        background: #da7100;
        border-radius: 100px;
        height: 16px;
    }

    .pay-order-num{
        color: #ff8607;
    }

    .info-num {
        position: absolute;
        right: -100px;
        font-size: 12px;
        line-height: 20px;
        color: $queryListDev02;
    }
    .ivu-tabs-nav-scroll {
        overflow-x: auto;
        scrollbar-arrow-color: transparent;
        -ms-scrollbar-arrow-color: transparent;
        scrollbar-track-color: transparent;
        -ms-scrollbar-track-color: transparent;
        scrollbar-shadow-color: transparent;
        -ms-scrollbar-shadow-color: transparent;
        &::-webkit-scrollbar
        {
            height: 1px;
            background-color: transparent;
        }
    }
    .ivu-tabs-content {
        .query-info {
            padding: 0 10px;
        }
    }
    .ivu-tabs-nav .ivu-tabs-tab-active {
        color: #fff;
    }
    }