Files
fangche/pages/mine/mine.wxss
2021-04-07 15:18:17 +08:00

36 lines
541 B
Plaintext

.mine{
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
.top{
height: 400rpx;
background: #F3F4F7;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.top image{
width:156rpx;
height: 156rpx;
border-radius: 156rpx;
}
.top .name{
line-height: 80rpx;
}
.bottom{
text-align: center;
line-height: 200rpx;
}
.bottom .logout{
width:266rpx;
height: 76rpx;
border-radius: 10rpx;
background: #D02129;
color: #ffffff;
font-size: 32rpx;
margin:0 auto;
line-height: 76rpx;
}