You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* pages/changeuser/changeuser.wxss */
|
|
.user-list{
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin: 0 -12px
|
|
}
|
|
.user-item{
|
|
background: white;
|
|
border-bottom: 1px solid #eee;
|
|
padding: 16rpx 16px;
|
|
position: relative;
|
|
}
|
|
|
|
.user-item text{
|
|
vertical-align: middle;
|
|
} |