//公告栏 .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-title{ z-index: 0; } //头像 .headimg{ height: 100px; width: 100px; z-index: 1; } //帖子内容 .forum-content{ border-style: solid; border-width: 3px; height: 300px; max-height: 300px; } //发帖人信息 .forum-label{ border-style: solid; border-width: 3px; width: 100px; height: 30px; } .forum-footer{ border-style: solid; border-width: 3px; height: 100px; }