// 下拉列表的远程加载样式
.el-select-dropdown {
    .loading {
        text-align: center;
        height: 100px;
        width: 100%;
        line-height: 100px;
        font-size: 20px;
        color: #999;
        padding: 0 20px;
        margin: 0;
        list-style: none;
    }
}