51 lines
876 B
Plaintext
51 lines
876 B
Plaintext
.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;
|
|
}
|
|
.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;
|
|
} |