You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
pocketcommunityweb/src/app/forum/forum/forum.component.scss

118 lines
1.3 KiB

//公告栏
.notice {
height: 300px;
}
//公告正文边框
.notice-content {
height: 230px;
border-style: solid;
border-width: 3px;
}
//公告正文
.notice-body {
max-height: 100px;
}
//公告底部
.notice-footer {
top: 175px;
bottom: 0;
width: 100%;
}
//帖子正文
.post {
border-style: solid;
border-width: 3px;
}
//公告编辑信息
.author {
width: 100px
}
//待审核帖子父边框
.check {
border-style: solid;
border-width: 3px;
}
//帖子内容
.forum-content {
display: flex;
border-style: none;
border-width: 3px;
height: 300px;
max-height: 300px;
}
//活动贴start
// 帖子标题
.forum-title {
z-index: 0;
}
//发帖人信息
.sender {
margin-top: 65px;
margin-left: 45px;
}
//头像
.headimg {
height: 100px;
width: 100px;
z-index: 1;
}
//发帖人信息
.forum-label {
border-style: solid;
border-width: 3px;
width: 100px;
height: 30px;
}
//帖子底部
.forum-footer {
border-style: solid;
border-width: 3px;
}
//活动贴end
//投诉帖start
.complaint {
height: 460px;
}
//名称边框
.l-label {
border-style: solid;
border-width: 3px;
}
//头像顶部距离
.m-headimg {
margin-top: 50px;
}
//加载进度
.load {
width: 5rem;
height: 5rem;
}
//投诉帖end
//删除公告图标
.delete_notice {
z-index: 1;
right: 17px;
top: 67px;
}