You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
453 B
Plaintext
29 lines
453 B
Plaintext
2 years ago
|
/* pages/user/user.wxss */
|
||
|
.user {
|
||
|
padding-bottom: 100rpx;
|
||
|
}
|
||
|
.search {
|
||
|
background-color: #fff;
|
||
|
padding: 16rpx 32rpx;
|
||
|
}
|
||
|
.item {
|
||
|
margin-bottom: 20rpx;
|
||
|
}
|
||
|
.title {
|
||
|
margin-left: 32rpx;
|
||
|
margin-bottom: 10rpx;
|
||
|
}
|
||
|
.avatar {
|
||
|
width: 96rpx;
|
||
|
height: 96rpx;
|
||
|
border-radius: 50%;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.bottom {
|
||
|
position: fixed;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
bottom: calc(env(safe-area-inset-bottom) + 10rpx);
|
||
|
margin: 0 20rpx;
|
||
|
}
|