//公告栏 .notice { height: 300px; } //公告正文边框 .notice-content { height: 200px; border-style: solid; border-width: 3px; } //公告正文 .notice-body { max-height: 100px; } //公告底部 .notice-footer { top: 145px; bottom: 0; width: 100%; } //帖子正文 .post { border-style: solid; border-width: 3px; } //公告编辑信息 .author { width: 100px } //待审核帖子父边框 .check { border-style: solid; border-width: 3px; } //帖子内容 .forum-content { border-style: solid; 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; height: 100px; } //活动贴end //投诉帖start .complaint { height: 460px; } //名称边框 .l-label { border-style: solid; border-width: 3px; } //头像顶部距离 .m-headimg { margin-top: 50px; } //投诉帖end