初始化

This commit is contained in:
2019-12-13 09:50:09 +08:00
commit 3bc53a2f29
14 changed files with 258 additions and 0 deletions

21
pages/index/index.wxss Normal file
View File

@@ -0,0 +1,21 @@
/**index.wxss**/
.userinfo {
display: flex;
flex-direction: column;
align-items: center;
}
.userinfo-avatar {
width: 128rpx;
height: 128rpx;
margin: 20rpx;
border-radius: 50%;
}
.userinfo-nickname {
color: #aaa;
}
.usermotto {
margin-top: 200px;
}