.page-feed{position:relative;display:flex;flex-direction:column;width:100%;height:100%;background:#fff}.page-feed .feed-header{display:flex;flex-wrap:wrap;margin:0;border-bottom:1px solid #eee}.page-feed .feed-header li{display:flex;justify-content:center;align-items:center;padding:5px 8px;margin-right:20px;cursor:pointer}.page-feed .feed-header li.active{color:#348fe4;border-bottom:2px solid #348fe4}.page-feed .feed-body{flex:auto;height:100%;padding:12px 0;overflow-x:hidden;overflow-y:auto}.page-feed .feed-body .ant-avatar{background:#fb7fb7}.page-feed .feed-body .ant-comment-inner{padding:4px 0}.feed-editor{display:flex;flex-direction:column;margin:0 -10px 0 -10px;padding:0 10px 0 10px;border-top:2px solid #eee}.feed-editor textarea{width:100%;outline:none;border:0;height:50px;overflow:hidden;padding:15px 0;margin:0;resize:none;transition:all .2s;color:#333}.feed-editor textarea:focus{box-shadow:none}.feed-editor .editor-actions{display:none;width:100%;height:35px;align-items:center;margin-bottom:10px;opacity:0;transition:all .2s ease-in-out}.feed-editor .editor-actions .icon-action{width:30px;height:30px;border-radius:4px;font-size:14px;margin-right:10px}.feed-editor .editor-actions .icon-action:hover{background:rgba(52,143,228,.1);color:#348fe4}.feed-editor-expend textarea{height:120px;overflow:auto}.feed-editor-expend .editor-actions{display:flex;opacity:1}