index.scss 818 字节
Newer Older
Y
Your Name 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
auto-complete-component {
    position: relative;
    width: 100%;

    .iconfont {
        position: absolute;
        right: 5px;
        top: 3px;
    }

    .eo-input {
        width: 100%;
    }
    .active_item_acac {
        background-color: #fafafa;
    }
    .container_acac {
        display: inline-table;
        width: 100%;
    }
    .list_container_acac {
        position: absolute;
        z-index: 1;
        height: 100px;
        background-color: #fff;
        border: 1px solid #d9d9d9;
        overflow-y: scroll;
        line-height: 20px;
        text-indent: 10px;
        font-size: 12px;
        margin-top: 1px;
        width: 100%;
    }
    .item_acac:hover {
        background-color: #f5f5f5;
    }

    input[type=text]:disabled+.icon-xuanzeqizhankai {
        display: none;
    }
}