You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
673 B

@import"../../images/base64/bg_user.wxss";
.nav {
font-size: 16px;
background: white;
border-bottom: 1px solid #eee;
padding: 0 14px;
height: 46px;
line-height: 46px;
text-align: left;
}
.user-text{
font-size: 16px;
color: white;
align-self: center;
}
.avatar{
width: 136rpx;
height: 136rpx;
margin-top: 88rpx;
margin-bottom: 24rpx;
border-radius: 50%;
align-self: center;
overflow: hidden;
}
.user-view{
display: flex;
flex-direction: column;
width: 750rpx;
height: 341rpx;
margin-bottom: 6rpx;
}
.login{
margin: 16rpx 70rpx;
}
.logout{
background: red;
border-radius: 26rpx;
color: white;
margin: 16rpx 70rpx;
}