parent
c7b1177c8d
commit
083406bb74
File diff suppressed because one or more lines are too long
@ -1,27 +1,33 @@
|
|||||||
|
@import"../../images/base64/bg_user.wxss";
|
||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
background: white;
|
background: white;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
padding: 0 12px;
|
padding: 0 14px;
|
||||||
height: 46px;
|
height: 46px;
|
||||||
line-height: 46px;
|
line-height: 46px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-view{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
|
|
||||||
.user{
|
.user-text{
|
||||||
align-self: center;
|
|
||||||
}
|
|
||||||
text.user{
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
margin-top: 5px;
|
color: white;
|
||||||
margin-bottom: 8px;
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
image.user{
|
.avatar{
|
||||||
margin-top: 10rpx;
|
width: 136rpx;
|
||||||
height: 120rpx;
|
height: 136rpx;
|
||||||
width: 120rpx;
|
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;
|
||||||
|
}
|
Loading…
Reference in new issue