forgeplus-react/src/forge/Notice/Index.scss

63 lines
1.1 KiB
SCSS

.noticeMenu {
padding: 0px 30px;
display: flex;
border-bottom: 1px solid #eee;
li {
font-size: 16px;
padding: 0px;
margin-right: 30px;
height: 70px;
line-height: 70px;
position: relative;
transform: none;
a {
display: flex;
}
&.active a span {
color: $primary-color;
}
.unNum {
color: #d38900;
font-size: 12px;
border-radius: 13px;
height: 16px;
line-height: 16px;
padding: 0px 4px;
min-width: 23px;
text-align: center;
background-color: #ffe4b3;
margin-top: 27px;
margin-left: 10px;
display: block;
}
}
}
.notifyList {
padding: 0px 30px;
li {
display: flex;
border-bottom: 1px solid #eee;
padding: 20px 0px;
.notifyImg {
width: 48px;
height: 48px;
border-radius: 50%;
margin-right: 15px;
}
.notifyFlex {
flex: 1;
p {
margin: 0px;
max-width: 660px;
}
.notifyInfos {
margin-bottom: 8px;
}
}
&:last-child {
border-bottom: none;
}
}
}