personpage.wxss
896 字节
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.touxiang{
width:60rpx;
height:60rpx;
border-radius:50%;
font-size: 0
}
.headtop{
border-bottom:16rpx solid #F2F2F2;
}
.touxiang image{
width:100%;
height:100%;
border-radius:50%;
}
.headtopitem{
display:flex;
justify-content:space-between;
align-items: center;
padding: 35rpx 36rpx;
box-sizing: border-box;
border-bottom:1rpx solid #f5f5f5;
}
.headtopleft{
color:#333333;
font-size: 28rpx;
}
.entername{
width:238rpx;
color:#999999;
font-size:28rpx;
text-align: right
}
.enterming{
color:#666;
font-size:28rpx;
text-align: right
}
.qianming{
width:528rpx;
}
.sexname{
width:300rpx;
height:48rpx;
line-height: 48rpx;
text-align: right;
color:#666;
font-size:28rpx;
margin-right:22rpx;
}
.rowimg{
width:14rpx;
height:24rpx;
font-size: 0
}
.selectoption{
display:flex;
align-items: center;
}
input{
color: #666
}