.moments-follower-list{width:100%;height:100%;position:relative;overflow:hidden;display:flex;flex-direction:column}.moments-follower-list .nav{flex:0 0 none}.moments-follower-list .content{flex:1 1 auto;background-color:#f8f8f8;overflow-y:auto}.moments-follower-list .content .van-pull-refresh{height:100%;min-height:100%}.moments-follower-list .follower-row{display:flex;overflow:hidden;padding:16px}.moments-follower-list .follower-row .avatar-box{flex:0 0 52px;padding:3px}.moments-follower-list .follower-row .avatar-box .van-image{box-shadow:0 1px 3px 2px rgba(0,0,0,.05)}.moments-follower-list .follower-row .avatar-box .van-image img{width:46px;height:46px}.moments-follower-list .follower-row .text-box{flex:1 1 auto;font-size:18px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-around}.moments-follower-list .follower-row .text-box .title{color:rgba(0,0,0,.8)}.moments-follower-list .follower-row .text-box .desc{color:rgba(0,0,0,.6);font-size:.8em}