个人中心新增

This commit is contained in:
zdx
2020-12-30 15:16:04 +08:00
parent 29f807609f
commit b4cfbad98f
50 changed files with 2012 additions and 48 deletions

View File

@@ -0,0 +1,17 @@
.item {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
box-sizing: border-box;
padding: 30rpx 30rpx;
color: #333;
font-weight: 400;
background-color: #fff;
border-top: #f7f7f7 solid 1rpx;
}
.item image {
width: 50rpx;
margin-right: 10rpx;
}