<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*用户关注*/
.member-follow-list { width: 100%; margin: auto; padding-bottom: 50px; }
.member-follow-list .follow-dange { width: 100%; height: 190px; border-top: 1px solid rgba(255, 255, 255, 0.10); }
.member-follow-list .follow-dange .info { width: 100%; height:150px; margin: auto; margin-top: 20px; margin-bottom: 20px; border-radius: 8px; }
.member-follow-list .follow-dange:first-child { border-top: 0px; overflow: hidden }
.member-follow-list .follow-dange:first-child .info { }
.member-follow-list .follow-dange .userdoc { width: 255px; display:inline-block; margin-top: 20px; float:left; margin-right:50px; }
.member-follow-list .follow-dange .userdoc .user_pic { width: 64px; height: 64px;position:relative;  border-radius: 40px; float: left }
.member-follow-list .follow-dange .userdoc .user_pic a{ width:100%; height:100%; display:block;border-radius: 40px; }
.member-follow-list .follow-dange .userdoc .user_pic img{ width:100%; height:100%;border-radius: 32px;}
.member-follow-list .follow-dange .userdoc .author { float: left; margin-left:24px; }
.member-follow-list .follow-dange .userdoc .author .username { width: 158px; height: 22px; font-size: 16px; font-family: PingFangSC; font-weight: 600; color:#DCF3FA; line-height: 22px; letter-spacing: 1px; margin-top:10px; margin-bottom:6px; }
.member-follow-list .follow-dange .userdoc .author .signature { width: 158px; height: 34px; font-size: 12px; font-family: MicrosoftYaHei; color:rgba(255, 255, 255, 0.30); line-height: 16px; letter-spacing: 1px; overflow:hidden;word-break:break-all; white-space:warp }
.member-follow-list .follow-dange .userdoc .author .user_operation{ width:92px; font-size:16px;color: #666666;}
.member-follow-list .follow-dange .userdoc .author .user_operation .follow_user{ margin-left:0px;}
.member-follow-list .follow-dange .follow_list {width:1302px; height:150px; float:left; overflow:hidden; }
.member-follow-list .follow-dange .follow_list .worksempty{ width:100%; height:100%; display:block; text-align:center; line-height:207px; color:rgba(255, 255, 255, 0.30); font-size:14px; }
.member-follow-list .follow-dange .follow_list .workspic{ width:204px; height:150px; display:block; overflow:hidden; margin-right:13px;border-radius:12px; float:left;}
.member-follow-list .follow-dange .follow_list .workspic img{border-radius: 12px;object-fit: cover;width: 100%; height:100%}
.member-follow-list .follow-dange .follow_list .workspic:last-child{margin-right:0px;}
.member-follow-list .follow-dange  .diangenduo{background: url(../images/diangenduo2.png) center center no-repeat; width:38px; height:100%; float:left; margin-left:26px; cursor:pointer}
.member-follow-list .follow-dange  .diangenduo a{ width:100%; height:100%; display:block}
</pre></body></html>