Files
PartsInquiry/frontend/unpackage/dist/dev/mp-weixin/pages/account/select.wxss
2025-09-16 22:11:19 +08:00

12 lines
249 B
Plaintext

.page { display:flex; flex-direction: column; height: 100vh;
}
.list { flex:1;
}
.item { padding: 20rpx 24rpx; background:#fff; border-bottom: 1rpx solid #f1f1f1;
}
.name { color:#333; margin-bottom: 6rpx;
}
.meta { color:#888; font-size: 24rpx;
}