luckyGo_members.wxss 507 Bytes
page {
	background-color: #f2f2f2;
}
.list {
	padding-left: 20rpx;
	padding-right: 20rpx;
	background-color: white;
}
.list-item {
	display: flex;
	justify-content: space-between;
	padding: 30rpx 20rpx;
	font-size: 26rpx;
}

.list-item ~ .list-item {
	border-top: 2rpx solid #f2f2f2;
}

.img-container {
	width: 100rpx;
	height: 100rpx;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20rpx;
	flex-shrink: 0;
}

.c-8f {
	color: #8f8f8f;
}

.c-9 {
	color: #999;
}

 .wbba {
	 word-break: break-all;
 }