idinfo.wxss
732 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
40
41
42
43
44
45
46
47
48
/* pages/main/idinfo/idinfo.wxss */
.page {
background: #f8f8f8;
}
.text_999_24 {
font-family: PingFangSC-Regular;
font-size: 24rpx;
color: #999;
background: #fff;
margin-left: 32rpx;
line-height: 70rpx;
}
.id_background{
width: 100%;
height: 380rpx;
display: flex;
align-items: center;
background-color: #e5e5e5;
}
.id_image_wrap{
width: 440rpx;
height: 280rpx;
margin-left: 150rpx;
margin-right: 150rpx;
}
.item_body {
width: 100%;
height: 80rpx;
}
.text_666_28 {
font-family: PingFangSC-Regular;
font-size: 28rpx;
color: #666;
line-height: 80rpx;
}
.text_333_28 {
font-family: PingFangSC-Regular;
font-size: 28rpx;
color: #333;
text-align: right;
line-height: 80rpx;
}