.head{ background-color: var(--main-color); height:480rpx; position: relative; border-radius: 0 0 40rpx 40rpx; } .head .user{ display: flex; align-items: center; position: absolute; bottom:144rpx; font-size: 36rpx; padding:0 40rpx; } .head .user .avatar{ width:120rpx;height:120rpx; border:3rpx solid #fff; border-radius: 50%; margin-right: 28rpx; } .actions{ display: flex; align-items: center; justify-content: space-between; padding:48rpx 0; margin-top:-120rpx; position: relative; } .actions .item{ padding:0 50rpx; text-align: center; background-color: transparent; font-weight: normal; font-size: 30rpx; margin:0; } .actions ._icon{ width:56rpx;height:56rpx; } .actions .text{ margin-top:40rpx; } .bg-notice{ display:flex; align-items: center; justify-content: space-between; } .btn-logout{ margin:20rpx!important; background-color: #fff!important; font-weight: normal; color: #555555; }