#app {
    color: red;
}

.homeList {
    /* width: 100%; */
    color: #000;
    padding: 0 20px;
}

.homeList ul {
    padding: 15px 0;
    border-bottom: 1px solid #e9e9e9;
}

.homeList ul li {
    line-height: 24px;
    list-style: none;
}

.listName {
    font-size: 16px;
    font-weight: bold;
}

.listStatusRed {
    font-size: 14px;
    color: red;
}

.listStatusGray {
    font-size: 14px;
    color: rgb(148, 146, 146);
}

.introduce {
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footCharacters {
    text-align: center;
    font-size: 14px;
    color: rgb(145, 144, 144);
    padding: 10px 0;
}

.query {
    display: flex;
    padding: 10px;
}

.query input {
    width: 80%;
    height: 37px;
    border-radius: 15px;
    border: 1px solid gray;
    color: #000;
}

.query button {
    width: 20%;
    height: 37px;
    color: #000;
}