Newer
Older
page-notice {
.scroll-content{
padding: 10px !important;
background-color: #e5e8ee;
}
.notice-card{
background-color: #fff;
padding: 10px;
margin: 10px 0;
border-radius: 5px;
}
.notice-type{
display: flex;
flex-direction: row;
align-items: center;
}
.type-img{
}
.type-info{
width: 50%;
font-size: 18px;
}
.type-time{
width: 30%;
color: #999;
}
.notice-key{
color:#2b98f0;
margin: 0 5px;
}
.notice-type{
padding: 15px 0;
border-bottom: 1px solid #ddd;
}
.notice-content{
padding: 15px 0;
}
}