管理家庭成员

This commit is contained in:
shidongli 2023-11-01 10:43:02 +08:00
parent 2ce58756ee
commit c405783f3e

View File

@ -8,14 +8,12 @@
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
text-align: center; text-align: center;
.text { .text {
margin-bottom: 12rpx; margin-bottom: 12rpx;
font-size: 20rpx; font-size: 20rpx;
font-weight: 500; font-weight: 500;
color: #26A888; color: #26A888;
} }
.btn { .btn {
font-size: 31rpx; font-size: 31rpx;
width: 500rpx; width: 500rpx;
@ -31,6 +29,8 @@
.forlist { .forlist {
width: 100%; width: 100%;
height: 82vh;
overflow: auto;
.item { .item {
border-radius: 10rpx; border-radius: 10rpx;