sysnews-center.css 3.29 KB
.sysnews-head-search {
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(10, 14, 40, 0.05);
    border-radius: 6px;
    border: 1px solid #E5E8ED;
    margin: 15px auto;
    padding: 28px 20px;
    box-sizing: border-box;
}
.sysnews-head-search h2 {
    font-weight: 500;
    color: #7A7A7A;
    font-size: 16px;
    margin-bottom: 15px;
}
.date-select input {
    width: 400px;
    display: inline-block;
    height: 40px;
}
.date-select p {
    width: 180px;
    height: 40px;
    background: #0091FF;
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-left: 30px;
}
.date-select span {
    margin: 0 20px;
}
.date-select p img {
    width: 15px;
    height: 15px;
    position: relative;
    top: 1px;
}
/* 消息列表 */
.sysnews-list-box {
    width: 1200px;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    margin-top: 20px;
    box-shadow: 0px 2px 4px 0px rgba(10, 14, 40, 0.05);
    border-radius: 6px;
    border: 1px solid #E5E8ED;
    margin-bottom: 30px;
}
.sysnews-list-head {
    width: 100%;
    height: 54px;
    line-height: 54px;
    color: #9B9B9B;
    font-size: 16px;
    border-bottom: 1px solid #E2EAF1;
}
.sysnews-list-head li {
    display: inline-block;
    margin-right: 70px;
    margin-left: 20px;
    cursor: pointer;
}
.sysnews-list {
    height: 300px;
    overflow: auto;
    padding: 0 20px 30px 20px;
}
.sysnews-list li {
    line-height: 90px;
    border-bottom: 1px dashed #dedede;
}
.sysnews-list li p {
    display: inline-block;
    width: 800px;
    color: #9B9B9B;
}
.sysnews-list li .list-date {
    color: #7A7A7A;
    float: right;
    font-size: 14px;
    margin-right: 60px;
} 
.sysnews-list li .list-type {
    float: right;
    color: #1E9FFF;
}
.sysnewsTabActive {
    color: #1E9FFF;
}
.sysnews-list li p:hover {
    color: #1E9FFF;
}
.head-select {
    color: #686666;
    position: relative;
}
.head-select::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #0F93F6;
    left: 0;
    bottom: -2px;
}
.finish-reading {
    padding: 0 20px;
    line-height: 50px;
}
.finish-reading p {
    border-bottom: 1px dashed #E6E6E6;
    font-size: 14px; 
    color: #7A7A7A;
}
.finish-reading p span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #CDCDCD;
    position: relative;
    top: 3px;
    right: 5px;
}
.finish-reading p span::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #AAAAAA;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 5px;
}
.tips {
    display: inline-block;
    width: 50px;
    height: 30px;
    border-radius: 4px 8px 4px 8px;
    border: 1px solid rgba(15, 147, 246, 0.5);
    text-align: center;
    line-height: 30px;
    color: #0F93F6;
    font-size: 14px;
    margin-right: 20px;
}
.readed {
    width: 50px;
    height: 46px;
    float: right;
    position: relative;
    top: 20px;
    right: 10px;
}
.list-type-unread {
    width: 70px;
    height: 28px;
    border-radius: 15px;
    opacity: 0.6;
    border: 1px solid #0F93F6;
    color: #0F93F6;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    position: relative;
    top: 30px;
}