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 {
|
||||
background: white;
|
||||
border-bottom: 1px solid #eee;
|
||||
padding: 0 12px;
|
||||
padding: 0 14px;
|
||||
height: 46px;
|
||||
line-height: 46px;
|
||||
}
|
||||
|
||||
.user-view{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.user{
|
||||
align-self: center;
|
||||
}
|
||||
text.user{
|
||||
.user-text{
|
||||
font-size: 16px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 8px;
|
||||
color: white;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
image.user{
|
||||
margin-top: 10rpx;
|
||||
height: 120rpx;
|
||||
width: 120rpx;
|
||||
.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;
|
||||
}
|
Loading…
Reference in new issue