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.

70 lines
955 B

.nav {
font-size: 16px;
background: white;
border-bottom: 1px solid #eee;
padding: 0 14px;
height: 46px;
line-height: 46px;
text-align: left;
}
button.nav::after{
border: none;
}
.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;
}
.user-bg{
top:0;
position: fixed;
z-index: -1;
left:0;
right:0;
height: 341rpx;
width: 100%;
}
.login{
margin: 16rpx 70rpx;
}
.logout{
background: red;
border-radius: 26rpx;
color: white;
margin: 16rpx 70rpx;
}
/* .nav-list{
margin-bottom: 40px;
}
view.foot{
position: fixed;
bottom: 0;
width:100%;
height: 40px;
background-color: #f2f2f2;
}
.foot button{
height: 38px;
} */