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.
15 lines
254 B
15 lines
254 B
5 years ago
|
/* pages/changeuser/changeuser.wxss */
|
||
|
.user-list{
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
.user-item{
|
||
|
background: white;
|
||
|
border-bottom: 1px solid #eee;
|
||
|
padding: 16rpx 16px;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.user-item text{
|
||
|
vertical-align: middle;
|
||
|
}
|