.my-invites{width:100vw;height:100vh;display:flex;flex-direction:column}.my-invites .no-invites{height:calc(100vh - 44px);color:#515151;display:flex;flex-direction:column;justify-content:center;align-items:center}.my-invites .no-invites img{width:60px;margin-bottom:10px}.my-invites .list-wrapper{height:calc(100vh - 44px);background:#f5f5f5;overflow:auto;-webkit-overflow-scrolling:touch}.my-invites .list-wrapper .van-list{min-height:calc(100vh - 44px)}.my-invites .list-wrapper .invite{position:relative;padding:10px 10px 0 10px;background:#fff;border-bottom:1px solid #eee}.my-invites .list-wrapper .invite .head-info{display:flex;padding:10px}.my-invites .list-wrapper .invite .head-info .headimgurl{background-position:50%;background-size:cover;width:45px;height:45px;border-radius:75px}.my-invites .list-wrapper .invite .head-info .nickname-content{margin-left:10px;padding:5px 0;display:flex;flex-direction:column;justify-content:space-between}.my-invites .list-wrapper .invite .head-info .nickname-content .nickname{font-size:16px}.my-invites .list-wrapper .invite .head-info .nickname-content .invite-date{color:#333;font-size:12px}