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.
28 lines
355 B
28 lines
355 B
.nav {
|
|
background: white;
|
|
border-bottom: 1px solid #eee;
|
|
padding: 0 12px;
|
|
height: 46px;
|
|
line-height: 46px;
|
|
}
|
|
|
|
.user-view{
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.user{
|
|
align-self: center;
|
|
}
|
|
text.user{
|
|
font-size: 16px;
|
|
margin-top: 5px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
image.user{
|
|
margin-top: 10rpx;
|
|
height: 120rpx;
|
|
width: 120rpx;
|
|
}
|