xiaoxi.css 2.9 KB
.xiaoxi-boxs{
    width: 97.5%;
    height: 85%;
    position: fixed;
    top: 124px;
    left: 24px;
    padding: 32px 52px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.10); 

}
.xiaoxi-box{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fafafa;
}
.xitong{
    display: flex;
    align-items: center;
}
.zuojiantou{
    width: 18px;
    height: 18px;
}
.xitong-texct{
    font-size: 16px;
    color: #606266;
    margin-left: 10px;
}
.xitongs{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
}
.xitons-left{
    display: flex;
    align-items: center;

}
.quanbu{
    font-size: 16px;
    color: #606266;
    margin-right: 40px;
    position: relative;
    cursor: pointer;
}
.quanbus{
    font-size: 16px;
    color: #2f54eb;
    margin-right: 40px;
    position: relative;
    cursor: pointer;
}
.gexiansf{
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 28px;
    height: 4px;
    background: rgba(47,84,235,1);
    border-radius: 2px;
}
.xioons-right{
    display: flex;
    align-items: center;
}
.xioons-rights{
    width: 240px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e4eaed;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding-left: 12px;
    box-sizing: border-box;
}
.search-imgs{
    width: 18px;
    height: 18px;
}
.inputsafa{
    font-size: 14px;
    color: #c0c4cc;
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 15px;
    outline: none;
}
.chaxuns{
    width: 70px;
    height: 40px;
    border: 1px solid #abbcff;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    margin-left: 20px;
    font-size: 15px;
    color: #2f54eb;
}
.lists{
    width: 100%;
    margin-top: 24px;
    height: 80%;
    overflow-y: scroll;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lists::-webkit-scrollbar {
    display: none; /* Chrome Safari */
  }
.list-s{
    width: 412px;
    height: 156px;
    background: #fafafc;
    border-radius: 4px;
    padding: 12px 20px;
    box-sizing: border-box;
}
.lists-tou{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xiaoxi{
    font-size: 15px;
    color: #303133;
    font-weight: 500;
}
.weidus{
    font-size: 15px;
    color: rgba(245,108,108,1);
}
.xiso-cont{
    width: 100%;
    font-size: 15px;
    color: rgba(96,98,102,1);
    margin-top: 16px;
    overflow:hidden;

    text-overflow:ellipsis;

    display:-webkit-box;

    -webkit-box-orient:vertical;

    -webkit-line-clamp:2; 
}
.shijians{
    align-items: center;
    display: flex;
    margin-top: 16px;
}
.shi-imgs{
    width: 14px;
    height: 14px;
}
.timer{
    font-size: 15px;
    color: rgba(144,147,153,1);
    margin-left: 7px;

}