个人中心新增
This commit is contained in:
17
pages/user/setting/aboutAdvice/aboutAdvice.wxss
Normal file
17
pages/user/setting/aboutAdvice/aboutAdvice.wxss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user