luckyGo_members.wxss
507 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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;
 }